Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can somone clarify the How To Run on Synology steps? #568

Open
Ltek opened this issue Dec 6, 2015 · 0 comments
Open

Can somone clarify the How To Run on Synology steps? #568

Ltek opened this issue Dec 6, 2015 · 0 comments
Labels

Comments

@Ltek
Copy link

Ltek commented Dec 6, 2015

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants