-
The new `HOMIE_CONFIG=0 flag` offer the opportunity to completely remove the ESP webserver and save space. The drawback of this is that the device has to be reflashed to change the configuration if W…
-
The migration from `MQTT Connection class with MQTT Connection.Websockets` to `Connection with Connection.WS` is breaking the connection handler's contractual obligations. There is an issue where the …
-
Version: 2.0.18
OS: Debian Bookworm
I have a v5 MQTT bridge set up between two hosts. The bridge originating host running Mosquitto and the other host running an EMQX broker.
The host running M…
-
Hi,
I have a real simple scenario where I want to deploy on 50 raspberries a flow which publish temperatures to a MQTT broker. The MQTT broker requires user/password authentication and it works great…
-
I've got some sensors generating floating point and integer data. I'd like to send this over MQTT, and ideally without converting back and forth to the Ascii.
The docs have bool publish(const char…
-
## Expected Behavior
- everything working well, openHAB connected to Mosquitto broker and receving updates
- change configuration => openHAB sees the change and updates, losing all current item values…
-
uploading root certificate of `www.google.com:443` on an Arduino MKR Wifi 1010 and connecting afterwards to it with the example `WifiSSLClient` works perfectly.
But all my trials to connect via por…
-
### Steps to reproduce
1. Run a script which use `hbmqtt`, connecting to Mosquitto broker.
2. Restart the broker, to cause a temporary disconnection.
### What happened:
_hbmqtt_ failed:
`…
-
If you use domain name insted of IP address, the addon will stop.
```
{
"hvac_host": "192.168.210.80",
"mqtt": {
"broker_url": "mqtt://my.home.domain:1883",
"topic_prefix": "home/gre…
-
Not sure what is happening here, but running on an RPi with Jessie running the base leaf-python-mqtt works fine but after some hours (never measure fully) MQTT publication stops to a remote broker - a…