diff --git a/bin/user/bloomsky.py b/bin/user/bloomsky.py index b218a2a..688b2d7 100755 --- a/bin/user/bloomsky.py +++ b/bin/user/bloomsky.py @@ -18,9 +18,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. -Version: 2.0.0 Date: 3 August 2020 +Version: 2.0.1 Date: 8 June 2021 Revision History + 8 June 2021 v2.0.1 + - fixed incorrect barometer/pressure field name in default field map 3 August 2020 v2.0.0 - WeeWX v4 python2/3 compatible - restructured main() @@ -230,7 +232,7 @@ def log_traceback_info(prefix=''): DRIVER_NAME = 'Bloomsky' -DRIVER_VERSION = "2.0.0" +DRIVER_VERSION = "2.0.1" def loader(config_dict, engine): diff --git a/changelog b/changelog index 248dd8b..ae577bb 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +v2.0.1 +* fixed incorrect barometer/pressure field name in default field map v2.0.0 * WeeWX 3.7+/4.x python2/3 compatible * restructured main() diff --git a/install.py b/install.py index 5edf43d..191ea37 100644 --- a/install.py +++ b/install.py @@ -10,9 +10,11 @@ Installer for Bloomsky Driver -Version: 2.0.0 Date: 3 August 2020 +Version: 2.0.1 Date: 8 June 2021 Revision History + 8 June 2021 v2.0.1 + - bump version number only 27 August 2020 v2.0.0 - now WeeWX 3.7+/4.x python2/3 compatible - added accumulator noop adder for field raining @@ -34,7 +36,7 @@ from setup import ExtensionInstaller REQUIRED_VERSION = "3.7.0" -BLOOMSKY_VERSION = "2.0.0" +BLOOMSKY_VERSION = "2.0.1" def loader(): diff --git a/readme.md b/readme.md index 081e4d5..a005fd0 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ The BloomSky driver requires WeeWX v3.7.0 or greater. Both Python 2 and Python 3 1. Download the latest BloomSky driver extension from the [Bloomsky driver releases page](https://github.com/gjr80/weewx-bloomsky/releases) into a directory accessible from the WeeWX machine. - $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.0/bloomsky-2.0.0.tar.gz + $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz where *$DOWNLOAD_ROOT* is the path to the directory where the BloomSky driver extension is to be downloaded. @@ -38,15 +38,15 @@ The BloomSky driver requires WeeWX v3.7.0 or greater. Both Python 2 and Python 3 1. Install the BloomSky driver extension downloaded at step 1 using the *wee_extension* utility: - $ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.0.tar.gz + $ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.1.tar.gz This will result in output similar to the following: - Request to install '/var/tmp/bloomsky-2.0.0.tar.gz' - Extracting from tar archive /var/tmp/bloomsky-2.0.0.tar.gz + Request to install '/var/tmp/bloomsky-2.0.1.tar.gz' + Extracting from tar archive /var/tmp/bloomsky-2.0.1.tar.gz Saving installer file to /home/weewx/bin/user/installer/Bloomsky Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20200523124410 - Finished installing extension '/var/tmp/bloomsky-2.0.0.tar.gz' + Finished installing extension '/var/tmp/bloomsky-2.0.1.tar.gz' 1. Select and configure the driver: @@ -90,13 +90,13 @@ This will result in the driver collecting data from the bloomsky API and emittin 1. Download the latest BloomSky driver extension from the [Bloomsky driver releases page](https://github.com/gjr80/weewx-bloomsky/releases) into a directory accessible from the WeeWX machine. - $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.0/bloomsky-2.0.0.tar.gz + $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz where *$DOWNLOAD_ROOT* is the path to the directory where the BloomSky driver extension is to be downloaded. 1. Unpack the extension as follows: - $ tar xvfz bloomsky-2.0.0.tar.gz + $ tar xvfz bloomsky-2.0.1.tar.gz 1. Copy the *bloomsky.py* file from within the resulting folder as follows: diff --git a/readme.txt b/readme.txt index 632c6ba..e17756a 100644 --- a/readme.txt +++ b/readme.txt @@ -30,7 +30,7 @@ names are used below: releases page (https://github.com/gjr80/weewx-bloomsky/releases) into a directory accessible from the WeeWX machine. - $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.0/bloomsky-2.0.0.tar.gz + $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz where $DOWNLOAD_ROOT is the path to the directory where the BloomSky driver data extension is to be downloaded. @@ -50,15 +50,15 @@ a directory accessible from the WeeWX machine. 3. Install the BloomSky driver extension downloaded at step 1 using the *wee_extension* utility: - $ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.0.tar.gz + $ wee_extension --install=$DOWNLOAD_ROOT/bloomsky-2.0.1.tar.gz This will result in output similar to the following: - Request to install '/var/tmp/bloomsky-2.0.0.tar.gz' - Extracting from tar archive /var/tmp/bloomsky-2.0.0.tar.gz + Request to install '/var/tmp/bloomsky-2.0.1.tar.gz' + Extracting from tar archive /var/tmp/bloomsky-2.0.1.tar.gz Saving installer file to /home/weewx/bin/user/installer/Bloomsky Saved configuration dictionary. Backup copy at /home/weewx/weewx.conf.20200523124410 - Finished installing extension '/var/tmp/bloomsky-2.0.0.tar.gz' + Finished installing extension '/var/tmp/bloomsky-2.0.1.tar.gz' 4. Select and configure the driver: @@ -107,14 +107,14 @@ Manual installation releases page (https://github.com/gjr80/weewx-bloomsky/releases) into a directory accessible from the WeeWX machine. - $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.0/bloomsky-2.0.0.tar.gz + $ wget -P $DOWNLOAD_ROOT https://github.com/gjr80/weewx-bloomsky/releases/download/v2.0.1/bloomsky-2.0.1.tar.gz where $DOWNLOAD_ROOT is the path to the directory where the BloomSky driver data extension is to be downloaded. 2. Unpack the extension as follows: - $ tar xvfz bloomsky-2.0.0.tar.gz + $ tar xvfz bloomsky-2.0.1.tar.gz 3. Copy the bloomsky.py file from within the resulting folder as follows: