-
Notifications
You must be signed in to change notification settings - Fork 18
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
Ikea 5btn remote controller E1524 - problem #83
Comments
Yes I have the same problem with E1810, I already opened an issue and I'm willing to debug but I got not answer yet. It seems like a configuration problem of zigate since it also isn't shown as coordinator but as "unknown" device. |
Same issue here ... |
How to you update ikea firmware with ZHA and zigate ? |
All IKEA remotes is light controllers and sending commands to groups of lights. The devs is looking on the problem but dont have cooking any fix for it yet. |
Ok thanks. So, everything is working is just that zigate is ignoring all events message because they are broadcast to a group that the coordinator do not part of. I bookmark that issue |
Yes or Zigate cant for the moment being member of all groups so it can catching the commands sent to the groups. Hopefully they is getting it implanted so Zigates is working with all devices as the other radio modules is doing. If you dont have so much devices you can trying adding all to group 0 if its possible doing with the Zigate (ii dont knowing is its possible but can being worth trying) then its perhaps is working. |
It only let me add outlet as part of group : No ikea remote or zigate :-/ |
ZiGate can be member of 5 groups at max. |
Controlling devices you is binding to one group (IKEA cant being bonded to devices only groups). |
Apparently from what I found out in the source, it only lists devices which have the "groups" cluster as input (or output, I always mix them up.. :D ), the remote has only the output cluster so you cannot add it to the group here.
The problem here is that the zigate has a wrong configuration, it doesn't show any device signature or clusters. @doudz already discovered it (as I did myself) and will investigate. This is also found in #77. |
Other zigbee dongles create some kind of "Default Lighting Group" and add themselves to it so they can receive the group messages, but zigate does not (yet) do it. I found it kind of very difficult to find all this in the sources, I supposed that it would be abstracted more so the devices would work similar despite their hardware differences.. |
Any update on this? |
Hi guys, i have the same problem with 3 ikea devices (E1524, E1743, E1745), on Zigate & Zigbee2mqtt. |
@mrIngrid I think you need positing Zigate & Zigbee2mqtt problems in the Z2M git. |
As ZiGate is concerned, I don't see your issue. The Ikea Remote works perfectly with non-zigpy based plugin. Here is what you have to do (please translate for zipgy) 1/ pair your Led with the ZiGate ==> You'll get the group which has been created during the Touch link 5/ add that groupId to the ZiGate from that point all Actions on the 5B will be received by the ZiGate and pass through to the above layer. You can even remove the LEd from the group if you want. As mentioned early, ZiGate can be members of 5 different groups. With ZiGate+ (the new generation) it is up to 15 groups |
It's very complicated. So If connecting ZigBee remote with yeelight (with home assistant routine) is not possible ? |
Hi,
When I'm paired E1524 device, I don't have zha_event when I'm click buttons. I tried to update firmware and it's fail on zero percent.
I check how it's works with cc2531 and zigbee2mqtt and I see mqtt messages for all buttons. I also update device to latest firmware.
When I paired on new firmware with zigate and zha, some switches start reacting on button (same group), so there was some communication in network, but no event.
I checked different projects and tried to find issue related with E1524 and zha, but I didn't find anything use full.
I'm not sure if it's quirk problem or zigate problem. I have all logs enable and I saw only communication with dongle on main on-off button for other buttons no logs.
I saw two quirks in handlers project, but I don't understand what condition device needs to meet to select zha version of quirk for this device.
Do you have any idea how to solve this problem?
The text was updated successfully, but these errors were encountered: