Alexa Metadaten, RGB Stripe

Einrichtung der openHAB Umgebung und allgemeine Konfigurationsthemen.

Moderatoren: seppy, udo1toni

Antworten
Locke
Beiträge: 251
Registriert: 14. Apr 2020 11:35
Answers: 3
Wohnort: bei Hamburg

Alexa Metadaten, RGB Stripe

Beitrag von Locke »

Hi,
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
thnx
____Sven_________________________________________________________________________________________
System 1, Raspberry Pi 4, 4GB RAM, openHAB 2.5.10 / System 2, Raspberry Pi 4, 2GB RAM, openHAB 3.3.0 /
System 3, Raspberry Pi 4, 2GB RAM, openHAB 4.0.2 / System 4 (Testsystem), Raspberry Pi 4, 2GB RAM, openHAB 4.1.1 / System 5, (als NAS) Raspberry PI 4, 4 GB RAM, openmediavault 6.8.0-1 (Shaitan)

Antworten