Home Assistant integration for WS2812b Strips


Wiring diagram
Build
Build and flash with platform.io https://platformio.org/
-
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
-
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"
- In platformio, open the cloned folder as a project.
- Build the project and upload it to esp32.