-
Notifications
You must be signed in to change notification settings - Fork 199
Description
Hi, having issues with MQTT message not always been sent to the broker even though I get the notification "Request Executed: success [{"success":{"/lights/1/state/on":false}".
I generated the MQTT message using form generator {"clientId":"Mosquitto","topic":"outlet/set/3","message":"1","qos":"0","retain":"true"}
but when I use the test buttons it may work once or twice and then it would not respond.
I have subscribed to outlet/set/3 using MQTTfx and it would not detect any thing being sent to the MQTT broker when it wasn't working but I do get the correct message when it does work so it leads me to believe this is an issue with HA-bridge.
I tried two different implementations of HA-bridge (RPi and Docker on UnRaid) and they both react the same.
Is there a configuration setting that I'm missing?