Re: Gledopto RGB-Strip Zigbee einbinden
Verfasst: 5. Aug 2020 21:56
Also zum Beispiel Blau Übermittelt HA einmal an:
zigbee2mqtt/LED-Strip/set
Und an
zigbee2mqtt/LED-Strip
Und beim Wechsel zu Rot Übermittelt HA an:
zigbee2mqtt/LED-Strip/set
Und an
zigbee2mqtt/LED-Strip:
zigbee2mqtt/LED-Strip/set
Code: Alles auswählen
{
"state" : "ON",
"color" : {
"x" : 0.136,
"y" : 0.04
}
}
zigbee2mqtt/LED-Strip
Code: Alles auswählen
{
"state" : "ON",
"brightness" : 255,
"color_temp" : 127,
"color" : {
"x" : 0.136,
"y" : 0.04
}
}
zigbee2mqtt/LED-Strip/set
Code: Alles auswählen
{
"state" : "ON",
"color" : {
"x" : 0.701,
"y" : 0.299
}
}
zigbee2mqtt/LED-Strip:
Code: Alles auswählen
{
"state" : "ON",
"brightness" : 255,
"color_temp" : 37,
"color" : {
"x" : 0.701,
"y" : 0.299
}
}