Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Jun 20, 2024
1 parent 5baf83d commit 5c4b3b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ See `WeatherSensorCfg.h` for configuration options.

## Rain Statistics

The weather sensors transmit the accumulated rainfall since the last battery change or reset. This raw value is provided as `rain_mm`. To provide the same functionality as the original weather stations, the class `RainGauge` (see [RainGauge.h] (https://github.com/matthias-bs/BresserWeatherSensorReceiver/blob/main/src/RainGauge.h))
The weather sensors transmit the accumulated rainfall since the last battery change or reset. This raw value is provided as `rain_mm`. To provide the same functionality as the original weather stations, the class `RainGauge` (see
[RainGauge.h](src/RainGauge.h))
is used to calculate
* hourly (past 60 minutes) rainfall,
* daily rainfall,
Expand All @@ -170,7 +171,8 @@ is used to calculate

These values are named `rain_h`, `rain_d`, `rain_w` and `rain_m` in the MQTT software examples.

See [Implementing Rain Gauge Statistics] (https://github.com/matthias-bs/BresserWeatherSensorReceiver/wiki/04.-Implementing-Rain-Gauge-Statistics) for more details.
See
[Implementing Rain Gauge Statistics](https://github.com/matthias-bs/BresserWeatherSensorReceiver/wiki/04.-Implementing-Rain-Gauge-Statistics) for more details.

## SW Examples

Expand Down

0 comments on commit 5c4b3b3

Please sign in to comment.