Skip to content
Snippets Groups Projects
user avatar
Silas Dohm authored
d0a5aac2
History

Home Assistant integration for WS2812b Strips

alt text alt text

Wiring diagram

alt text

Build

Build and flash with platform.io https://platformio.org/

  1. clone the repository https:
    git clone https://gitlab.cvh-server.de/sdohm/ws2812b-esp-ha-integration.git

    ssh:

    git clone git@gitlab.cvh-server.de:sdohm/ws2812b-esp-ha-integration.git
  2. update example secret.h in /lib/secrets/secrets.h
    #define WIFI_SSID "WIFISSID"
    #define WIFI_PASSWORD "WIFIPASSWORD"
    #define CLIENT_ID "CLIENT_ID"
    #define CLIENT_USERNAME "CLIENT_USERNAME"
    #define CLIENT_PW "CLIENT_PW"
  3. In platformio, open the cloned folder as a project.
  4. Build the project and upload it to esp32.