Converts Home Assistant MQTT commands to RGBW channels
- Create a MQTT server
- Setup config file
configuration.yml
in/config
directory (example below) - Setup docker compose file (example below)
- Run the app by running
docker-compose up --build
version: '3'
services:
rgbw-mqtt:
container_name: rgbw-mqtt
image: matthewlarner/rgbw-mqtt:latest
volumes:
- ./config:/usr/src/app/config
environment:
- TZ=Australia/Sydney
restart: always
Refer to https://github.com/matthew-larner/rgbw-mqtt/blob/main/configuration.yml.example
This is a lightweight docker container which listens for MQTT commands from Home Assistant and converts them to RGBW channels.