-
I have a setup with HASS and Mosquitto broker on dedicated VM. I have 2x Tellstick; one located in same subnet as the broker and HASS and on remote which is available over site2site-VPN.
Tellstick ve…
-
Hi there,
I'm try to use mosquitto subscribe by ipv6 in openwrt. when I use mosquitto broker by link-local ipv6 to connect itself by follow:
mosquitto_sub -p 1883 -t foo -h fe80::76da:daff:f…
-
Hello,
I have installed the mosquitto broker,and publish the message on subseribed topic. using this cammand .
In the first terminal run
$ mosquitto_sub -h 127.0.0.1 -t myTopic
In the se…
IoTiA updated
5 years ago
-
Using Windows 10, using container provided here: https://hub.docker.com/r/cedalo/management-center
I have experienced the following over several releases including today's most recent.
The conta…
-
Although defined as required by the official documentation https://github.com/mqtt/mqtt.org/wiki/SYS-Topics/_history, Mosquitto broker (2.0.99) does not seem to implement the topic $SYS/broker/time …
-
Is there a way to configure connection retries? I had to bounce the broker and the mosquitto-exporter log ended with:
```
2022/08/15 00:49:37 Error: Connection to tcp://mosquitto-mqtt.mosquitto:188…
-
There seems to be a race condition in the [test_client_unsubscribe](https://github.com/sbtinstruments/asyncio-mqtt/blob/54429028b8603e96b47341fa327a24e0d42b26e9/tests/test_client.py#L153) test when it…
-
Downloaded the cmccambridge/mosquitto-unraid:latest from the Apps in unRAID. The docker wouldn't start so I clicked on logs and it just says this:
exec /docker-entrypoint.sh: no such file or direct…
-
**Problem:**
I cannot connect to my Mosquitto broker when using TLS certificate authentication.
This connection issue only happens when using Mosquitto-PHP and using TLS certificate authentication…
-
### UPDATE
The root cause has been found [in the comment below](https://github.com/eclipse/mosquitto/issues/3002#issuecomment-1942871434), and the details listed in this comment are out of date, thou…