Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Works great then becomes unresponsive – overheating? #24578

    ntutak
    Member

    Wow, that’s much better! Now I’ll have to check out your mobile app, thanks!

    in reply to: Works great then becomes unresponsive – overheating? #24576

    ntutak
    Member

    Thanks 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:

    https://github.com/rayshobby/opensprinkler/tree/master/OpenSprinkler%20Pi/software/demos/interval_program

    in reply to: 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?

Viewing 3 posts - 1 through 3 (of 3 total)