Patrick Schurig 66aa71c990
All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m49s
mise a jour
2026-06-06 09:51:43 +02:00

81 lines
3.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenMeteo
<!-- BEGIN GENERATED: __badges_openmeteo__ -->
<span class="badge testing">TESTING</span> <span class="badge origin-etm">ETM</span> <span class="badge consumer">CONSUMER</span>
<!-- END GENERATED -->
Get current weather data for your location.
_Guide d'installation à venir._
## Référence
<!-- BEGIN GENERATED: integrationpluginopenmeteo.json -->
**Fabricant :** Open-Meteo
**Plugin :** `OpenMeteo`
#### Modèles pris en charge
| Modèle | Rôle | Transport | Ajout | Grandeurs |
| --- | --- | --- | --- | --- |
| **Open-Meteo site** | weather, daylightsensor | — | Ajout manuel | 23 |
| **Open-Meteo PV plane** | — | — | Ajout manuel | 2 |
#### Détail par modèle
??? abstract "Open-Meteo site — `openMeteoSite`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `name` | Name | QString | — | — | non |
| `latitude` | Latitude | double | — | `48.9` | non |
| `longitude` | Longitude | double | — | `7.85` | non |
| `elevation` | Elevation (m, optional) | double | — | `0` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `weatherDescription` | Weather description | QString | — |
| `weatherCondition` | Weather condition | QString | — |
| `updateTime` | Last update | int | UnixTime |
| `temperature` | Temperature | double | DegreeCelsius |
| `temperatureMin` | Minimum temperature (today) | double | DegreeCelsius |
| `temperatureMax` | Maximum temperature (today) | double | DegreeCelsius |
| `humidity` | Humidity | int | Percentage |
| `pressure` | Pressure | double | HectoPascal |
| `windSpeed` | Wind speed | double | MeterPerSecond |
| `windDirection` | Wind direction | int | Degree |
| `cloudiness` | Cloudiness | int | Percentage |
| `snowfall` | Snowfall (preceding hour) | double | CentiMeter |
| `ghi` | GHI forecast (W/m2) | double | — |
| `dni` | DNI forecast (W/m2) | double | — |
| `dhi` | DHI forecast (W/m2) | double | — |
| `terrestrialRadiation` | TOA radiation (W/m2) | double | — |
| `shortwaveRadiationSumToday` | GHI sum today (kWh/m2) | double | — |
| `ghiObserved` | GHI observed sat (W/m2) | double | — |
| `clearSkyGhi` | Clear-sky GHI sat (W/m2) | double | — |
| `clearSkyIndex` | Clear-sky index kt | double | — |
| `sunriseTime` | Sunrise time | int | UnixTime |
| `sunsetTime` | Sunset time | int | UnixTime |
| `daylight` | Daylight | bool | — |
??? abstract "Open-Meteo PV plane — `openMeteoPvPlane`"
_Réglages :_
| Clé | Libellé | Type | Plage | Défaut | Lecture seule |
| --- | --- | --- | --- | --- | --- |
| `name` | Name | QString | — | — | non |
| `tilt` | Tilt (deg, 0=horizontal) | double | 090 | `30` | non |
| `azimuth` | Azimuth (deg geographic, 180=South) | double | 0360 | `180` | non |
| `kwp` | Peak power kWp | double | — | `0` | non |
_Grandeurs mesurées :_
| Clé | Grandeur | Type | Unité |
| --- | --- | --- | --- |
| `gtiNow` | GTI current (W/m2) | double | — |
| `updateTime` | Last update | int | UnixTime |
<!-- END GENERATED -->