-
Whenever, the MQTT broker goes offline temporarily, camera doesn't reconnect to the broker when it comes back online - i.e. motion events are no longer received by the broker.
Solution is to reboot…
-
I read the docs and examples and tickets about reconnection.
My problem is: I don't want to wrap everything in a while-loop and re-execute *everything* just because of a connection issue, but poten…
mirko updated
1 month ago
-
**Is your feature improvement request related to a problem? Please describe.**
Improve guidance to users for setting the correct `c8y.root_cert_path` path (e.g. either a file or directory) to ens…
-
WS protocol is not allowed on HTTPS.
`main.04c535ce965f4f77.js:1 Mixed Content: The page at 'https://dac-of-purdue.github.io/iot-dashboard/' was loaded over HTTPS, but attempted to conn…
-
Hi,
at first I like to say thanks for your great work!
Right now I try to subscribe more than 5 topics in sequence.
```
//Loop until we're reconnected
while (!mqtt_client.connected() && WiFi.stat…
-
Please, add mqtt support for other compatible devices, especially - water boilers (ie Electrolux Centurio IQ 2.0).
-
When I connect to the MQTT server it works, but after 10 - 30 seconds the broker gives a keepalive timeout and reconnects rightaway. The loop is continuously executed.
I tried different brokers but …
hutje updated
3 years ago
-
### What feature would you like to see added to TallyArbiter?
Would be cool if TA supported mqtt for data listening and control. Keeping up to date on sources, devices, and current tally data.
-
The booklet is quite dense and each sub-project seems to explain many options and tricks but I think as a product OwnTracks documentation doesn't provide a clear 'happy path' for users starting from s…
-
I tried and googled a lot and can't get it to work.
I try to connect to my Mosquitto MQTT Broker which speaks TLS with a self signed certificate. With python and paho mqtt I can connect with these …