Replies: 2 comments 1 reply
-
Seem to be experiencing the same problem with my UZG-01 coordinator. Honestly, I've been having issues with Z2M alot lately though.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
If i remember correctly, my problem was solved by waiting. Something destroyed my network, but it was self repairing. But until today I'm absolutely not satisfied with stability of my Zigbee network. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there, I could use some hints, because I'm literally sitting in the dark, while my wife is shouting at me.
My System:
Proxmox 8.2.8 > HA OS > Home Assistant 2024-11.3 > zigbee2mqtt as HA Addon (v1.41.0-1).
zigbee2mqtt is using a Conbee III as coordinator.
port: /dev/serial/by-id/usb-dresden_elektronik_ConBee_III_DE03216093-if00-port0
adapter: deconz
baudrate: 115200
I have about 40 zigbee devices registered and running without problems until today.
Today I did the HA core update to 2024.11.3 and after that I lost all my energy consumption in HA. So I decided to restore an backup, which was created before the update. Well.. it did not help with energy data and starting from this point (maybe I tried a couple of backups) my zigbee network was blown. z2m is starting without any problems and the adapter seems to work:
`[2024-11-22 20:36:19] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/config', payload '{"commit":"unknown","coordinator":{"meta":{"maintrel":0,"majorrel":38,"minorrel":83,"product":0,"revision":"0x26530900","transportrev":0},"type":"ConBee3"},"log_level":"debug","network":{"channel":11,"extendedPanID":"0x3545e5584a8867fe","panID":43050},"permit_join":false,"version":"1.41.0"}'
[2024-11-22 20:36:19] debug: z2m: Discovering entities to Home Assistant in 5s
[2024-11-22 20:36:19] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload 'online'
[2024-11-22 20:36:19] info: z2m: Zigbee2MQTT started!
[2024-11-22 20:37:16] debug: zh:deconz:frameparser: DATA_INDICATION RESPONSE - seqNr. 39 srcAddr: 0x0cae5ffffeda3e7b destAddr: 0xffff profile id: 0x0 cluster id: 0x0 lqi: 196
[2024-11-22 20:37:16] debug: zh:deconz:frameparser: response payload: 8b67470effff2e21000000
[2024-11-22 20:37:16] debug: zh:deconz:driver: networkstate: 2 apsDataConfirm: 0 apsDataIndication: 0 configChanged: 0 apsRequestFreeSlots: 1
[2024-11-22 20:37:16] debug: zh:deconz:frameparser: DATA_INDICATION RESPONSE - Error: Unsupported response reading for cluster ID '0'.
[2024-11-22 20:37:18] debug: zh:deconz:driver: send read device state from queue. seqNr: 40
`
But communication with network is not possible anymore. All devices go offline and my log is full of timeouts for every device. I did a reset for a power socket and tired to add it again, but this does not work as well. (I was testing this at its regular position and 20cm away from the conbee III) no communication is possible. I renamed my z2m config folder, to start with a new config, but even here is it not possible to pair my power socket.
So now I'm out of ideas, how to fix this and my wife will kill me soon. Has anyone a idea how to fix this mess?
Thx in advance!
Log for timeout at old config:
Beta Was this translation helpful? Give feedback.
All reactions