diff --git a/_addons_bindings/meteofrance/readme.md b/_addons_bindings/meteofrance/readme.md index f3830a405..35f1dc458 100644 --- a/_addons_bindings/meteofrance/readme.md +++ b/_addons_bindings/meteofrance/readme.md @@ -58,7 +58,7 @@ The `rain-forecast` thing has this configuration parameters: |-----------|--------------------------------------------------------------| | location | Geo coordinates to be considered by the service. | -## Channels +## Channels for `vigilance` The information that are retrieved is available as these channels: @@ -95,6 +95,24 @@ The information that are retrieved is available as these channels: | 2 | Orange | Be "very vigilant" in the concerned areas | | 3 | Red | Absolute vigilance required | +## Channels for `rain-forecast` + +The information that are retrieved is available as these channels: + +| Channel ID | Item Type | Description | +|--------------|-----------|--------------------------| +| update-time | DateTime | Observation Timestamp | +| intensity | Number | Rain intensity level (*) | + +(*) Rain intensity values and associated descriptions: + +| Code | Description | +|------|---------------| +| 0 | Dry Weather | +| 1 | Light Rain | +| 2 | Moderate Rain | +| 3 | Heavy Rain | + ## Provided icon set This binding has its own IconProvider and makes available the following list of icons @@ -118,7 +136,10 @@ This binding has its own IconProvider and makes available the following list of meteoalert.things: ```java -Thing meteofrance:department:yvelines @ "MyCity" [department="78", refresh=12] +Bridge meteofrance:api:local "Portail Météo-France" [ apikey="ey......FIjG1MIC9lmG5t6HygPAPg=="] { + vigilance yvelines "Vigilance Météo" [ department="78" ] + rain-forecast yvelines [ location="48.764207,2.05948" ] +} ``` meteoalert.items: @@ -146,4 +167,17 @@ Image MA_icon_avalanche "Avalanche" (gMeteoAlert) {channel="meteofrance:department:yvelines:observation-time"} +Number Intensite_Pluie "Intensité Pluie" (gMeteoAlert) {channel="meteofrance:rain-forecast:yvelines:intensity" } +``` + +jdbc.persist: + +```java + +Items { + * : strategy = everyChange + Intensite_Pluie : strategy = forecast +} + + ``` diff --git a/_thing_types/org.openhab.binding.avmfritz/src/main/resources/OH-INF/thing/channel-types.xml b/_thing_types/org.openhab.binding.avmfritz/src/main/resources/OH-INF/thing/channel-types.xml index d4c3b90f8..d4c9149f5 100644 --- a/_thing_types/org.openhab.binding.avmfritz/src/main/resources/OH-INF/thing/channel-types.xml +++ b/_thing_types/org.openhab.binding.avmfritz/src/main/resources/OH-INF/thing/channel-types.xml @@ -242,7 +242,7 @@ - Number:Temperature + Number:Temperature Controls the color temperature of the light in Kelvin ColorLight diff --git a/_thing_types/org.openhab.binding.govee/src/main/resources/OH-INF/thing/thing-types.xml b/_thing_types/org.openhab.binding.govee/src/main/resources/OH-INF/thing/thing-types.xml index 4f20a2107..1a49746b3 100644 --- a/_thing_types/org.openhab.binding.govee/src/main/resources/OH-INF/thing/thing-types.xml +++ b/_thing_types/org.openhab.binding.govee/src/main/resources/OH-INF/thing/thing-types.xml @@ -18,7 +18,7 @@ - Number:Temperature + Number:Temperature Controls the color temperature of the light in Kelvin ColorLight