You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will make an [Open Meteo](https://open-meteo.com/) free weather API call to get weather information for the configured geo coordinates.
@@ -139,7 +135,7 @@ The container grab some configuration via environment variables.
139
135
|`LATITUDE`| The geo coordinate latitude from where we want to have the weather. | optional |`48.72592`|
140
136
|`LONGITUDE`| The geo coordinate longitude from where we want to have the weather. | optional |`9.11446`|
141
137
|`ELEVATION`| The ground elevation from where we want to have the weather. | optional ||
142
-
|`WEATHER_MODELS`| The weather model to use. | optional ||
138
+
|`WEATHER_MODELS`| The weather model(s) to use as comma separated list (see below).| optional ||
143
139
|`WEATHE_CODE_LANGUAGE`| Translation of the numeric weather code into the defined language ('en' or 'de') | optional |`en`|
144
140
|`TZ`| The time zone to use to provide timestamps. | optional |`UTC`|
145
141
|`MQTT_CLIENT_ID`| A MQTT client identifier. | optional ||
@@ -159,6 +155,79 @@ The container grab some configuration via environment variables.
159
155
|`CACHE_EXPIRY_AFTER_SEC`| Cache expiration time in seconds. | optional |`600`|
You can manually select one or more weather models. Per default, the best suitable weather models will be combined by [Open Meteo](https://open-meteo.com/).
161
+
162
+
To select one or more weather models, you need to define them via the model ID in the environment variable `WEATHER_MODELS`.
163
+
164
+
[Open Meteo](https://open-meteo.com/) supports, beside `best_match`, following 45 weather models:
0 commit comments