all topics seems to be published and subscribed.
On MQTT broker add on in home assistant I can see following traces:
1621509042: New client connected from 192.168.0.10 as /light/bedroom/desk/ (p2, c1, k15, u'myUserName').
which I would say indicate that devices are connected on mqtt broker.
However, it seems like messages are not exchanged.
Can you please help?
working fine here just sometime stops subscribing , i have to restart add-on or esp to get it working back
change "/light/bedroom/desk/" to something short
Yesterday my ESP devices on MQTT stop working. This issues seems to be related with update of home assistant add on for mqtt broker which I am using.
On a my ESP devices I am using pubsubclient library. According to traces form device I can see that it actually manages to connect to MQTT server:
all topics seems to be published and subscribed. On MQTT broker add on in home assistant I can see following traces:
1621509042: New client connected from 192.168.0.10 as /light/bedroom/desk/ (p2, c1, k15, u'myUserName').
which I would say indicate that devices are connected on mqtt broker.However, it seems like messages are not exchanged. Can you please help?