Closed jakwarrior closed 6 months ago
I am also using the 1.37.0 version with the same dongle (same firmware) and works fine on my side.
I could sometimes have an error on a rare occasion when launching z2m (usually when the dongle is not properly re-initiated) but restarting z2m usually does the trick.
I tried restarting z2m several times but the problem was still present.
Ok i was checking on my side when z2m restarts (as i was testing some code) : i do have actually the same error message, but it does not stop z2m from working. Can you enable debug mode to see what's going on ?
In fact, I made a mistake, it's working. I thought it wasn't working anymore because the "Logs" tab in the frontend doesn't display anything. And when I open the log.log file, I see that the messages "z2m: MQTT publish: topic ..." are now at the debug level instead of info as before. I don't know if this logging issue is related to the startup error. So there is still an issue with the "Logs" tab which remains empty.
This is because MQTT publish
is not logged anymore to info
but to debug
, and debug is not logged in the frontend anymore (see the release notes)
What happened?
When updating to version 1.37.0 with the Zigbee Dongle E adapter and EZSP driver, an error occurs at startup and no messages are sent or received anymore. I know that the EZSP driver is now deprecated, but I wanted to transition to version 1.37.0 before updating the dongle firmware and switching to the ember driver. Here are the logs during startup:
When starting up in version 1.36.1, everything works perfectly:
What did you expect to happen?
The startup proceeds normally, and all devices work without any issues.
How to reproduce it (minimal and precise)
Update from 1.36.1 to 1.37.0 through Home Assistant
Zigbee2MQTT version
1.37.0-1
Adapter firmware version
7.3.1.0 build 176
Adapter
Sonoff Zigbee Dongle E
Setup
Raspberry Pi 5, Home Assistant 2024.5.1, Home Assistant OS 12.2
Debug log
No response