ich habe gerade einen RGB LED Stripe mit H801 Controller (Tasmota) eingebunden und versuche ihn ihn über Alexa Metadaten in Alexa einzubinden, das Schalten und Farben ändern klappt auch in Alexa, aber ich finde die Sättigung (Saturation) nicht in den Metadaten.
Ist es möglich diese mit einzubinden ?
Raspberry Pi 4, 2GB RAM, openHAB 3.3.0
Code: Alles auswählen
UID: mqtt:topic:Broker3:Treppe_LED
label: Treppe LED
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:Broker3
channels:
- id: Treppe_LED
channelTypeUID: mqtt:switch
label: Treppe LED
description: ""
configuration:
commandTopic: cmnd/Treppe_LED/POWER
stateTopic: stat/Treppe_LED/POWER
- id: Treppe_LED_Farben
channelTypeUID: mqtt:colorRGB
label: Treppe LED Farben
description: ""
configuration:
commandTopic: cmnd/Treppe_LED/HSBCOLOR
stateTopic: stat/Treppe_LED/POWER
colorMode: HSB