Amazon Echo

From Hurlster Wiki
Revision as of 15:43, 24 October 2016 by Gqwill69 (talk | contribs) (Created page with "Philips Hue Emulator for Vera Home Automation and Harmony Hub<br> This is written for a Raspberry Pi, but could be modified for any linux platform with Java 8<br> Reference:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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