Skip to content

Api for connect 1 segment wled with yandex alice wia alexstar.ru

Notifications You must be signed in to change notification settings

NRF24l01/wled_yandex_control

Repository files navigation

Connect wled to yandex alice

Requirements

  • Docker
  • board with wled
  • Account on alexstar.ru
  • System with static ip

Deployment

1. Git clone

git clone https://github.com/NRF24l01/wled_yandex_control
cd wled_yandex_control

2. Create .env

You should include wled ip into .env file

echo "WLED_HOST=<ip>" >> .env

3. Run app

Requires docker compose

  1. Build
docker compose build
  1. Run for check
docker compose up

When you saw that unicorn started, press ctrl+c 3. Run container

docker compose run lights-controler

4. Chill