This seems to have changed in 0.90.x… But up until now, I had the below automations which worked perfectly. HASS would subscribe to the relevant topics and perform the action on status change. Now, I can see that on status change, the events are still getting published; however, HASS is no longer subscribing at start up. Any have any tips here?
Just trying to get an idea of the scope of the problem: Is it only the automations that aren’t being triggered or everything that’s MQTT-based (sensors, lights, switches, etc) is also failing to receive payloads via their subscribed topics?
Can you still, for example, use an MQTT Switch to control a device? In other words, Home Assistant can publish to a topic but fails to subscribe to a topic.
Oh don’t worry - I appreciate the sanity check Yes, everything else works. So, for all entities which I manually create in my config OR are created by discovery, it works - and I see in the log hass subscribing to all the topics - and it does process them… All except Relay/buttons/0/click/1 and Relay/buttons/0/click/2