From 29e7980939e2ae71e6fdebc864d6e812759dfe40 Mon Sep 17 00:00:00 2001 From: Admin Date: Thu, 13 Aug 2015 08:53:48 -0500 Subject: [PATCH] Update readme for system name change and new properties. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ab53d..b42bcc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# amazon-echo-ha-bridge-compact +# ha-bridge Emulates philips hue api to other home automation gateways. The Amazon echo now supports wemo and philip hue. Build ----- @@ -9,8 +9,10 @@ mvn install ``` Then locate the jar and start the server with: ``` -java -jar amazon-echo-bridge-compact-0.X.Y.jar +java -jar -Dvera.address=192.168.X.Y ha-bridge-0.X.Y.jar ``` +The argument for the vera address should be given as it the system does nto have a way to find the address. Suppply -Dvera.address=X.Y.Z.A on the command line to provide it. + The server defaults to the first available address on the host. Replace the -Dupnp.config.address= value with the server ipv4 address you would like to use. The server defaults to running on port 8080. If you're already running a server (like openHAB) on 8080, -Dserver.port= on the command line.