====== Silvercrest Lichterkette ====== \\ \\ Config: \\ {{plugins:zigbee2mqtt_plugin:templates_fur_die_virtuellen_ausgange:1262551497.loxone|1262551497.loxone}} \\ Template: {{plugins:zigbee2mqtt_plugin:templates_fur_die_virtuellen_ausgange:1262551327.xml|1262551327.xml}} \\ {{plugins:zigbee2mqtt_plugin:templates_fur_die_virtuellen_ausgange:1262551502.png?w=2000}} Konstante 1 bei der RGB Lichtszene ist nur für die Darstellung der Simulation \\ \\ __**Doku:**__ [[https://www.zigbee2mqtt.io/devices/HG06467.html|Lichterkette]] \\ Controls the 16 build-in effects of the LED string. An effect expects 3 parameters: ''%%speed%%'', ''%%colors%%'' and ''%%effect%%''. To trigger an effect send a message to ''%%zigbee2mqtt/FRIENDLY_NAME/set%%'' with payload ''%%{"effect": {"effect": EFFECT, "speed": SPEED, "colors": COLORS}}%%''. Description:
''%%EFFECT%%'' is a string, below is a list of possible values and the amount of colors it supports
| effect | # colors |
|------------------------|-----------------|
| steady | 1 |
| snow | 1 |
| rainbow | 0 |
| snake | 6 |
| twinkle | 2 |
| firework | 2 |
| horizontal_flag | 3 |
| waves | 3 |
| updown | 2 |
| vintage | 1 |
| fading | 1 |
| collide | 1 |
| strobe | 5 |
| sparkles | 3 |
| carnaval | 6 |
| glow | 6 |
=== Example message payload # ===
{
"effect": {
"effect": "snake",
"speed": 100,
"colors": [
{
"r": 255,
"g": 0,
"b": 0
},
{
"r": 0,
"g": 255,
"b": 0
},
{
"r": 0,
"g": 0,
"b": 255
}
]
}
}