99 lines
2.6 KiB
JSON
99 lines
2.6 KiB
JSON
{
|
|
"rebrickable": {
|
|
"apiKey": ""
|
|
},
|
|
"externalLinks": {
|
|
"cacheDir": "tools/cache",
|
|
"cacheFile": "external_links.yaml",
|
|
"hostDelayMs": 2000,
|
|
"retryDelayMs": 5000,
|
|
"requestTimeoutSeconds": 5,
|
|
"cacheTtlSuccessDays": 30,
|
|
"cacheTtlClientErrorDays": 7,
|
|
"outputFormat": "markdown",
|
|
"outputFile": "tools/cache/external_links_report.md",
|
|
"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,
|
|
"illuminanceToLuxFactor": 126.7,
|
|
"windowMinutes": 90,
|
|
"precipitationThreshold": 0.1
|
|
}
|
|
}
|
|
}
|
|
}
|