You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an automatic timer with a raspberry pi B+ but I only want the
pumps to come on if it sastify certain criterior .
For example if i have a pump connected via a relay which in triggered by a GPIO
.
But I only want the pump to turn on if the reservoir has water. So i am using
a float switch in the reservoir to give me and open and close switch and using
another input GPIO
so it should work like this
When the timer is triggered the app check to see is the input GPIO is on or
off.
If the reservoir GPIO is "on"( seeing an input current) then the pump relay is
switch "on"
If the reservoir GPIO is "ooo"( Not seeing an input current) then the pump
relay is switch "FF" even though the timer is on
Can WEBIOPI do this sorth of thing .
I am very new to programming and coding but I would really like to get my feet
wet.
Thanks for any help
Original issue reported on code.google.com by [email protected] on 13 Jan 2015 at 4:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Jan 2015 at 4:32The text was updated successfully, but these errors were encountered: