andrewshilliday / garage-door-controller

Software to monitor and control garage doors via a raspberry pi
MIT License
327 stars 132 forks source link

Fresh Install - Left Image Broken #37

Closed zbowman closed 7 years ago

zbowman commented 7 years ago

Moving my garage controller from an older pi to a newer one. In the process, it looks like there's been some code changes since I first installed. Noticing there's username auth, email, and openhab support now. Awesome.

Downside, it looks like the default image for the left garage door isn't working. Only thing I did different from the tutorial is installed to /opt/garage-door-controller vs /~pi/garage-door-controller.

screen shot 2016-09-25 at 10 13 09 pm
tynick commented 7 years ago

Im experiencing the same thing.

danb5 commented 7 years ago

Experiencing same issue and I did not change the install directory. I have the broken left door icon and the status never updates. It reads the correct status on boot up but then never updates unless rebooted.

danb5 commented 7 years ago

I figured it out! Disable open hub in the config.json. Change it for true to false.

andrewshilliday commented 7 years ago

Thanks. It must be throwing an error when if it attempts to connect to an openhab server that doesn't exist. I'll see if there's an obvious way to get around that. In the meantime, I've set the config.json to turn off openHab by default