File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ This drives requires **WeeWX 4**, **Python 3** and the Python **`requests` modul
17
17
- [Annotated example configuration](#annotated-example-configuration)
18
18
- [Options reference](#options-reference)
19
19
- [`polling_interval`](#pollinginterval)
20
+ - [`max_no_data_iterations`](#maxnodataiterations)
20
21
- [`host`](#host)
21
22
- [`mapping`](#mapping)
22
23
- [Available mappings](#available-mappings)
@@ -98,9 +99,6 @@ The units of all additionally defined observations are converted as specified in
98
99
# use WLL driver
99
100
driver = user.weatherlink_live
100
101
101
- # Interval of polling data
102
- polling_interval = 10
103
-
104
102
# Host name or IP address of WeatherLink or AirLinks
105
103
# Do not specify protocol or port
106
104
host = weatherlink
@@ -126,7 +124,6 @@ The units of all additionally defined observations are converted as specified in
126
124
[[rainSize]]
127
125
extractor = last
128
126
129
-
130
127
```
131
128
132
129
### Options reference
@@ -138,6 +135,13 @@ The units of all additionally defined observations are converted as specified in
138
135
139
136
The interval in seconds or fractions thereof to wait between polling the WLL.
140
137
138
+ #### ` max_no_data_iterations `
139
+
140
+ ** Minimum:** 1
141
+ ** Default:** 5
142
+
143
+ Count of iterations without any data to tolerate before raising an error.
144
+
141
145
#### ` host `
142
146
143
147
** Default:** _ none_ <br />
You can’t perform that action at this time.
0 commit comments