- ESP8266 WiFi-enabled LED strips (https://github.com/mariusmotea/diyHue)
- Konke WiFi-enabled outlets
- Build the application:
dotnet publish -r linux-arm
, and plugins (e.g. ESP8266LightHandler) need to be built in the same way - Transfer the "published" folder to Raspberry Pi
chmod +x HueBridge
- Modify
appsettings.json
so that the IP address matches Pi's - Install package needed by dotnet runtime
sudo apt-get install libunwind8
- Run the application
./HueBridge