You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In API v2 the dynamics channel is not working properly in conjunction the color or brightness channels.
The issue is caused by the fact that (in accordance with OH house rules) ..
commands for color lamps to the color channel must send a DTO with colorXY PLUS brightness PLUS onOff elements
commands for color-temperature lamps to the brightness channel must send a DTO with brightness PLUS onOff elements
And it seems that if a command DTO contains an onOff element in conjunction with a dynamics element, the bridge ignores the dynamics duration and instead executes the combined command immediately.
Probably the solution is that the dynamics delay shall be allowed not only (as in the current binding) on the color and brightness channels, but also (in a revised PR version) on the color-xy-only and dimming-only channels as well.
andrewfg
changed the title
[hue] API v2 dynamics channel not working with brightness channel
[hue] API v2 color and brightness commands not respecting dynamics duration
Feb 13, 2025
In API v2 the
dynamics
channel is not working properly in conjunction thecolor
orbrightness
channels.The issue is caused by the fact that (in accordance with OH house rules) ..
color
channel must send a DTO withcolorXY
PLUSbrightness
PLUSonOff
elementsbrightness
channel must send a DTO withbrightness
PLUSonOff
elementsAnd it seems that if a command DTO contains an
onOff
element in conjunction with adynamics
element, the bridge ignores the dynamics duration and instead executes the combined command immediately.Probably the solution is that the dynamics delay shall be allowed not only (as in the current binding) on the
color
andbrightness
channels, but also (in a revised PR version) on thecolor-xy-only
anddimming-only
channels as well.Signed-off-by: Andrew Fiddian-Green [email protected]
The text was updated successfully, but these errors were encountered: