rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

All pins set to input #90

Closed vela3 closed 7 years ago

vela3 commented 7 years ago

Hi All,

I installed sprinklers_pi according to all manuals, and it all went nice and smooth. Until I wanted to test if any pin reacts on inputs of the manual manual mode, nothing happened.

I noticed that all pins are in IN mode. In other issues I saw the gpio readall table where most of the pins are in OUT mode. It runs on a Raspi 3 Model B V1.2

Does anyone have an idea where I could start solving this problem? Thanks

toshibochan commented 7 years ago

On the main web interface to top right go to setting, on the no the bottom change to "direct negative" and save and restart you pi!

vela3 commented 7 years ago

Thank you so much!