bobvann / RPirrigate

Raspberry Pi irrigation system software
Other
7 stars 11 forks source link

Would this work on Orange Pi too? #9

Open marksev1 opened 7 years ago

marksev1 commented 7 years ago

Hello,

what does this use for triggering GPIO, would it work on non-raspberry pi boards? Does it have a web-gui? How does it handle weather?

bobvann commented 7 years ago

I don't know actually if it would work on Orange Pi.

It uses RPI.GPIO but it has a Python class implementing a very easy Unix socket with messages like "OPEN#23" and "CLOSE#12" so you can easily implement it with anything.

Look ad daemon/RPirrigate-gpiod.py

bobvann commented 7 years ago

hi. did you manage to get it working on orange pi?

marksev1 commented 7 years ago

I didn't yet try it :)