Closed pescador9 closed 2 years ago
Recap on how we set it up:
Flash raspbian onto the Pi's SD-Card
add file /boot/ssh
to enable ssh
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
}
on boot the Pi will connect to the configured WiFi and is allowing ssh pi@<ip>
using the password raspberry
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: