andrewshilliday / garage-door-controller

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

Won't open or close when other program is also used #64

Closed Jxck-S closed 4 months ago

Jxck-S commented 6 years ago

I've got my rpi zero setup with this works fine but when I also use HAP-NodeJS when I open my door using HAP i can't use the web server after when I click it nothing happens rebooting fixes it but it happens again I believe is a gpio output conflict issue because it only happens when I've toggled it with HAP once. The other program is linked here https://github.com/legotheboss/YouTube-files/tree/master/Garage%20Solution/Sensor

andrewshilliday commented 6 years ago

I'm not sure exactly what you're problem is, but if you're running a second web server on the same rpi, then I suppose it could be possible that the servers are contending for the same port. You can change the port of the garage door controller in the config.py

Jxck-S commented 4 months ago

I don't know what I was thinking, when I had this issue I was a noob. Crazy to look back in time at what I was doing.