Mahir-Isikli / aal-smart-lights

MIT License
2 stars 0 forks source link

Set up Zigbee framework #7

Closed pescador9 closed 2 years ago

pescador9 commented 2 years ago

To start our work with lights we need an actual setup of lights which can be controlled. According to our discussions beforehand a controller should be implemented that creates a REST-API. Using this REST-API the lights connected to the controller should be controlled.

Used Hardware: Raspberry PI + Conbee II (Zigbee Dongle)

Todo:

Acceptance Criteria:

pescador9 commented 2 years ago

Recap on how we set it up:

  1. Flash raspbian onto the Pi's SD-Card

  2. add file /boot/ssh to enable ssh

  3. add file /boot/wpa_supplicants.conf with content

    country=US # Your 2-digit country code
    ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
    network={
    ssid="YOUR_NETWORK_NAME"
    psk="YOUR_PASSWORD"
    key_mgmt=WPA-PSK
    }

    docs

  4. on boot the Pi will connect to the configured WiFi and is allowing ssh pi@<ip> using the password raspberry