-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discovery fix on restart HASS + adding the timestamp of last received zigbee message visible in HASS #734
Conversation
ugrug
commented
Dec 20, 2018
- On restarting Home Assistant, resending device discovery information
- Add timestamp on receiving message from Zigbee
- Add last_message into MQTT info for devices
Add last_message to the payload
- On restarting Home Assistant, resending device discovery information - Add timestamp on receiving message from Zigbee
why do you rediscover on hass startup? these messages are retained by the mqtt broker. |
On restarting hass without restarting zigbee2mqtt causes my zigbee devices disappear. If this only issue on my configuration, possible caused by using rabbitmq. |
Can you view the retained MQTT messages? |
I think this issue only on using another broker instead of hass internal mqtt broker. |
I use an external mosquitto which works without problems. |
I'll check retained working on rabbitmq. |
MQTT discovery rely on persistence not enabled in my configuration. I'll move adding timestamp to separate request. |