-
### System Health details
Home Assistant 2024.8.3, HACS 2.0.0
### Checklist
- [X] I'm running the newest version of HACS
- [X] I have enabled debug logging for my installation.
- [X] I have filled…
-
### What happened?
All attempts to update Power data for all Xioami WS-USC03 switches on the network return
'TypeError: Cannot read properties of undefined (reading 'read')'
Enabled debugging …
-
### Describe the bug
I am using a backend "secrets" endpoint (using STS assumeRole) that generates credentials for MQTT connection for the current user. This works well for our use case except for …
-
Hi,
would it be possible to add the option in the app, to connect via web sockets? I'm trying to connect with a javascript browser app and the browser only allows communication over web sockets.
-
**Feature Request**
It's possible to log mqtt requests (web sockets)
Thanks
-
One of the weaknesseses of Message queueing protocols (MQP) is that it is a little different from HTTP.
The easiest/most usual or common type of service to validate for security is HTTP and validatin…
-
之前一直用websocket,后面一直用mqtt。
mqtt相对于websocket稳定很多。但同样运行一段时间后就避免不了收不到信息,或发送不了消息等。
而且调试也极为不方便,尤其是复现问题的时候,很困难。
虽然对于手机里跑一个HTTP服务有点莫名其妙,但是对于自动控制化的应用来说,还是比较方便。毕竟有些应用在一个局域网内。
希望autox能够实现一个简单的HTTP服务。
tnngo updated
1 month ago
-
### The problem
Logger: homeassistant.core
Quelle: core.py:563
Erstmals aufgetreten: 11:03:53 (1 Vorkommnisse)
Zuletzt protokolliert: 11:03:53
Something is blocking Home Assistant from wrapping…
-
code:
```
mqtt_client = mqtt.Client(CallbackAPIVersion.VERSION2, protocol=MQTTProtocolVersion.MQTTv5, transport='websockets')
mqtt_client.proxy_set(proxy_type=socks.HTTP, proxy_addr='116.97.15.46',…
-
Hi everyone,
Firstly sorry if this is not the right place to ask this, if not just redirect me to the correct place.
I'm the developer of [zwave-js-ui](https://github.com/zwave-js/zwave-js-ui), …