Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
grebleem committed Jul 1, 2020
2 parents 52c5de3 + 4569801 commit 8544001
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 83 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ sudo wee_extension --install weatherlinkliveudp.zip
station_type = WeatherLinkLiveUDP
```
If you have a separate wind transmitter, set up according to Davis Instruments recommendations: [How do I setup the weather link live to use a separate wind transmitter](https://support.davisinstruments.com/article/88ogxjf2mm-how-do-i-setup-the-weather-link-live-to-use-a-separate-wind-transmitter).
The support for extra temp sensor e.g. will be added soon.
Where `wll_ip = 1.2.3.4` is the ip address of the WLL.
For logging extra senors just add the transition id to the stanza by adding `extra_id = x`, where x is the id. Just one sensor recording temperature and humidity is supported for now.
```
# The WLL can get dat from up to eight transmitters. If multiple transmitters e.g. extra ISS for wind, extra temp sensor, requires the lsid_iss
[WeatherLinkLiveUDP]
wll_ip = 192.168.1.47
wll_ip = 1.2.3.4
poll_interval = 10 # number of seconds [minimal 10 sec.]
driver = user.weatherlinkliveudp
```
Expand Down
Loading

0 comments on commit 8544001

Please sign in to comment.