-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Z2M starts, but no frontend, no module data through MQTT ( only online/offline info) #25622
Comments
Are you talking about Zigbee2MQTT or the Home Assistant Zigbee2MQTT Add-On? For the later, there are similar issues posted, e.g. zigbee2mqtt/hassio-zigbee2mqtt#688 (comment) |
Zigbee2MQTT, I have a dockerised HA install, so no add-ons. |
I already have
In my configuration.yaml and no legacy option. If you exclude devices and passwords/tokens, I have that:
|
A new version 2.0.0.2 is released that seems to fix this. |
For the HA add-on, but I don't think that is relevant for standalone setup in Docker. There's no new release in github releases nor a new Docker image. |
I am not seeing.... advanced: |
Because file has already been migrated by Z2M to version 4 as indicated by the |
Is the frontend's |
yes |
Just to mention that I am experiencing the exact same issue. I have a bare metal install in a LXC container. |
What do the logs say? |
I have exactly same issue with addon. In debug logs it looks like zigbee data coming in, but frontend doesn't start and data doesn't end up in HA. |
@philippemezzadri According to those logs, you are not running Z2M 2.0.0 but 1.42.0 (the previous release). |
@mundschenk-at This is the correct one: log.log
|
Hi Addon version Platform After downgrading to 1.42.0-2 everything is working fine. My configuration:
The log file |
#25693 may have fixed this, could you check? Changes will be available in the dev branch in a few hours from now. |
I have tested and the problem is solved |
Do you happen to have some TRVs or some other devices which have time internally? |
When can we expect new release of Z2M, so this fix will get into proper HA add-on, which is not based on dev branch? |
I had same issues described here by other users using my Dongle-E (ember) and switching to dev resolved the problem. Thanks for the fix and all the hard work and support theses days with the v2 migration. |
fix tested and the problem is solved. |
I also have 4 Danfoss TRV, model eTRV0103. |
Had the same issue, and also have (7) Danfoss Ally TRV's. |
What happened?
Z2M starts, lists my adapter and outputs all modules names in info log. In info log, Z2M status is also output to MQTT, and I see it though a MQTT explorer. As debug, it also starts to output data from modules, as expected. But frontend doesn't start, and modules output are not sent to MQTT. It happened suddenly, as the first time it happened after a couple of days, and now everytime.
What did you expect to happen?
MQTT data flows correctly, and frontend is started.
How to reproduce it (minimal and precise)
No idea. It happened suddenly after a few days, and I can't restart it properly now.
Zigbee2MQTT version
2.0.0
Adapter firmware version
20240710
Adapter
Sonoff_Zigbee_3.0_USB_Dongle_Plus
Setup
Dockerised, with network_mode: host
Debug log
log.log
The text was updated successfully, but these errors were encountered: