-
Notifications
You must be signed in to change notification settings - Fork 319
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
Ember: fix GP proxied messages handling. #1151
Conversation
I just had some tries on a test network. I had to disassemble the antenna from my Dongle-E in order to reduce drastically its coverage. I added an Ikea router close to it and then far from the light, I have been able to pair a PTM215ZE through this light. For me, it is fixed. I also tried at the same emplacement to pair the PTM directly to the coordinator without success. |
Hi guys, I have the exact same issue with my hue bulbs and ZGP switches. |
@0BanZai0 it's included in the dev release (but make sure you are using the latest) |
@Koenkk - thanks. For what I've understood is that I have to install the "Edge" version of Z2M via the HASS Addon Store. Correct? |
You can just uninstall and install edge, all data is preserved, but make sure to copy over the addon settings. |
@Koenkk THANKS! |
One last question. I can confirm that I'm on the newest version: Zigbee2MQTT-Version Coordinator-Typ Coordinator-Version Coordinator IEEE Adresse Frontend-Version Zigbee Herdsman Konverter Version Zigbee Herdsman Version But my Philips Hue GU10 and E27 bulb still is only showing "greenPower" as an output-cluster on endpoint 242. In this thread they had the same behavior: Is this just a visual thing? |
I would suggest to check the documentation regarding ZGP.
Your picture shows only the clusters and there is nothing Z2M can do here as it is firmware related. |
@chris-1243 - thanks! I'll try it in my new home tomorrow. Should work as a lot of my lights are these: https://www.zigbee2mqtt.io/devices/929001953301.html According to your provided documentation they should act as a Proxy and support Unicast. |
What is really important is to select a specific router while pairing your ZGP switch. Otherwise, it will be paired as |
@chris-1243 The errors look like this: "z2m: Publish 'set' 'state' to 'Spots I'm using z2m groups to group my bulbs in a specific room. I'm thinking about switching to channel 25 and to re-pair everything... What do you think might be a solution here ? |
As you are on By the way, what kind of ZGP switch are you using? On my small test network, everything went fine, no errors to report. Could you provide debug log? Maybe @Nerivec could find something in it. |
BUSY on group/broadcast messages means you likely hit the broadcast flood prevention system (ZigBee specification). It triggers at about 8 broadcasts per 9-second window to prevent storming the network. There are some queueing mechanisms in place, but it looks like your network burns through them too. |
@chris-1243 @Nerivec I'll try to fetch a log this evening when I'm back at the new house! |
Is this model battery powered ? I am just wondering if its sends the same frame as the non-powered model and the exact same commands. Do you have the possibility to sniff your traffic ? |
@chris-1243 - it's actually mains powered. https://www.led-trading.de/zigbee-unterputz-modul-fuer-friends-of-hue Im using them with conventional double wall buttons. But (what I was unaware of when purchasing) the board itself seems to be like the battery powered PTM215Z - just without having to change batteries. |
@chris-1243 thanks! You're right. I'll open a new issue :) |
@0BanZai0 You may check this open issue which talks about unicast/broadcast message as well as which router performs well with ZGP devices.... |
Fixes Koenkk/zigbee2mqtt#23575
Also needs testing against #823 and Koenkk/zigbee2mqtt#20586 to confirm if fixed.
CC: @chris-1243 @dduransseau