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.
Apache License 2.0
1.45k stars 199 forks source link

Rasp Pi reboot required daily to access Habridge #1194

Open Mooose1 opened 4 years ago

Mooose1 commented 4 years ago

I am not sure if this is a Win 10 problem, a RPi problem but here goes. Every time I reboot my desktop, I have to reboot the Pi (with Buster, HG and Habridge installed) to be able to access HG or Habridge through a browser window, or to be able to ssh into the pi with PuTTY. Any suggestions where to start??

Mooose1 commented 4 years ago

A little more info. It seems that once a particular computer has had one ssh session with the Pi, every time that computer is restarted, it can no longer connect to the Pi, through the browser or through PuTTY until the Pi is rebooted.

audiofreak9 commented 4 years ago

I've never experienced that, I ssh into my RPi often as it runs way more that just HA-Bridge. Have you tried $sudo systemctl status habridge.service -lto see if the bridge is still running?

Mooose1 commented 4 years ago

Yes, I have confirmed that HAbridge and Homegenie are still running. I also cannot start the ssh client until the Pi is rebooted either. I had another complete RPi setup and logging in was never a problem after a shutdown, but that system would not work with Alexa. I have another laptop without the ssh client, and there are no issues there.

beandi commented 4 years ago

Sounds more like a network problem, maybe IP addresses are fixed and/or the dhcp server is somehow misconfigured - or you running out of available addresses?