All checks were successful
Build & Deploy docs / build-deploy (push) Successful in 2m49s
81 lines
3.2 KiB
Markdown
81 lines
3.2 KiB
Markdown
# 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 | 0–90 | `30` | non |
|
||
| `azimuth` | Azimuth (deg geographic, 180=South) | double | 0–360 | `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 -->
|