Skip to content
Snippets Groups Projects
Select Git revision
  • 2018ws
  • 2024ws default
  • 2023ws
  • 2022ws
  • 2021ws
  • 2020ws
  • 2019ws
  • 2017ws
  • 2016ws
9 results

20181008

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 an esp8266.