Skip to content

zhuzhihao/HueBridgeDotNetCore

Repository files navigation

Another hue bridge emulator (ASP.NET core implementation)

The project simulates a Hue bridge

Currently supported devices

  1. ESP8266 WiFi-enabled LED strips (https://github.com/mariusmotea/diyHue)
  2. Konke WiFi-enabled outlets

To run the HueBridge on Raspberry Pi:

  1. Build the application: dotnet publish -r linux-arm, and plugins (e.g. ESP8266LightHandler) need to be built in the same way
  2. Transfer the "published" folder to Raspberry Pi
  3. chmod +x HueBridge
  4. Modify appsettings.json so that the IP address matches Pi's
  5. Install package needed by dotnet runtime sudo apt-get install libunwind8
  6. Run the application ./HueBridge

About

An ASP.NET core implentation of emulated Hue bridge

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published