Logiase / esp32-mqtt-rgb-light

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32S2 MQTT RGB Light

One great step for a smart home.

A test prototype for a whole smart home solution with Home-assistant and emqx.

TODO

  • Low power

Home assistant configuration

light:
  - platform: mqtt
    name: "test RGB"
    schema: json
    state_topic: "test/rgb_light"
    command_topic: "test/rgb_light/set"
    brightness: true
    brightness_scale: 100
    color_mode: true
    supported_color_modes: ["hs"]

Screenshots

home-assistant-cap1

console-cap1

About

License:MIT License


Languages

Language:C 96.6%Language:CMake 3.4%