[SOLVED] MQTT2 and H801 with Tasmota

Hello together,

I have the problem that I can not change the colors of my H801 (Tasmota Flash 6.5) with MQTT2. Can someone tell me the mistake?

Thing:

		Thing topic sonoffH801 "Sonoff H801 - Wohnzimmer" @ "Wohnzimmer" {
    Channels:
        Type string : reachable  "Reachable"          	[ stateTopic="tele/sonoff_1AAC7C/LWT" ]
        Type switch : power      "Power"              	[ stateTopic="stat/sonoff_1AAC7C/POWER", commandTopic="cmnd/sonoff_1AAC7C/POWER" ]
        Type colorHSB  : color 	 "Farbe"              	[ stateTopic="tele/sonoff_1AAC7C/HSBColor", commandTopic="cmnd/sonoff_1AAC7C/HSBColor" ]
        Type number : rssi       "Empfang: RSSI" 		[ stateTopic="tele/sonoff_1AAC7C/STATE", transformationPattern="JSONPATH:$.Wifi.RSSI"]
    }

Item:

String      whz_wandcolor           "Wandlicht Farbe RGBCW"              <colorlight>       (gWhz, gWhz_Licht)                       {channel="mqtt:topic:broker:sonoffH801:color"}

Command in Rule:
sendCommand(whz_wandcolor, “0,100,100”)

H801 -> SetOption17 = 1 = comma-separated decimal string

Solution

Type colorHSB  : color 	 "Farbe"              	[ stateTopic="stat/sonoff_1AAC7C/RESULT/HSBColor", commandTopic="cmnd/sonoff_1AAC7C/HSBColor" ]
Color      whz_wandcolor           "Wandlicht Farbe RGBCW"              <colorlight>       (gWhz, gWhz_Licht)                       {channel="mqtt:topic:broker:sonoffH801:color"}