Tyfoon
(@Tyfoon)
October 20, 2016, 7:57pm
1
I had HA bridge working quite nicely for two weeks. However now down for two days and starting the service (sudo systemctl start habridge) does not help.
Now looking at the HA bridge on githib (GitHub - bwssytems/ha-bridge: Home automation bridge that emulates a Philips Hue light system and can control other systems such as a Vera, Harmony Hub, Nest, MiLight bulbs or any other system that has an http/https/tcp/udp interface. This is a compact impl to run on small format computers. This is impl started from this project https://github.com/armzilla/amazon-echo-ha-bridge. ) there seems to be a new version (3.2.0) which was launched also two days ago. So I’m thinking it’s related to this (?)
I used below to get HA Bridge up and running. Any tips on how to get HA bridge back?
Below the result of systemctl status habridge.service
Can’t remember, are you running on Raspberry Pi?
Here are steps for Raspberry Pi, you can change these to match your system. Let me know if you have any problems:
*** UPDATE *** Thanks to @xbmcnut
I had forgotten that java may not be installed already on your Raspberry Pi, so you must do the following before running:
On your Raspberry Pi, make sure you are in the Pi home folder:
cd /home/pi/
Then make an habridge folder:
mkdir habridge
Now change to the folder and download the late…
rpitera
(Robert Pitera)
October 22, 2016, 2:45pm
2
See if any of the info in this post helps out:
With HA bridge being upgraded to 3.2.0 also some stuff changed with the startup. This following the instructions here . There is now a .sh file in the habridge dir called “starthabridge.sh”
If I start this with putty sudo ./starthabridge.sh all is fine. HA bridge starts and works.
I would love to have this start at PI startup or alternatively as HASS starts. I have tried this solution but no go (or Im doing something wrong).
Anyone some advice pls?
For completeness the content of the .sh
#!/…