Python plugin for Domoticz to control H801 LED WiFi Controller with Tasmota firmware via MQTT
- Setup any MQTT server (Mosquitto as example)
- Flash your H801 controller with latest Tasmota firmware
- Enable MQTT support
- Set and remember
MQTT_TOPIC
inuser_config.h
- Clone repository into your domoticz plugins folder
cd domoticz/plugins
git clone https://github.com/stas-demydiuk/domoticz-h801-tasmota-plugin.git h801-tasmota-plugin
- Restart domoticz
- Go to "Hardware" page and add new item with type "H801 LED WiFi Controller with Tasmota firmware"
- Set your MQTT server address and port to plugin settings and previously selected
MQTT_TOPIC
as "Device Topic" param - Specify your module configuration. Currently supported configurations are:
- RGB Dimmer
- RGB + White Dimmer (RGBW)
- RGB + Cold White + Warm White Dimmer (RGBWW)
- 5x Independent Dimmers
Please note that this plugin needs the "updated" Plugin System which is currently only available in the beta-branch of Domoticz.