Magic RGB LED with IR Remote Tasmota Homeassistent Setup Englisch / Deutsch👏

Опубликовано: 24 Июль 2026
на канале: AIFuture
7,985
30

you have no MQTT?? This is the first do install!!

Tasmota Firmware: https://github.com/arendst/Sonoff-Tas...

MagicHome IR Remote : https://github.com/arendst/Sonoff-Tas...

esptool.py \
-p /dev/cu.usbserial-00000000 \ put the usb !!!
--baud 115200 \
write_flash \
-fs 1MB \
-fm dout \
-ff 40m \
0x0 sonoff-DE.bin Change a name for other version!!!



light:
platform: mqtt
name: "sonoffRGB"
command_topic: "cmnd/sonoffrgb/power"
state_topic: "stat/sonoffrgb/POWER"
rgb_state_topic: "stat/sonoffrgb/color"
rgb_command_topic: "cmnd/sonoffrgb/color"
brightness_state_topic: "stat/sonoffrgb/DIMMER"
brightness_command_topic: "cmnd/sonoffrgb/dimmer"
retain: true
payload_available: "Online"
payload_not_available: "Offline"