Forum Replies Created
-
AuthorPosts
-
ntutakMemberWow, that’s much better! Now I’ll have to check out your mobile app, thanks!
ntutakMemberThanks salbahra. I’ll try the interval programs that is in my demo directory, is that the one you are talking about? It is found here on github, in the “demos” directory:
ntutakMemberHi 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?
-
AuthorPosts