jerrod-lankford / GarageQTPi

An MQTT server for a raspberry pi garage door opener. Most commonly used as a HomeAssistant cover component.
MIT License
75 stars 36 forks source link

is RPi3 really a min requirement? #39

Closed vulcanjedi closed 4 years ago

vulcanjedi commented 4 years ago

Saw that a PiZeroW seems like it should work? I actually have an older RPi Model B rev 2 that I'd love to repurpose and get use for if it would work?

bg1000 commented 4 years ago

I suspect that would probably be fine. The app is doing minimal processing and data transfer. I am running it on a 3B that I already owned. It is running several other things and still isn't very heavily loaded. You will have to test it to be sure of course.

The original author has told me he doesn't use this anymore. My fork is more up to date and includes support for python3 and some additional features so feel free to check that out.

Neo-Rules commented 4 years ago

I used a PzeroW on mine last year. Works great

On Sat, Jun 6, 2020, 8:14 PM Bob Gray notifications@github.com wrote:

I suspect that would probably be fine. The app is doing minimal processing and data transfer. I am running it on a 3B that I already owned. It is running several other things and still isn't very heavily loaded. You will have to test it to be sure of course.

The original author has told me he doesn't use this anymore. My fork is more up to date and includes support for python3 and some additional features so feel free to check that out.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Jerrkawz/GarageQTPi/issues/39#issuecomment-640135410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHW5TPX7QG2GMCYBVGZD33TRVLLXZANCNFSM4NWO5Q6A .

vulcanjedi commented 4 years ago

Thanks friends. Was limited in our space but finally got a larger space so definately getting back into and now my sons interested so trying to use daddy/son time as well and keep him occupied. I am using the others but was hoping to repurpose this og RPI. Finally got my wire/relay I got dupont connectors. Trying to test before going to the trouble to mount /solder everything. But not getting anythign on mqtt? The Cover on MQTT shows up but I only have the Pi and on switch wired up and the input of the relay wired up. Was also wondering if I could wire an additional reed switch for the inside door? Is that GPIO 22 w/ 25?

reibuehl commented 4 years ago

I run it on a Raspberry Pi A, so a Raspberry Pi 3 is not required. Any model should do.

vulcanjedi commented 4 years ago

Thanks gents I think Pihole was interferring w/ the installs and git pulls. I think I figured out the code part. Couldn’t get the fork to work so has to stick with original One of the openers is huge pita so gonna try from the wall mount button approach

vulcanjedi commented 4 years ago

Definitely works on the RPI Model B rev 2