Ajout de données météo
This commit is contained in:
@@ -15,5 +15,83 @@
|
||||
"userAgent": null,
|
||||
"enableCookies": true,
|
||||
"cookieJar": "tools/cache/curl_cookies.txt"
|
||||
},
|
||||
"weather": {
|
||||
"timezone": "Europe/Paris",
|
||||
"defaultHour": 12,
|
||||
"defaultMinute": 0,
|
||||
"windowMinutes": 60,
|
||||
"precipitationThreshold": 0.1,
|
||||
"providers": {
|
||||
"influxdb": {
|
||||
"url": "",
|
||||
"org": "Dern",
|
||||
"bucket": "weather",
|
||||
"token": "==",
|
||||
"windowMinutes": 60,
|
||||
"precipitationThreshold": 0.1,
|
||||
"sensors": {
|
||||
"temperature": {
|
||||
"measurement": "°C",
|
||||
"field": "value",
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_temperature"
|
||||
}
|
||||
},
|
||||
"humidity": {
|
||||
"measurement": "%",
|
||||
"field": "value",
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_humidite_relative"
|
||||
}
|
||||
},
|
||||
"pressure": {
|
||||
"measurement": "hPa",
|
||||
"field": "value",
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_pression_atmospherique"
|
||||
}
|
||||
},
|
||||
"illuminance": {
|
||||
"measurement": "lx",
|
||||
"field": "value",
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_luminance"
|
||||
}
|
||||
},
|
||||
"precipitations": {
|
||||
"measurement": "mm/h",
|
||||
"field": "value",
|
||||
"threshold": 0.1,
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_precipitations"
|
||||
}
|
||||
},
|
||||
"wind_speed": {
|
||||
"measurement": "km/h",
|
||||
"field": "value",
|
||||
"unit": "km/h",
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_vitesse_du_vent"
|
||||
}
|
||||
},
|
||||
"wind_direction": {
|
||||
"measurement": "°",
|
||||
"field": "value",
|
||||
"tags": {
|
||||
"entity_id": "station_meteo_bresser_exterieur_direction_du_vent"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"openMeteo": {
|
||||
"latitude": ,
|
||||
"longitude": ,
|
||||
"timezone": "Europe/Paris",
|
||||
"pressureOffset": 40,
|
||||
"windowMinutes": 90,
|
||||
"precipitationThreshold": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user