-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
33 lines (18 loc) · 794 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# WS-3000 data service for WeeWX
## Description
This is a simple weewx data service used to combine the data coming from the WS-3000 station with the data from another station.
## Pre-Requisites
The WS-3000 driver must be installed,
and the station configured.
## Installation
1) Download the WS-3000 data service extension package from the Releases page:
wget -O weewx-ws3000ds.tar.gz https://github.com/hublol/ws3000-weewx-dataservice/archive/refs/tags/weewx-ws3000ds-0.2.tar.gz
2) Install the extension:
wee_extension --install weewx-ws3000ds.tar.gz
3) Check if the extension is correctly installed:
./bin/wee_extension --list
## Configuration
Add the data service to the weewx.conf file:
[Engine]
[[Services]]
data_services = user.ws3000DataService.AddWS300Data,