2017 May 15, 09:28 PM
Hi Dan,
It has been a few weeks of running a controller and today I noticed that one of my relays or zones was not working. I am using 12 zones with #1 as a pump master. In looking at it I found out that a GPIO pin on the pi stopped working. I did not test it to see because it is in a live situation and did not want to change things yet. I will test the pin to ground and see when I turn it on if it gets 3 or 5 volts, not sure what it is but should be more than 0 when I test.
In the last post you let me know where in relay_board.py the GPIO pins were at line 55. I am having an issue with the pi pin number 7 which is the 8th number listed in the line.
if I take out 7 in line 55 ,will I then just use pin # 3 as the 8th pin and move up all the numbers in the list for the zones?
Thanks for your help
It has been a few weeks of running a controller and today I noticed that one of my relays or zones was not working. I am using 12 zones with #1 as a pump master. In looking at it I found out that a GPIO pin on the pi stopped working. I did not test it to see because it is in a live situation and did not want to change things yet. I will test the pin to ground and see when I turn it on if it gets 3 or 5 volts, not sure what it is but should be more than 0 when I test.
In the last post you let me know where in relay_board.py the GPIO pins were at line 55. I am having an issue with the pi pin number 7 which is the 8th number listed in the line.
if I take out 7 in line 55 ,will I then just use pin # 3 as the 8th pin and move up all the numbers in the list for the zones?
Thanks for your help