Skip to content

This adapter fetches weather forecast from meteoblue.com

License

Notifications You must be signed in to change notification settings

ice987987/ioBroker.meteoblue

Repository files navigation

Logo

ioBroker.meteoblue

NPM version Downloads Number of Installations Current version in stable repository

NPM

Test and Release

Donate

meteoblue adapter for ioBroker

This adapter fetches weather forecast from meteoblue.com and creates a rainspot.

Disclaimer

All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal. meteoblue.com is a trademark of meteoblue AG, CH-4058 Basel.

Installation requirements

  • node.js >= v18 is required
  • js-controller >= v5.0.19 is required
  • admin >= v6.3.5 is required
  • Application Key, generated by meteoblue.com, is required (f. ex. "Free weather API": click on Button "Get instant access" and fill in and accept the form to get acces to "Developer program - meteoblue provides free access to weather data for developers who would like to integrate the data into their systems and applications.")

Control

If polling interval is set to 0 you can fetch the values from the API manually, else this value does not appear.

  • .ACTION.REQUEST_DATA: Fetch data manually

Available values (readonly)

You get the following values from meteoblue.com:

Table of Content

General Packages

Basic

Forecast Package basic-15min: meteodata for 7 days in a 15min interval (7d x 96values/d x 9values = 6048 forecast values)

  • .[0-6]d_HHMM.felttemperature: Felttemperature (2m above ground)
  • .[0-6]d_HHMM.relativehumidity: Relative humidity (Air humidity)
  • .[0-6]d_HHMM.sealevelpressure: Sea level pressure (Adjusted to mean sea level)
  • .[0-6]d_HHMM.temperature: Temperature (2m above ground)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.winddirection: Wind direction (10m above ground)
  • .[0-6]d_HHMM.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d_HHMM.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d_HHMM.windspeed: Wind speed (10m above ground)

Forecast Package basic-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 18values = 3024 forecast values)

Forecast Package basic-3h: meteodata for 7 days in a 3h interval (7d x 8values/d x 18values = 1008 forecast values)

  • .[0-6]d_HHMM.convective_precipitation: Convective precipitation (Water amount, caused by convection e.g. thunderstorms)
  • .[0-6]d_HHMM.felttemperature: Felttemperature (2m above ground)
  • .[0-6]d_HHMM.isdaylight: Day or night
  • .[0-6]d_HHMM.pictocode: Classification of weather conditions, using a numeric number (1-17) (Day and night pictograms)
  • .[0-6]d_HHMM.precipitation: Precipation (Water amount)
  • .[0-6]d_HHMM.precipitation_probability: Precipitation probability
  • .[0-6]d_HHMM.rainspot: Rainspot (0 ≤ 0.02 mm, 1 = 0.2 - 1.5 mm, 2 = 1.5 - 5 mm, 3 ≥ 5 mm, 9 = 0.02 - 0.2 mm)
  • .[0-6]d_HHMM.rainspot_vis: Rainspot for vis (html-widget binding)
  • .[0-6]d_HHMM.relativehumidity: Relative humidity (Air humidity)
  • .[0-6]d_HHMM.sealevelpressure: Sea level pressure (Adjusted to mean sea level)
  • .[0-6]d_HHMM.snowfraction: Snow fraction (information whether precipitation falls as rain or snow: 0 = rain, 1 = snow)
  • .[0-6]d_HHMM.temperature: Temperature (2m above ground)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.uvindex: UV-index on ground level (0 ... 11+)
  • .[0-6]d_HHMM.winddirection: Wind direction (10m above ground)
  • .[0-6]d_HHMM.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d_HHMM.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d_HHMM.windspeed: Wind speed (10m above ground)

Forecast Package basic-day: meteodata for 7 days in a 1d interval (7d x 1value/d x 30values = 210 forecast values)

  • .[0-6]d.convective_precipitation: Convective precipitation (Water amount, caused by convection e.g. thunderstorms)
  • .[0-6]d.felttemperature_max: Maximum felttemperature (2m above ground)
  • .[0-6]d.felttemperature_min: Minimum felttemperature (2m above ground)
  • .[0-6]d.humiditygreater90_hours: Hours with humidity greater than 90%
  • .[0-6]d.pictocode: Classification of weather conditions, using a numeric number (1-17) (Day and night pictograms)
  • .[0-6]d.precipitation: Precipation (Water amount)
  • .[0-6]d.precipitation_hours: Precipation hours (Hours with precipitation)
  • .[0-6]d.precipitation_probability: Precipitation probability
  • .[0-6]d.predictability: Predictability (24h)
  • .[0-6]d.predictability_class: Predictability class (1 = very low, 5 = very high)
  • .[0-6]d.rainspot: Rainspot (0 ≤ 0.02 mm, 1 = 0.2 - 1.5 mm, 2 = 1.5 - 5 mm, 3 ≥ 5 mm, 9 = 0.02 - 0.2 mm)
  • .[0-6]d.rainspot_vis: Rainspot for vis (html-widget binding)
  • .[0-6]d.relativehumidity_max: Maximum relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_mean: Mean relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_min: Minimum relative humidity (Air humidity)
  • .[0-6]d.sealevelpressure_max: Maximum sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.sealevelpressure_mean: Mean sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.sealevelpressure_min: Minimum sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.snowfraction: Snow fraction (information whether precipitation falls as rain or snow: 0 = rain, 1 = snow)
  • .[0-6]d.temperature_max: Maximum temperature (2m above ground)
  • .[0-6]d.temperature_mean: Mean temperature (2m above ground)
  • .[0-6]d.temperature_min: Minimum temperature (2m above ground)
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.uvindex: UV-index on ground level (0 ... 11+)
  • .[0-6]d.winddirection: Wind direction (10m above ground)
  • .[0-6]d.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d.windspeed_max: Maximum wind speed (10m above ground)
  • .[0-6]d.windspeed_mean: Mean wind speed (10m above ground)
  • .[0-6]d.windspeed_min: Minimum windspeed (10m above ground)

Current

Forecast Package current: meteodata for current day (1d x 1value/d x 8values = 8 forecast values)

  • .isdaylight: Day or night
  • .isobserveddata: Observed data
  • .pictocode: Classification of weather conditions, using a numeric number (1-17) (Day and night pictograms)
  • .pictocode_detailed: Classification of weather conditions, using a numeric number (1-35) (Day and night pictograms)
  • .temperature: Temperature (2m above ground)
  • .time: Day of forecast
  • .windspeed: Wind speed (10m above ground)
  • .zenithangle: Angle between zenith and centre of the suns disc

Clouds

Forecast Package clouds-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 7values = 1176 forecast values)

Forecast Package clouds-3h: meteodata for 7 days in a 3h interval (7d x 8values/d x 7values = 392 forecast values)

  • .[0-6]d_HHMM.highclouds: High clouds (Cover of the sky)
  • .[0-6]d_HHMM.lowclouds: Low clouds (Cover of the sky)
  • .[0-6]d_HHMM.midclouds: Mid clouds (Cover of the sky)
  • .[0-6]d_HHMM.sunshinetime: Direct sunlight, depends also on day length
  • .[0-6]d_HHMM.time : Day and time of forecast
  • .[0-6]d_HHMM.totalcloudcover: Total cloud cover (cover of the sky)
  • .[0-6]d_HHMM.visibility: Visibility (distance)

Forecast Package clouds-day: meteodata for 7 days in a 1d interval (7d x 1value/d x 17values = 119 forecast values)

  • .[0-6]d.highclouds_max: Maximum high clouds (Cover of the sky)
  • .[0-6]d.highclouds_mean: Mean high clouds (Cover of the sky)
  • .[0-6]d.highclouds_min: Minimum high clouds (Cover of the sky)
  • .[0-6]d.lowclouds_max: Maximum low clouds (Cover of the sky)
  • .[0-6]d.lowclouds_mean: Mean low clouds (Cover of the sky)
  • .[0-6]d.lowclouds_min: Minimum low clouds (Cover of the sky)
  • .[0-6]d.midclouds_max: Maximum mid clouds (Cover of the sky)
  • .[0-6]d.midclouds_mean: Mean mid clouds (Cover of the sky)
  • .[0-6]d.midclouds_min: Minimum mid clouds (Cover of the sky)
  • .[0-6]d.sunshine_time: Direct sunlight, depends also on day length
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.totalcloudcover_max: Maximum total cloud cover (cover of the sky)
  • .[0-6]d.totalcloudcover_mean: Mean total cloud cover (cover of the sky)
  • .[0-6]d.totalcloudcover_min: Minimum total cloud cover (cover of the sky)
  • .[0-6]d.visibility_max: Maximum visibility (distance)
  • .[0-6]d.visibility_mean: Mean visibility (distance)
  • .[0-6]d.visibility_min: Minimum visibility (distance)

Sun and Moon

Forecast Package sunmoon: meteodata for 7 days in a 1d interval (7d x 1value/d x 9values = 63 forecast values)

  • .[0-6]d.moonage: Moon age
  • .[0-6]d.moonphaseangle: Moon phase angle
  • .[0-6]d.moonphasename: Moon phase name
  • .[0-6]d.moonphasetransittime: Moon phase transit time
  • .[0-6]d.moonrise: Moonrise time
  • .[0-6]d.moonset: Moonset time
  • .[0-6]d.sunrise: Sunrise time
  • .[0-6]d.sunset: Sunset time
  • .[0-6]d.time: Day of forecast

Web colors

Forecast Package basic-day_webcolors: web colors package for 7 days in a 1d interval (7d x 1value/d x 16values = 112 values)

  • .[0-6]d.convective_precipitation: Convective precipitation (Water amount, caused by convection e.g. thunderstorms)
  • .[0-6]d.felttemperature_max: Maximum felttemperature (2m above ground)
  • .[0-6]d.felttemperature_max_color: Web color maximum felttemperature
  • .[0-6]d.felttemperature_max_fontcolor: Web color maximum felttemperature, font
  • .[0-6]d.felttemperature_min: Minimum felttemperature (2m above ground)
  • .[0-6]d.felttemperature_min_color: Web color minimum felttemperature
  • .[0-6]d.felttemperature_min_fontcolor: Web color minimum felttemperature, font
  • .[0-6]d.humiditygreater90_hours: Hours with humidity greater than 90%
  • .[0-6]d.pictocode: Classification of weather conditions, using a numeric number (1-17) (Day and night pictograms)
  • .[0-6]d.precipitation: Precipation (Water amount)
  • .[0-6]d.precipitation_hours: Precipation hours (Hours with precipitation)
  • .[0-6]d.precipitation_probability: Precipitation probability
  • .[0-6]d.predictability: Predictability (24h)
  • .[0-6]d.predictability_class: Predictability class (1 = very low, 5 = very high)
  • .[0-6]d.predictability_class_color: Web color predictability class
  • .[0-6]d.rainspot: Rainspot (0 ≤ 0.02 mm, 1 = 0.2 - 1.5 mm, 2 = 1.5 - 5 mm, 3 ≥ 5 mm, 9 = 0.02 - 0.2 mm)
  • .[0-6]d.rainspot_vis: Rainspot for vis (html-widget binding)
  • .[0-6]d.relativehumidity_max: Maximum relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_mean: Mean relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_min: Minimum relative humidity (Air humidity)
  • .[0-6]d.sealevelpressure_max: Maximum sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.sealevelpressure_mean: Mean sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.sealevelpressure_min: Minimum sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.snowfraction: Snow fraction (information whether precipitation falls as rain or snow: 0 = rain, 1 = snow)
  • .[0-6]d.temperature_max: Maximum temperature (2m above ground)
  • .[0-6]d.temperature_max_color: Web color maximum temperature
  • .[0-6]d.temperature_max_fontcolor: Web color maximum temperature, font
  • .[0-6]d.temperature_mean: Mean temperature (2m above ground)
  • .[0-6]d.temperature_mean_color: Web color mean temperature
  • .[0-6]d.temperature_mean_fontcolor: Web color mean temperature, font
  • .[0-6]d.temperature_min: Minimum temperature (2m above ground)
  • .[0-6]d.temperature_min_color: Web color minimum temperature
  • .[0-6]d.temperature_min_fontcolor: Web color minimum temperature, font
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.uvindex: UV-index on ground level (0 ... 11+)
  • .[0-6]d.uvindex_color: Web color UV index
  • .[0-6]d.winddirection: Wind direction (10m above ground)
  • .[0-6]d.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d.windspeed_max: Maximum wind speed (10m above ground)
  • .[0-6]d.windspeed_max_color: Web color maximum windspeed
  • .[0-6]d.windspeed_mean: Mean wind speed (10m above ground)
  • .[0-6]d.windspeed_mean_color: Web color mean windspeed
  • .[0-6]d.windspeed_min: Minimum windspeed (10m above ground)
  • .[0-6]d.windspeed_min_color: Web color minimum windspeed

Agronomical Packages

Agro

Forecast Package agro-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 11values = 1848 forecast values)

Forecast Package agro-3h: meteodata for 7 days in a 3h interval (7d x 8values/d x 11values = 616 forecast values)

  • .[0-6]d_HHMM.dewpointtemperature: Dewpoint temperature (2m above ground)
  • .[0-6]d_HHMM.evapotranspiration: Total evapotranspiration
  • .[0-6]d_HHMM.leafwetnessindex: Mean dew on leaves
  • .[0-6]d_HHMM.potentialevapotranspiration: Potential evapotranspiration (Assuming unlimited water supply)
  • .[0-6]d_HHMM.referenceevapotranspiration_fao: Reference evapotranspiration (ET_0)
  • .[0-6]d_HHMM.sensibleheatflux: Mean sensible heat flux (Mean energy flux of the surface energy balance which is used to heat(+) or cool(-) the air)
  • .[0-6]d_HHMM.skintemperature: Skin / Surface temperature (Soil surface or skin)
  • .[0-6]d_HHMM.soilmoisture_0to10cm: Soil moisture (0 - 10cm)
  • .[0-6]d_HHMM.soiltemperature_0to10cm: Soil temperature (0 - 10cm)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.wetbulbtemperature: Wetbulb temperature

Forecast Package agro-day: meteodata for 7 days in a 1d interval (7d x 1value/d x 21values = 147 forecast values)

  • .[0-6]d.dewpointtemperature_max: Maximum dewpoint temperature (2m above ground)
  • .[0-6]d.dewpointtemperature_mean: Mean dewpoint temperature (2m above ground)
  • .[0-6]d.dewpointtemperature_min: Minimum dewpoint temperature (2m above ground)
  • .[0-6]d.evapotranspiration: Total evapotranspiration
  • .[0-6]d.leafwetnessindex: Mean dew on leaves
  • .[0-6]d.potentialevapotranspiration: Potential evapotranspiration (Assuming unlimited water supply)
  • .[0-6]d.referenceevapotranspiration_fao: Reference evapotranspiration (ET_0)
  • .[0-6]d.sensibleheatflux: Mean sensible heat flux (Mean energy flux of the surface energy balance which is used to heat(+) or cool(-) the air)
  • .[0-6]d.skintemperature_max: Maximum skin / surface temperature (Soil surface or skin)
  • .[0-6]d.skintemperature_mean: Mean skin / surface temperature (Soil surface or skin)
  • .[0-6]d.skintemperature_min: Minimum skin / surface temperature (Soil surface or skin)
  • .[0-6]d.soilmoisture_0to10cm_max: Maximum soil moisture (0 - 10cm)
  • .[0-6]d.soilmoisture_0to10cm_mean: Mean soil moisture (0 - 10cm)
  • .[0-6]d.soilmoisture_0to10cm_min: Minimum soil moisture (0 - 10cm)
  • .[0-6]d.soiltemperature_0to10cm_max: Maximum soil temperature (0 - 10cm)
  • .[0-6]d.soiltemperature_0to10cm_mean: Mean soil temperature (0 - 10cm)
  • .[0-6]d.soiltemperature_0to10cm_min: Minimum soil temperature (0 - 10cm)
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.wetbulbtemperature_max: Maximum wetbulb temperature
  • .[0-6]d.wetbulbtemperature_mean: Mean wetbulb temperature
  • .[0-6]d.wetbulbtemperature_min: Minimum wetbulb temperature

Agromodel Leaf Wetness

Forecast Package agromodelleafwetness-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 5values = 840 forecast values)

  • .[0-6]d_HHMM.leafwetness_dewindex: Leaf wetness dew index (Index describing the contribution of dew to leaf wetness (0 = no contribution, 1 = maximal contribution))
  • .[0-6]d_HHMM.leafwetness_evaporationindex: Leaf wetness evaporation index (Index describing the contribution of evaporation to leaf wetness (0 = no contribution, 1 = maximal contribution))
  • .[0-6]d_HHMM.leafwetness_probability: Leaf wetness probability (Probability of leaf wetness (0% = low probability, 100% = high probability))
  • .[0-6]d_HHMM.leafwetness_rainindex: Leaf wetness rain index (Index describing the contribution of rain to leaf wetness (0 = no contribution, 1 = maximal contribution))
  • .[0-6]d_HHMM.time: Day and time of forecast

Agromodel Sowing

Forecast Package agromodelsowing-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 12values = 2016 forecast values)

  • .[0-6]d_HHMM.sowing_barley: Sowing barley
  • .[0-6]d_HHMM.sowing_cotton: Sowing cotton
  • .[0-6]d_HHMM.sowing_maize: Sowing maize
  • .[0-6]d_HHMM.sowing_potato: Sowing potato
  • .[0-6]d_HHMM.sowing_rapseed: Sowing rapseed
  • .[0-6]d_HHMM.sowing_riceindica: Sowing riceindica
  • .[0-6]d_HHMM.sowing_ricejaponi: Sowing ricejaponi
  • .[0-6]d_HHMM.sowing_sorghum: Sowing sorghum
  • .[0-6]d_HHMM.sowing_soybean: Sowing soybean
  • .[0-6]d_HHMM.sowing_sugarbeets: Sowing sugarbeets
  • .[0-6]d_HHMM.sowing_wheat: Sowing wheat
  • .[0-6]d_HHMM.time: Day and time of forecast

Agromodel Spray

Forecast Package agromodelspray-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 1values = 168 forecast values)

  • .[0-6]d_HHMM.spraywindow: Spray window
  • .[0-6]d_HHMM.time: Day and time of forecast

Soil Trafficability

Forecast Package soiltrafficability-1h: data for 7 days in a 1h interval (7d x 24values/d x 4values = 672 values)

  • .[0-6]d_HHMM.clay: Stability of the clay for moving vehicles
  • .[0-6]d_HHMM.sand: Stability of the sand for moving vehicles
  • .[0-6]d_HHMM.silt: Stability of the silt for moving vehicles
  • .[0-6]d_HHMM.siltyloam: Stability of the siltiloam for moving vehicles
  • .[0-6]d_HHMM.time: Day and time of forecast

Renewable Energy Packages

Solar

Forecast Package solar-15min: meteodata for 7 days in a 15min interval (7d x 96values/d x 11values = 7392 forecast values)

Forecast Package solar-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 11values = 1848 forecast values)

Forecast Package solar-3h: meteodata for 7 days in a 3h interval (7d x 8values/d x 11values = 616 forecast values)

  • .[0-6]d_HHMM.dif_backwards: Diffuse radiation (backwards)
  • .[0-6]d_HHMM.dif_instant: Diffuse radiation (instant)
  • .[0-6]d_HHMM.dni_backwards: Direct normalized irradiance (Radiation, backwards)
  • .[0-6]d_HHMM.dni_instant: Direct normalized irradiance (Radiation, instant)
  • .[0-6]d_HHMM.extraterrestrialradiation_backwards: Extraterrestrial solar radiation (backwards)
  • .[0-6]d_HHMM.extraterrestrialradiation_instant: Extraterrestrial solar radiation (instant)
  • .[0-6]d_HHMM.ghi_backwards: Global horizontal radiation (backwards)
  • .[0-6]d_HHMM.ghi_instant: Global horizontal radiation (instant)
  • .[0-6]d_HHMM.gni_backwards: Global normalized irradiance (Radiation, backwards)
  • .[0-6]d_HHMM.gni_instant: Global normalized irradiance (Radiation, instant)
  • .[0-6]d_HHMM.time: Day and time of forecast

Forecast Package solar-day: meteodata for 7 days in a 1d interval (7d x 1value/d x 6values = 42 forecast values)

  • .[0-6]d.dif_total: Diffuse radiation (total)
  • .[0-6]d.dni_total: Direct normalized irradiance (Radiation, total)
  • .[0-6]d.extraterrestrialradiation_total: Extraterrestrial solar radiation (total)
  • .[0-6]d.ghi_total: Total global horizontal radiation
  • .[0-6]d.gni_total: Total global normalized irradiance
  • .[0-6]d.time: Day of forecast

Solarensemble

Forecast Package solarensemble-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 19values = 3192 forecast values)

  • .[0-6]d_HHMM.ghi_backwards_consensus: Global horizontal radiation (backwards, consensus)
  • .[0-6]d_HHMM.ghi_backwards_max: Maximum global horizontal radiation (backwards)
  • .[0-6]d_HHMM.ghi_backwards_min: Minimum global horizontal radiation (backwards)
  • .[0-6]d_HHMM.ghi_backwards_p10exceedence: Global horizontal radiation (backwards, p10 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p15exceedence: Global horizontal radiation (backwards, p15 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p20exceedence: Global horizontal radiation (backwards, p20 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p25exceedence: Global horizontal radiation (backwards, p25 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p30exceedence: Global horizontal radiation (backwards, p30 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p40exceedence: Global horizontal radiation (backwards, p40 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p50exceedence: Global horizontal radiation (backwards, p50 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p5exceedence: Global horizontal radiation (backwards, p5 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p60exceedence: Global horizontal radiation (backwards, p60 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p70exceedence: Global horizontal radiation (backwards, p70 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p75exceedence: Global horizontal radiation (backwards, p75 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p80exceedence: Global horizontal radiation (backwards, p80 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p85exceedence: Global horizontal radiation (backwards, p85 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p90exceedence: Global horizontal radiation (backwards, p90 exceedence)
  • .[0-6]d_HHMM.ghi_backwards_p95exceedence: Global horizontal radiation (backwards, p95 exceedence)
  • .[0-6]d_HHMM.time: Day of forecast

PV Pro

Forecast Package pvpro-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 11values = 1848 forecast values)

  • .[0-6]d_HHMM.gti_backwards: Global tilted irradiance (Radiaton, backwards)
  • .[0-6]d_HHMM.gti_instant: Global tilted irradiance (Radiation, instant)
  • .[0-6]d_HHMM.iam_backwards: Incidence angle modifier (backwards)
  • .[0-6]d_HHMM.iam_instant: Incidence sngle modifier (instan)
  • .[0-6]d_HHMM.moduletemperature_backwards: Module temperature (backwards)
  • .[0-6]d_HHMM.moduletemperature_instant: Module temperature (instant)
  • .[0-6]d_HHMM.performanceratio: Performance ratio
  • .[0-6]d_HHMM.pvpower_backwards: Photovoltaic power (backwards)
  • .[0-6]d_HHMM.pvpower_instant: Photovoltaic power (instant)
  • .[0-6]d_HHMM.snowcover: Snowcover (on the PV modules, considers incination)
  • .[0-6]d_HHMM.time: Day and time of forecast

Forecast Package pvpro-day meteodata for 7 days in a 1d interval (7d x 1value/d x 5values = 35 forecast values)

  • .[0-6]d.gti_total: Total global tilted irradiance (Radiaton)
  • .[0-6]d.moduletemperature_mean: Mean module temperature
  • .[0-6]d.pvpower_total: Total photovoltaic power
  • .[0-6]d.snowcover_mean: Mean snowcover (on the PV modules, considers incination)
  • .[0-6]d.time: Day of forecast

pvpro-1h and pvpro-day requires the following additional parameters:

  • kWp: Kilowatt peak production (value > 0)
  • Slope: Inclination of solar panel (0 < value <= 90)
  • Facing: Orientation of solar panel (0 <= value >= 360)
  • Power efficiency: Power efficiency of pv module (0 < value >= 1)
  • Tracker: For solar panels using a sun tracker (0: no Tracker; 1: Daily vertical axis tracker; 2: Daily 2-axis tracker; 3: Yearly horizontal tracker; 4: Daily DNI tracker; 5: Daily horizontal axis tracker)

Wind

Forecast Package wind-15min: meteodata for 7 days in a 15min interval (7d x 96values/d x 8values = 5376 forecast values)

Forecast Package wind-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 8values = 1344 forecast values)

Forecast Package wind-3h: meteodata for 7 days in a 3h interval (7d x 8values/d x 8values = 448 forecast values)

  • .[0-6]d_HHMM.airdensity: Air density (result of altitude, temperature and humidity)
  • .[0-6]d_HHMM.gust: Wind gusts (10m above ground)
  • .[0-6]d_HHMM.surfaceairpressure: Air pressure (at surface height, not converted to sea level)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.winddirection_80m: Wind direction (80m above ground)
  • .[0-6]d_HHMM.winddirection_80mChar2: Wind direction (80m above ground, 2 char)
  • .[0-6]d_HHMM.winddirection_80mChar3: Wind direction (80m above ground, 3 char)
  • .[0-6]d_HHMM.windspeed_80m: Wind speed (80m above ground)

Forecast Package wind-day: meteodata for 7 days in a 1d interval (7d x 1value/d x 16values = 112 forecast values)

  • .[0-6]d.airdensity_max: Maximum air density (result of altitude, temperature and humidity)
  • .[0-6]d.airdensity_mean: Mean air density (result of altitude, temperature and humidity)
  • .[0-6]d.airdensity_min: Minimum air density (result of altitude, temperature and humidity)
  • .[0-6]d.gust_max: Maximum wind gusts (10m above ground)
  • .[0-6]d.gust_mean: Mean wind gusts (10m above ground)
  • .[0-6]d.gust_min: Minimum wind gusts (10m above ground)
  • .[0-6]d.surfaceairpressure_max: Maximum air pressure (at surface height, not converted to sea level)
  • .[0-6]d.surfaceairpressure_mean: Mean air pressure (at surface height, not converted to sea level)
  • .[0-6]d.surfaceairpressure_min: Minimum air pressure (at surface height, not converted to sea level)
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.winddirection_80m: Wind direction (80m above ground)
  • .[0-6]d.winddirection_80mChar2: Wind direction (80m above ground, 2 char)
  • .[0-6]d.winddirection_80mChar3: Wind direction (80m above ground, 3 char)
  • .[0-6]d.windspeed_80m_max: Maximum wind speed (80m above ground)
  • .[0-6]d.windspeed_80m_mean: Mean wind speed (80m above ground)
  • .[0-6]d.windspeed_80m_min: Minimum wind speed (80m above ground)

Wind 80m Ensemble

Forecast Package wind80ensemble-1h: meteodata for 7 days in a 1h interval (7d x 24values/d x 19values = 3192 forecast values)

  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.windspeed_80m_consensus: Wind speed 80m consensus (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_max: Maximum wind speed (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_min: Minimum wind speed (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p10exceedence: Wind speed p10 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p15exceedence: Wind speed p15 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p20exceedence: Wind speed p20 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p25exceedence: Wind speed p25 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p30exceedence: Wind speed p30 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p40exceedence: Wind speed p40 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p5exceedence: Wind speed p5 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p50exceedence: Wind speed p50 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p60exceedence: Wind speed p60 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p70exceedence: Wind speed p70 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p75exceedence: Wind speed p75 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p80exceedence: Wind speed p80 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p85exceedence: Wind speed p85 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p90exceedence: Wind speed p90 exceedence (80m above ground)
  • .[0-6]d_HHMM.windspeed_80m_p95exceedence: Wind speed p95 exceedence (80m above ground)

Windpower

Forecast Package windpower-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 2values = 336 forecast values)

  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.windpower: Wind power (80m above ground)

Advanced Packages

Sea

Forecast Package sea-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 16values = 2688 forecast values)

Forecast Package sea-3h meteodata for 7 days in a 3h interval (7d x 8values/d x 16values = 896 forecast values)

  • .[0-6]d_HHMM.currentvelocity_u: Current velocity U (Velocity on longitude-axis)
  • .[0-6]d_HHMM.currentvelocity_v: Current velocity V (Velocity on latitude-axis)
  • .[0-6]d_HHMM.mean_wavedirection: Mean wave direction (Average of all waves, direction to which the waves move)
  • .[0-6]d_HHMM.mean_waveperiod: Mean wave period (Average of all waves)
  • .[0-6]d_HHMM.salinity: Practical salinity unit
  • .[0-6]d_HHMM.seasurfacetemperature: Sea surface temperature (Average for (open) sea)
  • .[0-6]d_HHMM.significantwaveheight: Significant wave height (Average of all waves, effective wave height)
  • .[0-6]d_HHMM.swell_meandirection: Mean direction of swell waves
  • .[0-6]d_HHMM.swell_meanperiod: Mean period of swell waves
  • .[0-6]d_HHMM.swell_peakwaveperiod: Peak wave period of swell waves
  • .[0-6]d_HHMM.swell_significantheight: Significant height of swell waves
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.windwave_direction: Wind wave direction (Average for open sea, direction to which the waves move)
  • .[0-6]d_HHMM.windwave_height: Wind wave height (highest 3 of wind waves)
  • .[0-6]d_HHMM.windwave_meanperiod: Mean wind wave period (majority of waves)
  • .[0-6]d_HHMM.windwave_peakwaveperiod: Peak wave period of wind waves

Forecast Package sea-day meteodata for 7 days in a 1d interval (7d x 1value/d x 36values = 252 forecast values)

  • .[0-6]d.currentvelocity_u_max: Maximum velocity U (Velocity on longitude-axis)
  • .[0-6]d.currentvelocity_u_mean: Mean velocity U (Velocity on longitude-axis)
  • .[0-6]d.currentvelocity_u_min: Minimum velocity U (Velocity on longitude-axis)
  • .[0-6]d.currentvelocity_v_max: Maximum velocity V (Velocity on latitude-axis)
  • .[0-6]d.currentvelocity_v_mean: Mean velocity V (Velocity on latitude-axis)
  • .[0-6]d.currentvelocity_v_min: Minimum velocity V (Velocity on latitude-axis)
  • .[0-6]d.mean_wavedirection_dominant: Dominant mean wave direction (Average of all waves, direction to which the waves move, dominant)
  • .[0-6]d.mean_waveperiod_max: Maximum mean wave period (Average of all waves)
  • .[0-6]d.mean_waveperiod_mean: Mean wave period (Average of all waves)
  • .[0-6]d.mean_waveperiod_min: Minimum mean wave period (Average of all waves)
  • .[0-6]d.salinity_mean: Practical salinity unit
  • .[0-6]d.seasurfacetemperature_mean: Mean sea surface temperature (Average for (open) sea)
  • .[0-6]d.significantwaveheight_max: Maximum significant wave height (Average of all waves, effective wave height)
  • .[0-6]d.significantwaveheight_mean: Mean significant wave height (Average of all waves, effective wave height)
  • .[0-6]d.significantwaveheight_min: Minimum significant wave height (Average of all waves, effective wave height)
  • .[0-6]d.swell_meandirection_dominant: Dominant mean wave direction
  • .[0-6]d.swell_meanperiod_max: Maximum mean swell wave period
  • .[0-6]d.swell_meanperiod_mean: Mean mean swell wave period
  • .[0-6]d.swell_meanperiod_min: Minimum mean swell wave period
  • .[0-6]d.swell_peakwaveperiod_max: Maximum peak swell wave period
  • .[0-6]d.swell_peakwaveperiod_mean: Mean peak swell wave period
  • .[0-6]d.swell_peakwaveperiod_min: Minimum peak swell wave period
  • .[0-6]d.swell_significantheight_max: Maximum significant swell wave height
  • .[0-6]d.swell_significantheight_mean: Mean significant swell wave height
  • .[0-6]d.swell_significantheight_min: Minimum significant swell wave height
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.windwave_direction_dominant: Dominant wind wave direction
  • .[0-6]d.windwave_height_max: Maximum wind wave height (highest 3 of wind waves)
  • .[0-6]d.windwave_height_mean: Mean wind wave height (highest 3 of wind waves)
  • .[0-6]d.windwave_height_min: Minimum wind wave height (highest 3 of wind waves)
  • .[0-6]d.windwave_meanperiod_max: Maximum mean wind wave period (majority of waves)
  • .[0-6]d.windwave_meanperiod_mean: Mean mean wind wave period (majority of waves)
  • .[0-6]d.windwave_meanperiod_min: Minimum mean wind wave period (majority of waves)
  • .[0-6]d.windwave_peakwaveperiod_max: Maximum peak wave period
  • .[0-6]d.windwave_peakwaveperiod_mean: Mean peak wave period
  • .[0-6]d.windwave_peakwaveperiod_min: Minimum pewk wave period

Air

Forecast Package air-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 9values = 1512 forecast values)

Forecast Package air-3h meteodata for 7 days in a 3h interval (7d x 8values/d x 9values = 504 forecast values)

  • .[0-6]d_HHMM.boundarylayerheight: Boundary layer height (Layer with inversion)
  • .[0-6]d_HHMM.cape: Convective available potential Energy
  • .[0-6]d_HHMM.cloudice: Cloud ice (Total atmospheric column frozen water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d_HHMM.cloudwater: Cloud water (Total atmospheric column liquid water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d_HHMM.convectiveinhibition: Convective inhibition (Measure of the unlikelihood of thunderstorm development)
  • .[0-6]d_HHMM.freezinglevelheight: Freezing level height (Zero-degree isotherm in the free atmosphere, above sea level)
  • .[0-6]d_HHMM.helicity: Helicity (Potential for helical flow)
  • .[0-6]d_HHMM.liftedindex: Lifted index (Risk of thunderstorms)
  • .[0-6]d_HHMM.time: Day and time of forecast

Forecast Package air-day meteodata for 7 days in a 1d interval (7d x 1value/d x 25values = 175 forecast values)

  • .[0-6]d.boundarylayerheight_max: Maximum boundary layer height (Layer with inversion
  • .[0-6]d.boundarylayerheight_mean: Mean boundary layer height (Layer with inversion
  • .[0-6]d.boundarylayerheight_min: Minimum boundary layer height (Layer with inversion
  • .[0-6]d.cape_max: Maximum convective available potential Energy
  • .[0-6]d.cape_mean: Mean convective available potential Energy
  • .[0-6]d.cape_min: Minimum convective available potential Energy
  • .[0-6]d.cloudice_max: Maximum cloud ice (Total atmospheric column frozen water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d.cloudice_mean: Mean cloud ice (Total atmospheric column frozen water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d.cloudice_min: Minimum cloud ice (Total atmospheric column frozen water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d.cloudwater_max: Maximum cloud water (Total atmospheric column liquid water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d.cloudwater_mean: Mean cloud water (Total atmospheric column liquid water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d.cloudwater_min: Minimum cloud water (Total atmospheric column liquid water content of all clouds, excluding precipitation, Total column (ground to top of atmosphere))
  • .[0-6]d.convectiveinhibition_max: Maximum convective inhibition (Measure of the unlikelihood of thunderstorm development)
  • .[0-6]d.convectiveinhibition_mean: Mean convective inhibition (Measure of the unlikelihood of thunderstorm development)
  • .[0-6]d.convectiveinhibition_min: Minimum convective inhibition (Measure of the unlikelihood of thunderstorm development)
  • .[0-6]d.freezinglevelheight_max: Maximum freezing level height (Zero-degree isotherm in the free atmosphere, above sea level)
  • .[0-6]d.freezinglevelheight_mean: Mean freezing level height (Zero-degree isotherm in the free atmosphere, above sea level)
  • .[0-6]d.freezinglevelheight_min: Minimum freezing level height (Zero-degree isotherm in the free atmosphere, above sea level)
  • .[0-6]d.helicity_max: Maximum helicity (Potential for helical flow)
  • .[0-6]d.helicity_mean: Mean helicity (Potential for helical flow)
  • .[0-6]d.helicity_min: Minimum helicity (Potential for helical flow)
  • .[0-6]d.liftedindex_max: Maximum lifted index (Risk of thunderstorms)
  • .[0-6]d.liftedindex_mean: Mean lifted index (Risk of thunderstorms)
  • .[0-6]d.liftedindex_min: Minimum lifted index (Risk of thunderstorms)
  • .[0-6]d.time: Day of forecast

Airquality

Forecast Package airquality-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 14values = 2352 forecast values)

Forecast Package airquality-3h meteodata for 7 days in a 3h interval (7d x 8values/d x 14values = 784 forecast values)

  • .[0-6]d_HHMM.airqualityindex: Air quality index (2m above ground)
  • .[0-6]d_HHMM.aod550: AOD500 concentration (2m above ground, aerosol optical depth at 550nm)
  • .[0-6]d_HHMM.co: Carbon monoxide conentration (2m above ground)
  • .[0-6]d_HHMM.dust_concentration: Dust concentration (2m above ground)
  • .[0-6]d_HHMM.no2: Nitrogen dioxide concentration (2m above ground)
  • .[0-6]d_HHMM.ozone: Ozone concentration (2m above ground)
  • .[0-6]d_HHMM.pm10: PM10 concentration (2m above ground, particulate matter)
  • .[0-6]d_HHMM.pm25: PM2.5 concentration (2m above ground, particulate matter)
  • .[0-6]d_HHMM.pollen_birch: Birch pollen (2m above ground, Europe only)
  • .[0-6]d_HHMM.pollen_grass: Grass pollen (2m above ground, Europe only)
  • .[0-6]d_HHMM.pollen_olive: Olive pollen (2m above ground, Europe only)
  • .[0-6]d_HHMM.sandstorm_alert: Sandstorm alert (2m above ground)
  • .[0-6]d_HHMM.so2: Sulphur dioxide concentration (2m above ground)
  • .[0-6]d_HHMM.time: Day and time of forecast

Forecast Package airquality-day meteodata for 7 days in a 1d interval (7d x 1value/d x 23values = 161 forecast values)

  • .[0-6]d.airqualityindex_max: Maximum air quality index (2m above ground)
  • .[0-6]d.airqualityindex_mean: Mean air quality index (2m above ground)
  • .[0-6]d.airqualityindex_min: Minimum air quality index (2m above ground)
  • .[0-6]d.aod550_max: Maximunm AOD500 concentration (2m above ground, aerosol optical depth at 550nm))
  • .[0-6]d.aod550_mean: Mean AOD500 concentration (2m above ground, aerosol optical depth at 550nm))
  • .[0-6]d.aod550_min: Minimum AOD500 concentration (2m above ground, aerosol optical depth at 550nm))
  • .[0-6]d.dust_concentration_max: Maximum dust concentration (2m above ground)
  • .[0-6]d.dust_concentration_mean: Mean dust concentration (2m above ground)
  • .[0-6]d.dust_concentration_min: Minimum dust concentration (2m above ground)
  • .[0-6]d.ozone_max: Maximum ozone concentration (2m above ground)
  • .[0-6]d.ozone_mean: Mean ozone concentration (2m above ground)
  • .[0-6]d.ozone_min: Minimum ozone concentration (2m above ground)
  • .[0-6]d.pm10_max: Maximum PM10 concentration (2m above ground, particulate matter)
  • .[0-6]d.pm10_mean: Mean PM10 concentration (2m above ground, particulate matter)
  • .[0-6]d.pm10_min: Minimum PM10 concentration (2m above ground, particulate matter)
  • .[0-6]d.pm25_max: Maximum PM2.5 concentration (2m above ground, particulate matter)
  • .[0-6]d.pm25_mean: Mean PM2.5 concentration (2m above ground, particulate matter)
  • .[0-6]d.pm25_min: Minimum PM2.5 concentration (2m above ground, particulate matter)
  • .[0-6]d.sandstorm_alert: Sandstorm alert (2m above ground)
  • .[0-6]d.so2_max: Maximum Sulphur dioxide concentration (2m above ground)
  • .[0-6]d.so2_mean: Mean Sulphur dioxide concentration (2m above ground)
  • .[0-6]d.so2_min: Minimum Sulphur dioxide concentration (2m above ground)
  • .[0-6]d.time: Day of forecast

Sigmalevel

Forecast Package sigmalevel-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 8values = 1344 forecast values)

  • .[0-6]d_HHMM.airdensity: Air density (result of altitude, temperature and humidity)
  • .[0-6]d_HHMM.relativehumidity: Relative humidity (Air humidity)
  • .[0-6]d_HHMM.temperature: Temperature (2m above ground)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.winddirection: Wind direction (10m above ground)
  • .[0-6]d_HHMM.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d_HHMM.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d_HHMM.windspeed: Wind speed (10m above ground)

Forecast Package sigmalevel-day meteodata for 7 days in a 1d interval (7d x 1value/d x 14values = 98 forecast values)

  • .[0-6]d.airdensity_max: Maximum air density (result of altitude, temperature and humidity)
  • .[0-6]d.airdensity_mean: Mean air density (result of altitude, temperature and humidity)
  • .[0-6]d.airdensity_min: Minimum air density (result of altitude, temperature and humidity)
  • .[0-6]d.relativehumidity_max: Maximum relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_mean: Mean relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_min: Minimum relative humidity (Air humidity)
  • .[0-6]d.temperature_max: Maximum temperature (2m above ground)
  • .[0-6]d.temperature_mean: Mean temperature (2m above ground)
  • .[0-6]d.temperature_min: Minimum temperature (2m above ground)
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.winddirection_dominant: Dominant wind direction
  • .[0-6]d.windspeed_max: Maximum wind speed (10m above ground)
  • .[0-6]d.windspeed_mean: Mean wind speed (10m above ground)
  • .[0-6]d.windspeed_min: Minimum windspeed (10m above ground)

Profile Series

Profile Series Temperature

Forecast Package profiletemp-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 21values = 3528 forecast values)

  • .[0-6]d_HHMM.temperatureprofile_1000_mb: Temperature profile 1000mb
  • .[0-6]d_HHMM.temperatureprofile_200_mb: Temperature profile 200mb
  • .[0-6]d_HHMM.temperatureprofile_250_mb: Temperature profile 250mb
  • .[0-6]d_HHMM.temperatureprofile_300_mb: Temperature profile 300mb
  • .[0-6]d_HHMM.temperatureprofile_350_mb: Temperature profile 350mb
  • .[0-6]d_HHMM.temperatureprofile_400_mb: Temperature profile 400mb
  • .[0-6]d_HHMM.temperatureprofile_450_mb: Temperature profile 450mb
  • .[0-6]d_HHMM.temperatureprofile_500_mb: Temperature profile 500mb
  • .[0-6]d_HHMM.temperatureprofile_550_mb: Temperature profile 550mb
  • .[0-6]d_HHMM.temperatureprofile_600_mb: Temperature profile 600mb
  • .[0-6]d_HHMM.temperatureprofile_650_mb: Temperature profile 650mb
  • .[0-6]d_HHMM.temperatureprofile_700_mb: Temperature profile 700mb
  • .[0-6]d_HHMM.temperatureprofile_750_mb: Temperature profile 750mb
  • .[0-6]d_HHMM.temperatureprofile_800_mb: Temperature profile 800mb
  • .[0-6]d_HHMM.temperatureprofile_850_mb: Temperature profile 850mb
  • .[0-6]d_HHMM.temperatureprofile_875_mb: Temperature profile 875mb
  • .[0-6]d_HHMM.temperatureprofile_900_mb: Temperature profile 900mb
  • .[0-6]d_HHMM.temperatureprofile_925_mb: Temperature profile 925mb
  • .[0-6]d_HHMM.temperatureprofile_950_mb: Temperature profile 950mb
  • .[0-6]d_HHMM.temperatureprofile_975_mb: Temperature profile 975mb
  • .[0-6]d_HHMM.time: Day and time of forecast

Profile Series Geopotential Height

Forecast Package profileheight-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 21values = 3528 forecast values)

  • .[0-6]d_HHMM.heightprofile_1000_mb: Geopotential height profile 1000mb
  • .[0-6]d_HHMM.heightprofile_200_mb: Geopotential height profile 200mb
  • .[0-6]d_HHMM.heightprofile_250_mb: Geopotential height profile 250mb
  • .[0-6]d_HHMM.heightprofile_300_mb: Geopotential height profile 300mb
  • .[0-6]d_HHMM.heightprofile_350_mb: Geopotential height profile 350mb
  • .[0-6]d_HHMM.heightprofile_400_mb: Geopotential height profile 400mb
  • .[0-6]d_HHMM.heightprofile_450_mb: Geopotential height profile 450mb
  • .[0-6]d_HHMM.heightprofile_500_mb: Geopotential height profile 500mb
  • .[0-6]d_HHMM.heightprofile_550_mb: Geopotential height profile 550mb
  • .[0-6]d_HHMM.heightprofile_600_mb: Geopotential height profile 600mb
  • .[0-6]d_HHMM.heightprofile_650_mb: Geopotential height profile 650mb
  • .[0-6]d_HHMM.heightprofile_700_mb: Geopotential height profile 700mb
  • .[0-6]d_HHMM.heightprofile_750_mb: Geopotential height profile 750mb
  • .[0-6]d_HHMM.heightprofile_800_mb: Geopotential height profile 800mb
  • .[0-6]d_HHMM.heightprofile_850_mb: Geopotential height profile 850mb
  • .[0-6]d_HHMM.heightprofile_875_mb: Geopotential height profile 875mb
  • .[0-6]d_HHMM.heightprofile_900_mb: Geopotential height profile 900mb
  • .[0-6]d_HHMM.heightprofile_925_mb: Geopotential height profile 925mb
  • .[0-6]d_HHMM.heightprofile_950_mb: Geopotential height profile 950mb
  • .[0-6]d_HHMM.heightprofile_975_mb: Geopotential height profile 975mb
  • .[0-6]d_HHMM.time: Day and time of forecast

Profile Series Wind

Forecast Package profilewind-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 41values = 6888 forecast values)

  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.winddirectionprofile1000_mb: Wind direction profile 1000mb
  • .[0-6]d_HHMM.winddirectionprofile200_mb: Wind direction profile 200mb
  • .[0-6]d_HHMM.winddirectionprofile250_mb: Wind direction profile 250mb
  • .[0-6]d_HHMM.winddirectionprofile300_mb: Wind direction profile 300mb
  • .[0-6]d_HHMM.winddirectionprofile350_mb: Wind direction profile 350mb
  • .[0-6]d_HHMM.winddirectionprofile400_mb: Wind direction profile 400mb
  • .[0-6]d_HHMM.winddirectionprofile450_mb: Wind direction profile 450mb
  • .[0-6]d_HHMM.winddirectionprofile500_mb: Wind direction profile 500mb
  • .[0-6]d_HHMM.winddirectionprofile550_mb: Wind direction profile 550mb
  • .[0-6]d_HHMM.winddirectionprofile600_mb: Wind direction profile 600mb
  • .[0-6]d_HHMM.winddirectionprofile650_mb: Wind direction profile 650mb
  • .[0-6]d_HHMM.winddirectionprofile700_mb: Wind direction profile 700mb
  • .[0-6]d_HHMM.winddirectionprofile750_mb: Wind direction profile 750mb
  • .[0-6]d_HHMM.winddirectionprofile800_mb: Wind direction profile 800mb
  • .[0-6]d_HHMM.winddirectionprofile850_mb: Wind direction profile 850mb
  • .[0-6]d_HHMM.winddirectionprofile875_mb: Wind direction profile 875mb
  • .[0-6]d_HHMM.winddirectionprofile900_mb: Wind direction profile 900mb
  • .[0-6]d_HHMM.winddirectionprofile925_mb: Wind direction profile 925mb
  • .[0-6]d_HHMM.winddirectionprofile950_mb: Wind direction profile 950mb
  • .[0-6]d_HHMM.winddirectionprofile975_mb: Wind direction profile 975mb
  • .[0-6]d_HHMM.windspeedprofile_1000_mb: Wind speed profile 1000mb
  • .[0-6]d_HHMM.windspeedprofile_200_mb: Wind speed profile 200mb
  • .[0-6]d_HHMM.windspeedprofile_250_mb: Wind speed profile 250mb
  • .[0-6]d_HHMM.windspeedprofile_300_mb: Wind speed profile 300mb
  • .[0-6]d_HHMM.windspeedprofile_350_mb: Wind speed profile 350mb
  • .[0-6]d_HHMM.windspeedprofile_400_mb: Wind speed profile 400mb
  • .[0-6]d_HHMM.windspeedprofile_450_mb: Wind speed profile 450mb
  • .[0-6]d_HHMM.windspeedprofile_500_mb: Wind speed profile 500mb
  • .[0-6]d_HHMM.windspeedprofile_550_mb: Wind speed profile 550mb
  • .[0-6]d_HHMM.windspeedprofile_600_mb: Wind speed profile 600mb
  • .[0-6]d_HHMM.windspeedprofile_650_mb: Wind speed profile 650mb
  • .[0-6]d_HHMM.windspeedprofile_875_mb: Wind speed profile 675mb
  • .[0-6]d_HHMM.windspeedprofile_700_mb: Wind speed profile 700mb
  • .[0-6]d_HHMM.windspeedprofile_750_mb: Wind speed profile 750mb
  • .[0-6]d_HHMM.windspeedprofile_800_mb: Wind speed profile 800mb
  • .[0-6]d_HHMM.windspeedprofile_850_mb: Wind speed profile 850mb
  • .[0-6]d_HHMM.windspeedprofile_900_mb: Wind speed profile 900mb
  • .[0-6]d_HHMM.windspeedprofile_925_mb: Wind speed profile 925mb
  • .[0-6]d_HHMM.windspeedprofile_950_mb: Wind speed profile 950mb
  • .[0-6]d_HHMM.windspeedprofile_975_mb: Wind speed profile 975mb

Profile Series Cloud Cover

Forecast Package profileclouds-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 21values = 3528 forecast values)

  • .[0-6]d_HHMM.cloudcoverprofile_1000_mb: Cloud cover profile 1000mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_200_mb: Cloud cover profile 200mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_250_mb: Cloud cover profile 250mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_300_mb: Cloud cover profile 300mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_350_mb: Cloud cover profile 350mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_400_mb: Cloud cover profile 400mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_450_mb: Cloud cover profile 450mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_500_mb: Cloud cover profile 500mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_550_mb: Cloud cover profile 550mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_600_mb: Cloud cover profile 600mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_650_mb: Cloud cover profile 650mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_700_mb: Cloud cover profile 700mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_750_mb: Cloud cover profile 750mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_800_mb: Cloud cover profile 800mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_850_mb: Cloud cover profile 850mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_875_mb: Cloud cover profile 875mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_900_mb: Cloud cover profile 900mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_925_mb: Cloud cover profile 925mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_950_mb: Cloud cover profile 950mb (Cover of the sky)
  • .[0-6]d_HHMM.cloudcoverprofile_975_mb: Cloud cover profile 975mb (Cover of the sky)
  • .[0-6]d_HHMM.time: Day and time of forecast

Profile Series Relative Humidity

Forecast Package profilerh-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 21values = 3528 forecast values)

  • .[0-6]d_HHMM.relativehumidityprofile_1000_mb: Relative humidity profile 1000mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_200_mb: Relative humidity profile 200mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_250_mb: Relative humidity profile 250mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_300_mb: Relative humidity profile 300mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_350_mb: Relative humidity profile 350mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_400_mb: Relative humidity profile 400mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_450_mb: Relative humidity profile 450mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_500_mb: Relative humidity profile 500mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_550_mb: Relative humidity profile 550mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_600_mb: Relative humidity profile 600mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_650_mb: Relative humidity profile 650mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_700_mb: Relative humidity profile 700mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_750_mb: Relative humidity profile 750mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_800_mb: Relative humidity profile 800mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_850_mb: Relative humidity profile 850mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_875_mb: Relative humidity profile 875mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_900_mb: Relative humidity profile 900mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_925_mb: Relative humidity profile 925mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_950_mb: Relative humidity profile 950mb (Air humidity)
  • .[0-6]d_HHMM.relativehumidityprofile_975_mb: Relative humidity profile 975mb (Air humidity)
  • .[0-6]d_HHMM.time: Day and time of forecast

14-Day Forecast Packages

Ensemble

Forecast Package ensemble meteodata for 7 days in a 1d interval (7d x 1value/d x 11values = 77 forecast values)

  • .[0-6]d_HHMM.ghi_backwards: Global tilted irradiance (Radiaton, backwards)
  • .[0-6]d_HHMM.gust: Wind gusts (10m above ground)
  • .[0-6]d_HHMM.highclouds: High clouds (Cover of the sky)
  • .[0-6]d_HHMM.lowclouds: Low clouds (Cover of the sky)
  • .[0-6]d_HHMM.midclouds: Mid clouds (Cover of the sky)
  • .[0-6]d_HHMM.precipitation: Precipation (Water amount)
  • .[0-6]d_HHMM.skintemperature: Skin / Surface temperature (Soil surface or skin)
  • .[0-6]d_HHMM.temperature: Temperature (2m above ground)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.winddirection: Wind direction (10m above ground)
  • .[0-6]d_HHMM.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d_HHMM.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d_HHMM.windspeed: Wind speed (10m above ground)

Trend

Forecast Package trend-1h meteodata for 7 days in a 1h interval (7d x 24values/d x 18values = 3024 forecast values)

  • .[0-6]d_HHMM.extraterrestrialradiation_backwards: Extraterrestrial solar radiation (backwards)
  • .[0-6]d_HHMM.ghi_backwards: Global horizontal radiation (backwards)
  • .[0-6]d_HHMM.pictocode: Classification of weather conditions, using a numeric number (1-17) (Day and night pictograms)
  • .[0-6]d_HHMM.precipitation: Precipation (Water amount)
  • .[0-6]d_HHMM.precipitation_spread: Precipitation spread (Water amount, 1h from the mean precipitation)
  • .[0-6]d_HHMM.relativehumidity: Relative humidity (Air humidity)
  • .[0-6]d_HHMM.sealevelpressure: Sea level pressure (Adjusted to mean sea level)
  • .[0-6]d_HHMM.snowfraction: Snow fraction (information whether precipitation falls as rain or snow: 0 = rain, 1 = snow)
  • .[0-6]d_HHMM.temperature: Temperature (2m above ground)
  • .[0-6]d_HHMM.temperature_spread: Temperature spread (1h from the multimodel mean)
  • .[0-6]d_HHMM.time: Day and time of forecast
  • .[0-6]d_HHMM.totalcloudcover: Total cloud cover (cover of the sky)
  • .[0-6]d_HHMM.totalcloudcover_spread: Total cloud cover spread (cover of the sky, 1h from the mean cloud cover)
  • .[0-6]d_HHMM.winddirection: Wind direction (10m above ground)
  • .[0-6]d_HHMM.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d_HHMM.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d_HHMM.windspeed: Wind speed (10m above ground)
  • .[0-6]d_HHMM.windspeed_spread: Wind speed spread (10m above ground, 1h from the mean wind speed)

Forecast Package trend-day meteodata for 7 days in a 1d interval (7d x 1value/d x 31values = 217 forecast values)

  • .[0-6]d.extraterrestrialradiation_total: Extraterrestrial solar radiation (total)
  • .[0-6]d.ghi_total: Total global horizontal radiation
  • .[0-6]d.pictocode: Classification of weather conditions, using a numeric number (1-17) (Day and night pictograms)
  • .[0-6]d.precipitation: Precipation (Water amount)
  • .[0-6]d.precipitation_probability: Precipitation probability
  • .[0-6]d.precipitation_spread: Precipitation spread (Water amount, 1h from the mean precipitation)
  • .[0-6]d.predictability: Predictability (24h)
  • .[0-6]d.predictability_class: Predictability class (1 = very low, 5 = very high)
  • .[0-6]d.relativehumidity_max: Maximum relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_mean: Mean relative humidity (Air humidity)
  • .[0-6]d.relativehumidity_min: Minimum relative humidity (Air humidity)
  • .[0-6]d.sealevelpressure_max: Maximum sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.sealevelpressure_mean: Mean sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.sealevelpressure_min: Minimum sea level pressure (Adjusted to mean sea level)
  • .[0-6]d.snowfraction: Snow fraction (information whether precipitation falls as rain or snow: 0 = rain, 1 = snow)
  • .[0-6]d.temperature_max: Maximum temperature (2m above ground)
  • .[0-6]d.temperature_mean: Mean temperature (2m above ground)
  • .[0-6]d.temperature_min: Minimum temperature (2m above ground)
  • .[0-6]d.temperature_spread: Temperature spread (1h from the multimodel mean)
  • .[0-6]d.time: Day of forecast
  • .[0-6]d.totalcloudcover_max: Maximum total cloud cover (cover of the sky)
  • .[0-6]d.totalcloudcover_mean: Mean total cloud cover (cover of the sky)
  • .[0-6]d.totalcloudcover_min: Minimum total cloud cover (cover of the sky)
  • .[0-6]d.totalcloudcover_spread: Total cloud cover spread (cover of the sky, 1h from the mean cloud cover)
  • .[0-6]d.winddirection: Wind direction (10m above ground)
  • .[0-6]d.winddirectionChar2: Wind direction (10m above ground, 2 char)
  • .[0-6]d.winddirectionChar3: Wind direction (10m above ground, 3 char)
  • .[0-6]d.windspeed_max: Maximum wind speed (10m above ground)
  • .[0-6]d.windspeed_mean: Mean wind speed (10m above ground)
  • .[0-6]d.windspeed_min: Minimum windspeed (10m above ground)
  • .[0-6]d.windspeed_spread: Wind speed spread (10m above ground, 1h from the mean wind speed)

How to report issues and feature requests

  • For issues Please use GitHub issues -> "Bug report" and fill in the form.

    Set the adapter to debug log mode (Instances -> Expert mode -> Column Log level). Get the logfile from disk (subdirectory "log" in ioBroker installation directory and not from Admin because Admin cuts the lines). Check that there are no personal information before you publish your log.

  • For feature requests Please use GitHub issues -> "Feature request" and fill in the form.

Changelog

0.1.0-beta.14 WORK IN PROGRESS

  • (ice987987) BREAKING: Names of Objects in forecast package basic-day changed
  • (ice987987) BREAKING: js-controller >= v5.0.19, admin >= v6.3.5 and node.js >= v18 is required
  • (ice987987) add section "Available values (readonly)" in readme
  • (ice987987) add section "Control" in readme
  • (ice987987) add feature requrest form
  • (ice987987) added forecast packages basic-15min, basic-1h, basic-3h, basic-day, current, clouds-1h, clouds-3h, clouds-day, sunmoon, basic-day_webcolors, agro-1h, agro-3h, agro-day, agromodelleafwetness-1h, agromodelsowing-1h, agromodelspray-1h, soiltrafficability-1h, solar-15min, solar-1h, solar-3h, solar-day, solarensemble-1h, pvpro-1h, pvpro-day, wind-15min, wind-1h, wind-3h, wind-day, wind80ensemble-1h, windpower-1h, sea-1h, sea-3h, sea-day, air-1h, air-3h, air-day, airquality-1h, airquality-3h, airquality-day, sigmalevel-1h, sigmalevel-day, profiletemp_1h, profileheight_1h, profilewind_1h, profileclouds_1h, profilerh_1h, ensemble-1h, trend-1h and trend-day.
  • (ice987987) add possibility for manual requests via .ACTION.REQUEST_DATA if polling intervall is set to 0
  • (ice987987) fix date of DP modelrun_updatetime_utc and modelrun_utc
  • (ice987987) code improvements
  • (ice987987) add section "Disclaimer" in readme
  • (ice987987) dependencies updated
  • (ice987987) issue #155 fixed
  • (ice987987) kWp, Slope, Facing, Power efficiency and Tracker for PvPro added
  • (ice987987) issue #187 fixed

0.0.6 (2022-07-21)

  • (ice987987) password encryption added (user need to reenter the password once after update, this change requires admin >= v4.0.9)
  • (ice987987) clean up code
  • (ice987987) implementation of JSON config (this change requires js-controller >= v3.3.19 and admin >= v5.1.28)
  • (ice987987) node.js >= v14.0 is required
  • (ice987987) improved bug-report form
  • (ice987987) update links to meteoblue homepage due to their updated homepage
  • (ice987987) update dependencies
  • (ice987987) add polling interval

0.0.5 (2022-03-08)

  • (ice987987) bugfix
  • (ice987987) remove dp .data_day.[0-6].time_ms, .metadata.modelrun_updatetime and .metadata.modelrun
  • (ice987987) update dependencies
  • (ice987987) update readme

0.0.4 (2022-02-06)

  • (ice987987) update dependencies
  • (ice987987) update readme.md
  • (ice987987) bugfix

0.0.3 (2022-01-23)

  • (ice987987) revision of the index_m input page
  • (ice987987) implementation of API-Key de- and entcryption
  • (ice987987) bugfix

0.0.2 (2021-11-05)

  • (ice987987) add rainspot
  • (ice987987) remove user inputfield winddirection, calculate winddirection as 2 and 3 chars
  • (ice987987) remove user inputfield timezone
  • (ice987987) bugfix

0.0.1 (2021-10-17)

  • (ice987987) initial development

License

MIT License

Copyright (c) 2024 ice987987 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.