Amazon Echo
Jump to navigation
Jump to search
Philips Hue Emulator for Vera Home Automation and Harmony Hub
This is written for a Raspberry Pi, but could be modified for any linux platform with Java 8
Reference: https://github.com/bwssytems/ha-bridge
Grab ha-bridge-W.X.Y.jar from https://github.com/bwssytems/ha-bridge/releases
run with (default listen on port 80)
java -jar ha-bridge-W.X.Y.jar
run with (port 8080)
java -jar -Dserver.port=8080 ha-bridge-W.X.Y.jar