Zigbee mqtt light troubleshooting

zigbee light paired with Conbee II stick, using zigbee2mqtt docker container.
I have automation setup to turn it on sunset and turn it off around 11pm. However yesterday I found the light is still on after 11pm. Upon check HA, the status of the light is off already. How can I troubleshoot this? In the mqtt log, what keyword should I search to see when the light status changed? Thanks.

You can check why your automation didn’t trigger on the UI using the new troubleshooting feature.

I’m using NodeRed for automation. From NR side, I did see it try to turn off around 11pm, but at that time, the status of the light is off, while actually the light is still on. I think something wrong in mqtt msg

Don’t send an mqtt message. send a home assistant service call.

1 Like