OpenSprinkler Forums Hardware Questions OpenSprinkler Pi (OSPi) Works great then becomes unresponsive – overheating? Re: Re: Works great then becomes unresponsive – overheating?

#24574

ntutak
Member

Hi everyone, thanks for the help. My original post was inaccurate. The RPi itself actually seems fine after leaving it on and outside overnight, but the Manual Sprinkler app no longer loads in my browser. It looks like the program itself is still running because when I ssh into my RPi and try to launch the manual sprinkler app I get the following:

./ospi_manual.py:96: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(pin_sr_clk, GPIO.OUT)
./ospi_manual.py:97: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(pin_sr_noe, GPIO.OUT)
./ospi_manual.py:99: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(pin_sr_dat, GPIO.OUT)
./ospi_manual.py:100: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(pin_sr_lat, GPIO.OUT)
OpenSprinkler Pi is running…

On I relaunch the manual sprinkler program (even though it is already running) then the web interface is accessible again.

Any thoughts?