mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 15:25:32 -04:00
clarify acurite sensor transmission periods.
This commit is contained in:
@@ -859,13 +859,17 @@ Version: 3.7
|
||||
<p>In fact, because of the message structure and the data logging
|
||||
design, these are the actual update frequencies:</p>
|
||||
|
||||
<ul>
|
||||
<li>wind speed: 18 seconds</li>
|
||||
<li>outdoor temperature, outdoor humidity: 36 seconds</li>
|
||||
<li>wind direction, rain total: 36 seconds</li>
|
||||
<li>indoor temperature, pressure: 60 seconds</li>
|
||||
<li>indoor humidity: 12 minutes (only when in USB mode 3)</li>
|
||||
</ul>
|
||||
<table class='station_data'>
|
||||
<caption>AcuRite transmission periods</caption>
|
||||
<tbody>
|
||||
<tr><th>sensor</th><th>period</th></tr>
|
||||
<tr><td>Wind speed</td><td>18 seconds</td></tr>
|
||||
<tr><td>Outdoor temperature, outdoor humidity</td><td>36 seconds</td></tr>
|
||||
<tr><td>Wind direction, rain total</td><td>36 seconds</td></tr>
|
||||
<tr><td>Indoor temperature, pressure</td><td>60 seconds</td></tr>
|
||||
<tr><td>Indoor humidity</td><td>12 minutes (only when in USB mode 3)</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p>The station emits partial packets, which may confuse some online
|
||||
services.</p>
|
||||
@@ -1642,19 +1646,19 @@ Mutating actions will request confirmation before proceeding.</pre>
|
||||
<tr>
|
||||
<td class='first_col'>dewpoint</td>
|
||||
<td>dewpoint</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>windchill</td>
|
||||
<td>windchill</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>heatindex</td>
|
||||
<td>heatindex</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>S</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -2003,8 +2007,8 @@ confirmation before proceeding.
|
||||
<tr>
|
||||
<td class='first_col'>windchill</td>
|
||||
<td>windchill</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>heatindex</td>
|
||||
@@ -3345,14 +3349,14 @@ confirmation before proceeding.</pre>
|
||||
<tr>
|
||||
<td class='first_col'>windchill</td>
|
||||
<td>windchill</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>heatindex</td>
|
||||
<td>heatindex</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>UV</td>
|
||||
@@ -4513,14 +4517,14 @@ in humidity: 48.0
|
||||
<tr>
|
||||
<td class='first_col'>dewpoint</td>
|
||||
<td>dewpoint</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>windchill</td>
|
||||
<td>windchill</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>heatindex</td>
|
||||
@@ -4861,14 +4865,14 @@ wind_gust_max_time: None</pre>
|
||||
<tr>
|
||||
<td class='first_col'>windchill</td>
|
||||
<td>windchill</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>heatindex</td>
|
||||
<td>heatindex</td>
|
||||
<td>H/S</td>
|
||||
<td>H/S</td>
|
||||
<td>H</td>
|
||||
<td>H</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class='first_col'>rxCheckPercent</td>
|
||||
|
||||
Reference in New Issue
Block a user