Serial starting Lights by Group #40
-
Hi Andreas. Your code works really great, thank you for it! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi Florian, are you recalling a scene in the app, or do you use the „room on function“? I have +10 lamps in my livingroom, and whatever I recall the scene via node-red or app, my lights turn on at different speeds. The bridge does still send separate light commands when recalling a scene and due API limitations of sending 5 light commands per second, having more lights than 4-5 these will turn on at different speeds. When you turn on/off a group it’s faster, cause it’s send as a group command, but the lights will turn on at last state. That’s what I think is the reason in my understanding of the API. But anyway, great that it works! Grüße |
Beta Was this translation helpful? Give feedback.
-
Thank you Andreas for your quick feedback. |
Beta Was this translation helpful? Give feedback.
-
hat es so nun geklappt? Properties type: (grouped_light) on: (object) on: (boolean) dimming: (object) brightness: (number – maximum: 100) dimming_delta: (object) color_temperature: (object) mirek: (integer – minimum: 153 – maximum: 500) color_temperature_delta: (object) color: (object) xy: (object) x: required(number – minimum: 0 – maximum: 1) y: required(number – minimum: 0 – maximum: 1) alert: (object) action: required(breathe) |
Beta Was this translation helpful? Give feedback.
Hi Florian,
are you recalling a scene in the app, or do you use the „room on function“?
I have +10 lamps in my livingroom, and whatever I recall the scene via node-red or app, my lights turn on at different speeds.
The bridge does still send separate light commands when recalling a scene and due API limitations of sending 5 light commands per second, having more lights than 4-5 these will turn on at different speeds.
When you turn on/off a group it’s faster, cause it’s send as a group command, but the lights will turn on at last state.
That’s what I think is the reason in my understanding of the API.
But anyway, great that it works!
Grüße
Andreas