[Sagercaster] Reintroducing timestamp channel (#11665)
[Sagercaster] Reintroducing timestamp channel Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
@@ -6,7 +6,8 @@ The Sager Weathercaster is a scientific instrument for accurate prediction of th
|
||||
|
||||
* To operate, this binding will need to use channel values provided by other means (e.g. Weather Binding, Netatmo, a 1-Wire personal weather station...)
|
||||
|
||||
* This binding buffers readings for some hours before producing weather forecasts(wind direction and sea level pressure). SagerWeatherCaster needs an observation period of minimum 6 hours.
|
||||
* This binding buffers readings for some hours before producing weather forecasts(wind direction and sea level pressure).
|
||||
SagerWeatherCaster needs an observation period of minimum 6 hours.
|
||||
|
||||
For these reasons, this binding is not a binding in the usual sense.
|
||||
|
||||
@@ -24,9 +25,11 @@ The binding itself does not require any configuration.
|
||||
|
||||
| Name | Type | Description |
|
||||
|--------------------|----------|--------------------------------------------------------------------------|
|
||||
| location | Location | Latitude and longitude of the desired weather forecast. |
|
||||
| location (*) | Location | Latitude and longitude of the desired weather forecast. |
|
||||
| observation-period | int | Minimum delay (in hours) before producing forecasts. Defaulted to 6. |
|
||||
|
||||
(*) Only latitude is used by the algorithm.
|
||||
|
||||
## Channels
|
||||
|
||||
The binding will use some input channels, that can be configured directly with profiles (sample below).
|
||||
@@ -41,6 +44,8 @@ The binding will use some input channels, that can be configured directly with p
|
||||
| wind-speed-beaufort | input |Number | Wind speed expressed using the Beaufort scale |
|
||||
| pressure | input |Number:Pressure | Sea level pressure |
|
||||
| wind-angle | input |Number:Angle | Wind direction |
|
||||
| temperature | input |Number:Temperature | Outside temperature |
|
||||
| timestamp | output |DateTime | Timestamp of the last forecast update |
|
||||
| forecast | output |String | Description of the weather forecast |
|
||||
| velocity | output |String | Description of the expected wind evolution |
|
||||
| velocity-beaufort | output |Number | Expected wind evolution using the Beaufort scale |
|
||||
|
||||
Reference in New Issue
Block a user