Description
The provided instructions are not clear and very confusing to a noobie... commentary and "steps" are not separate it seems? I tried to follow the steps but when I run ' sh listen.sh' I get... "line 2: hohup: not found" - then I found out that is should have been nohup (n, not h)
I got everything running up to sh listen.sh but I have no idea what the instructions are telling me to do next (?) ...
"
Bridge server: update the address with your server IP.. i.e.: http://:8080/api/devices
Add a new device
Name: ie: Kitchen
On URL: http:///ia5/set?$kitchen_light=on Off URL: http:///ia5/set?$kitchen_light=off
"
lso, the in the
How to I point the Bridge to my home automation server?
Suggestion for new format of instructions...
SSH STEPS:
Open SSH into your NAS
Type the following...
mkdir /volume1/@appstore/HA_Bridge/
cd /volume1/@appstore/HA_Bridge/
vi listen.sh
nohup java -jar ha_bridge-1.2.0.jar --upnp.config.address= >> /volume1/@appstore/HA_Bridge/ha_bridge.log &
Escape Key
:x
chmod +x listen.sh
sh listen.sh
ADDITIONAL INFO: