Openhabian Connection Issue

Installed OpenhabianPi 2.2 some time back and it was working great.

I added some Z-Wave switches to my controller and restarted openhab2.service. I can still SSH into it and Samba still works, however I cannot connect to my pi over port 8080. I have verified the IP address with SSH connection and Samba. It seems like the openhab.log isn’t being populated anymore either.

Any ideas?

Sounds like OH isn’t running. Try

sudo systemctl status openhab

If it is running it will say so. If it isn’t it will say so and hopefully there will be an error message telling you why.

If it was a one time thing you can try starting the process again with

sudo systemctl start openhab
1 Like