arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.93k stars 4.76k forks source link

Console <RRGGBBWW> #1332

Closed ageorgios closed 6 years ago

ageorgios commented 6 years ago

Hello I have a flashed H801, but I can only change the colors from console like "color #ff0000"

how can I use RGBW?

What does < RRGGBBWW > payload mean? I try "color < RRGGBBWW >" but: RESULT = {"Color":"00FF00"} I try "color < RGBW >" but: RESULT = {"POWER":"OFF","Dimmer":0,"Color":"000000"}

Thank you.

5.10

arendst commented 6 years ago

The H801 module is default configured for RGB. You need to add one PWM channel in the module configuration page to get RGBW. I don't know which gpio to use but someone does...

ageorgios commented 6 years ago

It worked by setting screen shot 2017-12-10 at 9 15 22 using output W2 on H801

Thank you very much!