-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Bug] problem after upgrading zigbee2mqtt to 1.35 #794
Comments
Are you using a device that's unsupported by Zigbee2MQTT? Can you share (e.g. attach) your device list from |
Potentially a duplicate of #782 |
Seems that I have implemented this check incorrectly. If someone can share the entries from |
Rolling back to zigbee2mqtt 1.34 fixes the issue .. so it's for sure related to the new release. Support was added for "unsupported" devices to have basic functionality working even if it is not officially supported by zigbee2mqtt. Probably related? - https://github.com/Koenkk/zigbee2mqtt/releases Weird tho as I, as far as I know, do not have unsupported devices in zigbee2mqtt. |
|
Same problem with Profalux devices
How to roll back to 1.34 ? Thank you |
Depens on your setup .. I have all running in containers so just change the tag from "koenkk/zigbee2mqtt:latest" to "koenkk/zigbee2mqtt:1.34.0" did the trick for me :) If you're not running it in containers it might be more difficult.. |
I'm talking about the Zigbee2MQTT version - not the Homebridge version and not the homebridge-z2m version. The issue probably lies in a change done in Zigbee2MQTT as referenced to a couple of posts above. |
I went back to "koenkk/zigbee2mqtt:1.34.0" but still the same , had an error on a EW-Link device, removed it from zigbee2mqtt but Homebridge still gives the error on that device?!?! |
You can remove it from the "cached accessories" Homebridge GUI -> 3 dots at the top right -> Homebridge Settings -> Remove Single Cached Accessory (almost at the bottom of the page) |
Oh sorry, didn't catched that. Thank you! |
This worked for me, all up and running again!! Thanx |
For me, I noticed that there was a new "Coordinator" device added after the new z2m release. I just added this to the excluded devices in the HomeBridge plugin settings, and then it started up fine. |
If I remember correctly this was there before as well, but I had some code to ignore it. I was hoping to dive into this issue yesterday evening, but unfortunately I got an ocular migraine attack, so no screens for me. Hopefully I'll manage this evening. It sounds like it should be an easy fix. PS: not yet sure if I'll first patch v1.9.2 (and make a v1.9.3) and then merge it into |
Any chance that someone still has an export of I'd love to see the entry of the coordinator. I'm running Zigbee2MQTT v1.34.0 and it looks more or less like this: {
"definition": null,
"disabled": false,
"endpoints": {
/* lots of endpoints here */
}
},
"friendly_name": "Coordinator",
"ieee_address": "0x00124b001caa69fc",
"interview_completed": true,
"interviewing": false,
"network_address": 0,
"supported": false,
"type": "Coordinator"
} |
Got this from the log from @mrmaximas. It seems that the {
"definition": null,
"disabled": false,
"endpoints": {
/* lots of endpoints */
},
"friendly_name": "Coordinator",
"ieee_address": "0x00124b002a1aa3c4",
"interview_completed": true,
"interviewing": false,
"network_address": 0,
"supported": true,
"type": "Coordinator"
} Probably I made the assumption when writing the plugin that supported devices would always have a device model, which might no longer be true. |
Thanks for looking into this.Z2M 1.35.0 killed my install as well. Reverted back to 1.34.0 and works again. Will be really grateful this can be fixed as 1.35.0 supports the new Ikea Parasoll contact sensors that I'd like to purchase. |
add ieee address of coordinator to exclusions and enjoy 1.35.0 |
For me the "workaround" of @Veldkornet seemed to work -> #794 (comment) I'm back on Z2M 1.35.0 but with the "Coordinator" device exluded in the homebridge-z2m plugin in homebridge. EDIT: mrmaximas was a little bit quicker, but same solution :) |
+1 |
Anyone here that's still running v1.9.2 of the plugin thats willing to try a version that should include the fix for this? Still need to make that release though, just checking if someone's up for it. Based on earlier findings I'm pretty sure it will fix it, but it would be nice to get some confirmation from others. |
I'll try it. No problem. |
Just published v1.9.3-rc.0 to NPM. I believe this should solve the problem, but unfortunately I don't have time to update Zigbee2MQTT on my production environment now to test it with the latest Zigbee2MQTT release. If you tried it (can even be on a separate machine connecting to the same MQTT broker that your production environment is connected to), let me know if it works without the aforementioned workaround. |
v1.9.3-rc.0 works fine with the workaround removed. Many thanks. |
I have Zigbee2MQTT 1.35.0 and after updating Thank you @itavero for the quick fix! 😄 |
Thanks for the feedback. I'll try to make it a "regular" release and to merge it into the beta versions later today. |
I just installed version V 1.9.3 rc and removed the workaround. Everything seems to be back to normal. thank you very much for your responsiveness and this quick repair. |
works here too, great work 👍 |
I just installed version V 1.9.3 rc.0 everything seems to be OK. |
Just promoted I'll merge it back to |
I've just upgraded to Release 1.9.3 and it seems to be working properly ✔️ Before I was using Release 1.11.0-beta.2 but I had to downgrade due to this issue... So when you create Thank you once again @itavero |
Seems like I introduced another bug on the Update: The thing I thought to be a bug, actually wasn't a bug.. I'll probably be able to push a new beta release later today. |
Release v1.11.0-beta.3 has also been published. I've installed it myself and also updated Zigbee2MQTT. No noticeable issues so far. |
Thank you @itavero, I too have just installed it, and so far so good 👍 |
I have also problems after upgrading to 1.35 that seem to be connected with homebridge-z2m. Please have a look on issue from zigbee2mqtt github: The issue is still present with v.1.11.0-beta.3, here are the logs from zigbee2mqtt: |
@nefh This is an issue in Zigbee2MQTT. Not the issue being discussed here. From what I can tell it's also not caused by homebridge-z2m. It just gets more visible because the plugin starts requesting information from devices (like blinds). |
Is there an existing issue for this?
Describe the bug
Crash of the plugin
Related devices
No response
Related Devices
No response
Steps To Reproduce
No response
Expected behavior
No response
Device entry
No response
Status update
No response
Messages from this plugin
No response
This plugin
1.9.2
Homebridge
1.7.0
Zigbee2MQTT
1.35
Homebridge Config UI X (if applicable)
4.54.1
The text was updated successfully, but these errors were encountered: