Announcements & Updates

A minor update to the WeatherFlow PiConsole (v4.0.3) is now available. This release fixes a bunch of bugs

  • Fixed bug in installer script (thanks @transier.home)
  • Fixed bug in rain accumulation values
  • Changed panel background to true black

This update will also update any out-of-date Python modules that are required by the PiConsole. If you are concerned that they may conflict with other software on your Pi, please check the install file (or the list below) for details of the required modules and version numbers

To update first stop the console with: wfpiconsole stop

Then update using: wfpiconsole update

PLEASE NOTE: any local changes you may have made to the code will be overwritten by the update command. Please backup your changes before updating.

Python Dependencies

PYTHON_MODULES=(cryptography==3.4.5
                autobahn[twisted]==21.2.1
                pyasn1-modules==0.2.8
                service-identity==18.1.0
                numpy==1.20.1
                pytz==2021.1
                ephem==3.7.7.1
                pillow==8.1.0
                packaging==20.9
                pyOpenSSL==20.0.1
                distro==1.5.0)
5 Likes