You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to catch the events when e.g. a bulb announcing itself or when it reconnects as shown in the debug log from zigbee2mqtt.
Reason is that I would like to know when a zigbee device like a bulp is re-powered after is has been switched off.
I tried the 'on_log' event from paho.mqtt.client but this adds little extra information.
It is just showing sending and receiving ping requests/responses.
It will also show a 'Received PUBLISH' message when the bulp is switched on, but this is the same message as when the bulp is switched on via an intended publish message.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to catch the events when e.g. a bulb announcing itself or when it reconnects as shown in the debug log from zigbee2mqtt.
Reason is that I would like to know when a zigbee device like a bulp is re-powered after is has been switched off.
I tried the 'on_log' event from paho.mqtt.client but this adds little extra information.
It is just showing sending and receiving ping requests/responses.
It will also show a 'Received PUBLISH' message when the bulp is switched on, but this is the same message as when the bulp is switched on via an intended publish message.
Does anyone have an idea how to do this?
Herwig.
Beta Was this translation helpful? Give feedback.
All reactions