Skip to content

Commit

Permalink
v0.1.0b1 and typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gjr80 committed Jul 21, 2020
1 parent 76626bd commit f9d98e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ The GW1000 driver requires WeeWX v3.7.0 or greater.

- download the GW1000 driver extension package:

$ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0/weewx-gw1000-0.1.0.tar.gz
$ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b1/weewx-gw1000-0.1.0b1.tar.gz

- install the GW1000 driver extension:

$ wee_extension --install=/var/tmp/weewx-gw1000.0.1.0.tar.gz
$ wee_extension --install=/var/tmp/weewx-gw1000.0.1.0b1.tar.gz

- skip to step 4

3. If installing manually:

- download the GW1000 driver extension package:

$ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0/weewx-gw1000-0.1.0.tar.gz
$ wget -P /var/tmp https://github.com/gjr80/weewx-gw1000/releases/download/v0.1.0b1/weewx-gw1000-0.1.0b1.tar.gz

- extract *gw1000.py* from the GW1000 driver extension package:

$ tar -xzf /var/tmp/weewx-gw1000.0.1.0.tar.gz
$ tar -xzf /var/tmp/weewx-gw1000.0.1.0b1.tar.gz

- copy the file *gw1000.py* to the *$BIN_ROOT/user* directory:

Expand Down Expand Up @@ -106,12 +106,12 @@ The GW1000 driver requires WeeWX v3.7.0 or greater.

$ sudo wee_config --reconfigure --driver=user.gw1000 --no-prompt

6. You may chose to (run WeeWX directly](http://weewx.com/docs/usersguide.htm#Running_directly) to observe the loop packets and archive records being generated by WeeWX.
8. You may chose to (run WeeWX directly](http://weewx.com/docs/usersguide.htm#Running_directly) to observe the loop packets and archive records being generated by WeeWX.

6. Once satisfied that the GW1000 driver is operating correctly you can start the WeeWX daemon:
9. Once satisfied that the GW1000 driver is operating correctly you can start the WeeWX daemon:

$ sudo /etc/init.d/weewx start

or

$ sudo service weewx start
Expand Down

0 comments on commit f9d98e6

Please sign in to comment.