-
-
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
Support commandToggle and command*WithOnOff triggering polling of Hue bulbs #6192
Conversation
Will now poll both LevelCtrl and OnOff in case light turns on
Thanks! |
The toggle button is sending one IKEA special command then being long pressed that is resetting the IKEA light to its default scenes so its being synced also the light levels is doing the same (being 100%). |
The Tradfri remote is sending In any case, this code only triggers polling on Phillips Hue lights, and is not executed at all for Tradfri lights. Tradfri lights are expected to send reports when their state/brightness/colour temperature changes. |
If its working OK with HUE its great. If you is setting up scenes that is working with the IKEA "magic group" its 110% setting the light to first scene that is correct defined the light. And if you dont have that it can not changing scene then its no scene to changing 2. Read the manual for the remote and look how its behaving then ts being setted up with scenes OK. Its still braking the working scenes with IKEA light !!! Do some sniffing of the traffic the remote is sending and you is knowing you is wrong. One PM the IKEA remote is NOT sending scene commands to its bonded group its being sended to on default group that IKEA is used and is normal refereed as "magic group" that is 0xff09 / 65189. Sniffed and verified its working with Z2M if congratulating the scenes OK. |
@MattWestb your comments are related to scenes on Tradfri bulbs, and this PR is completely unrelated to both scenes and Tradfri bulbs. |
I dont care of wot you is doing with all bottoms but still the long press of the toggle is making other thinks that you is braking believe my or not. Before you is saying something, pairing the remote and set up correct scenes that can being changed from thee remote. You can do that with Z2M or iKEA GW. And as one alternative you can also reading some thousands post that is being made also some with good stiffening attached. And you dont have any using of the long press toggle for IKEA or other devices lights. One more time dont use the long press toggle !!!! |
One more thing ZCL 6 is outdated and if you is using it then you must consider https://zigbeealliance.org/wp-content/uploads/2019/11/docs-15-0014-05-0plo-Lighting-OccupancyDevice-Specification-V1.0.pdf that is one appendix to ZCL for zigbee 3 devices. |
Your concerns and boldfaced comments are duly noted. Feel free not to use long press toggle on your own Zigbee networks(s) as you clearly feel so passionate about this. I, and others with Tradfri remotes that control Hue bulbs, will continue happily using the Tradfri remote as a cheap remote that happens to generate |
Added Zigbee commands generated by Tradfri 5-button remote (model
TRADFRI remote control
) to the list that trigger polling on Hue bulbs. Thus this PR allows the use of Tradfri 5-button remotes to control Hue bulbs just like the Hue dimmers, without having to poll them via external automation.commandToggle
when pushed, andcommandMoveToLevelWithOnOff
when held.commandStepWithOnOff
(pushed) andcommandMoveWithOnOff
(held), so need to pollgenOnOff
cluster as well. (The brightness down button does not turn off the bulb.)