Skip to content

Commit

Permalink
Updating Documentation and Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Nov 18, 2023
1 parent 3c50db1 commit 79f5d1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This release is now V1.0, as all the relevant entities from the previous release
- Bump pyweatherflow-forecast to 1.0.0
- Added new sensor `Power Save Mode` that shows the Power Mode of a Tempest device. Attributes of the sensor gives a textual explanation. For more information [read here](https://help.weatherflow.com/hc/en-us/articles/360048877194-Solar-Power-Rechargeable-Battery) Closes (#27)
- Added new sensor `UV Description`, detailing the current UV value (For translated values please update the language file in the *translations* directory) Closes (#27)
- Added new sensor `Staton Information`, detailing data about the Tempest Station (For translated values please update the language file in the *translations* directory) Closes (#27)
- Added new sensor `Staton Name`, detailing data about the Tempest Station (For translated values please update the language file in the *translations* directory) Closes (#27)
- Added new Binary Sensor `Is Freezing`. On when the Celcius temperature is below 0. (Closes #26)
- Added new Binary Sensor `Is Lightning`. On when Lightning strike are detected. (Closes #26)
- Added new Binary Sensor `Is Lightning`. On when Lightning strikes are detected. (Closes #26)
- Added new Binary Sensor `Is Raining`. On when the rain rate is above 0mm. (Closes #26)

### TODO
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ You can configure more than 1 instance of the Integration by using a different S

Here is the list of sensors that the program generates. Calculated means, if No, then data comes directly from the Weather Station, if yes, it is a sensor that is derived from some of the other sensors. Not all sensors show up on all installations. It depends on where in the world your station is located.

### Binary Sensors
All entities are prefixed with `[STATION NAME]_binary_sensors_`

| Sensor Name | Description | Calculated |
| --- | --- | --- |
| Is Freezing | On when the Celcius temperature is below 0 | Yes |
| Is Lightning | On when Lightning strikes are detected | Yes |
| Is Raining | On when the rain rate is above 0mm | Yes |

### Sensors
All entities are prefixed with `[STATION NAME]_sensors_`

| Sensor Name | Description | Calculated |
Expand Down Expand Up @@ -111,9 +121,11 @@ All entities are prefixed with `[STATION NAME]_sensors_`
| Pressure Trend | Returns Steady, Falling or Rising determined by the rate of change over the past 3 hours| No |
| Sea Level Pressure | Preasure measurement at Sea Level | No |
| Solar Radiation | Electromagnetic radiation emitted by the sun | No |
| Staton Name | Station Name as state and more information about the station in the Attributes | Yes |
| Station Pressure | Pressure measurement where the station is located | No |
| Temperature | Outside Temperature | No |
| Time of last lightning strike | When the last lightning strike occurred | No |
| UV Description | A descriptive text of the UV Index | Yes |
| UV Index | The UV index | No |
| Voltage | The Voltage of the Tempest device | No |
| Visibility | Distance to the horizon | Yes |
Expand Down

0 comments on commit 79f5d1e

Please sign in to comment.