Problem with separate messages for a color change #551
foorschtbar
started this conversation in
General
Replies: 1 comment 1 reply
-
This is one of the most common homekit problems - lights flashing to one state before quickly going to another. It's caused by how homekit sends messages... It was even an issue in some of my first "homekit official" hardware ever. Try the following... Step one: Step two: Hopefully that makes sense. Show me your flow if not. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
unfortunately I haven't found anything via the search. I have been using homekit-bridged for a long time and assume the following things:
For example, have a lamp with Hue, saturation and brightness characteristics. Color is set to H:100, S:100 and changes now to H:0, S:200, then i got H:0 from the node while S:200 is still set and the lamp briefly shows H:100, S:200. Then S:200 comes from the node the the color is now correct.
Is there any workaround? I try to wait until i get a valid H/S pair with context.get/set, but some color changes only change H or S.
Do you know what I mean?
(The values for H and S are fictitious)
Beta Was this translation helpful? Give feedback.
All reactions