Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Philips Hue: Einschaltverhalten nach Stromzufuhr ändern #135

Open
stuckis6er opened this issue Dec 30, 2020 · 1 comment
Open

Philips Hue: Einschaltverhalten nach Stromzufuhr ändern #135

stuckis6er opened this issue Dec 30, 2020 · 1 comment

Comments

@stuckis6er
Copy link

Hallo,
wie kann ich das Einschaltverhalten nach Stromzufuhr ändern? Oder geht das nur mit der Hue App?

Gruß Ralf

@jokakilla
Copy link
Contributor

Der Doku auf zigbee2mqtt.io nach sollte es mit einem set command mit folgendem Payload möglich sein das Verhalten zu ändern.
Ich habe es mit meinen Ikea Tradfri LEDs auf ähnliche Weise hin bekommen.

{
"hue_power_on_behavior": "on", // default, on, off, recover
"hue_power_on_brightness": 125, // same values as brightness
"hue_power_on_color_temperature": 280, // same values as color_temp
"hue_power_on_color": "#0000FF", // color in hex notation, e.g. #0000FF = blue
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants