Forum Replies Created

Viewing 2 posts - 26 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Weather-based water level error #33902

    navy2x
    Participant

    The error is now a bit different for me:

    Weather-base water level encountered error:
    Traceback (most recent call last):
      File "/home/pi/OSPi/plugins/weather_level_adj.py", line 85, in run
        history = history_info()
      File "/home/pi/OSPi/plugins/weather_level_adj.py", line 317, in history_info
        'rain_mm': float(day_info['precipm']),
    ValueError: could not convert string to float: T
    in reply to: Update to most recent firmware #28439

    navy2x
    Participant

    Great thanks! I followed the instructions and it worked perfectly! http://rayshobby.net/mediawiki/index.php?title=Python_Interval_Program_for_OSPi#From_an_earlier_version
    I copied the steps I used if anyone else is curious on how to update from an OSPi v1.3 board running 1.8.3 firmware.

    From an earlier version
    The recommended way to update to this version from a pre 2.0.0 rev. is to issue the following commands from the program directory (OSPi) :

    make sure you are on the master branch

    git checkout master

    fetch the new version form GitHub

    git fetch

    reset to the new version

    git reset --hard origin/master

    Reboot the Pi:

    sudo reboot

    Or
    If you are using the init.d script to auto-run the program:
    restart the program with:

    sudo service ospi restart
Viewing 2 posts - 26 through 27 (of 27 total)