Hello every one. I have some problems with OpenWeatherMap binding channels temperature/min-temperature/max-temperature are showing the same value. I have created 3 dummy I took hour 81 and all 3 values of temp and was the same
Welcome to the Community!
Try cleaning the browsers cache.
If that does not work use the console to restart the binding.
Nope even reinstalled the binding and restarted openhab 2
Can you post your items and sitemap code for that section? Please wrap them in code fences (</>) when doing so.
// Open Weather Map
Number:Temperature Weather_OWM_Temperature "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:current#temperature"}
Number:Dimensionless Weather_OWM_Humidity "Humidity [%.1f %unit%]" {channel="openweathermap:weather-and-forecast:api:local:current#humidity"}
Number:Speed Weather_OWM_Wind_Speed "Windspeed [%.1f km/h]" {channel="openweathermap:weather-and-forecast:api:local:current#wind-speed"}
Number:Length Weather_OWM_Rain "Cantitate de ploaie [%.1f %unit%]" <rain> { channel="openweathermap:weather-and-forecast:api:local:current#rain" }
Number:Length Weather_OWM_Snow "Cantitate de zapada [%.1f %unit%]" <snow> { channel="openweathermap:weather-and-forecast:api:local:current#snow" }
Number Weather_OWM_Uv "Current UV Index [%d]" { channel="openweathermap:uvindex:api:local:current#uvindex" }
String Weather_OWM_Condition_3h "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#condition"}
String Weather_OWM_Condition_6h "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#condition"}
String Weather_OWM_Condition_9h "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#condition"}
String Weather_OWM_Station_Name "Station Name [%s]" {channel="openweathermap:weather-and-forecast:api:local:station#name"}
DateTime Weather_OWM_ObservationTime "Observation time [%1$tY-%1$tm-%1$td]" {channel="openweathermap:weather-and-forecast:api:local:current#time-stamp"}
String Weather_OWM_Condition "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:current#condition"}
String Weather_OWM_ConditionId "ConditionId [%s]" {channel="openweathermap:weather-and-forecast:api:local:current#condition-id"}
Image Weather_OWM_ConditionIcon "Icon [%s]" {channel="openweathermap:weather-and-forecast:api:local:current#icon"}
String Weather_OWM_ConditionIconId "IconId [%s]" {channel="openweathermap:weather-and-forecast:api:local:current#icon-id"}
Number:Temperature Weather_OWM_Temp0 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#temperature"}
Number:Temperature Weather_OWM_Temp1 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#temperature"}
Number:Temperature Weather_OWM_Temp2 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#temperature"}
Number:Temperature Weather_OWM_Temp3 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#temperature"}
Number:Temperature Weather_OWM_Max0 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#max-temperature"}
Number:Temperature Weather_OWM_Max1 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#max-temperature"}
Number:Temperature Weather_OWM_Max2 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#max-temperature"}
Number:Temperature Weather_OWM_Max3 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#max-temperature"}
Number:Temperature Weather_OWM_Min0 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#min-temperature"}
Number:Temperature Weather_OWM_Min1 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#min-temperature"}
Number:Temperature Weather_OWM_Min2 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#min-temperature"}
Number:Temperature Weather_OWM_Min3 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#min-temperature"}
Number:Speed Weather_OWM_Wind0 "Wind [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#wind-speed"}
Number:Speed Weather_OWM_Wind1 "Wind [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#wind-speed"}
Number:Speed Weather_OWM_Wind2 "Wind [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#wind-speed"}
Number:Speed Weather_OWM_Wind3 "Wind [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#wind-speed"}
DateTime Weather_OWM_Forecast_Time0 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#time-stamp"}
DateTime Weather_OWM_Forecast_Time1 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#time-stamp"}
DateTime Weather_OWM_Forecast_Time2 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#time-stamp"}
DateTime Weather_OWM_Forecast_Time3 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#time-stamp"}
String Weather_OWM_Condition0 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#condition"}
String Weather_OWM_Condition1 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#condition"}
String Weather_OWM_Condition2 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#condition"}
String Weather_OWM_Condition3 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#condition"}
String Weather_OWM_ConditionId0 "Icon [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#condition-id"}
String Weather_OWM_ConditionId1 "Icon [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#condition-id"}
String Weather_OWM_ConditionId2 "Icon [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#condition-id"}
String Weather_OWM_ConditionId3 "Icon [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#condition-id"}
Number:Temperature Weather_OWM_Temp_h3 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#temperature"}
Number:Temperature Weather_OWM_Temp_h6 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#temperature"}
Number:Temperature Weather_OWM_Temp_h9 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#temperature"}
Number:Temperature Weather_OWM_Temp_h12 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#temperature"}
Number:Temperature Weather_OWM_Temp_h15 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#temperature"}
Number:Temperature Weather_OWM_Temp_h18 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#temperature"}
Number:Temperature Weather_OWM_Temp_h21 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#temperature"}
Number:Temperature Weather_OWM_Temp_h24 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#temperature"}
Number:Temperature Weather_OWM_Temp_h27 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#temperature"}
Number:Temperature Weather_OWM_Temp_h30 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#temperature"}
Number:Temperature Weather_OWM_Temp_h33 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#temperature"}
Number:Temperature Weather_OWM_Temp_h36 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#temperature"}
Number:Temperature Weather_OWM_Temp_h39 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#temperature"}
Number:Temperature Weather_OWM_Temp_h42 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#temperature"}
Number:Temperature Weather_OWM_Temp_h45 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#temperature"}
Number:Temperature Weather_OWM_Temp_h48 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#temperature"}
Number:Temperature Weather_OWM_Temp_h51 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#temperature"}
Number:Temperature Weather_OWM_Temp_h54 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#temperature"}
Number:Temperature Weather_OWM_Temp_h57 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#temperature"}
Number:Temperature Weather_OWM_Temp_h60 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#temperature"}
Number:Temperature Weather_OWM_Temp_h63 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#temperature"}
Number:Temperature Weather_OWM_Temp_h66 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#temperature"}
Number:Temperature Weather_OWM_Temp_h69 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#temperature"}
Number:Temperature Weather_OWM_Temp_h72 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#temperature"}
Number:Temperature Weather_OWM_Temp_h75 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#temperature"}
Number:Temperature Weather_OWM_Temp_h78 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#temperature"}
Number:Temperature Weather_OWM_Temp_h81 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#temperature"}
Number:Temperature Weather_OWM_Temp_h84 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#temperature"}
Number:Temperature Weather_OWM_Temp_h87 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#temperature"}
Number:Temperature Weather_OWM_Temp_h90 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#temperature"}
Number:Temperature Weather_OWM_Temp_h93 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#temperature"}
Number:Temperature Weather_OWM_Temp_h96 "Temperature [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#temperature"}
String Weather_OWM_Condition_h3 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#condition"}
String Weather_OWM_Condition_h6 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#condition"}
String Weather_OWM_Condition_h9 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#condition"}
String Weather_OWM_Condition_h12 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#condition"}
String Weather_OWM_Condition_h15 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#condition"}
String Weather_OWM_Condition_h18 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#condition"}
String Weather_OWM_Condition_h21 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#condition"}
String Weather_OWM_Condition_h24 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#condition"}
String Weather_OWM_Condition_h27 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#condition"}
String Weather_OWM_Condition_h30 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#condition"}
String Weather_OWM_Condition_h33 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#condition"}
String Weather_OWM_Condition_h36 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#condition"}
String Weather_OWM_Condition_h39 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#condition"}
String Weather_OWM_Condition_h42 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#condition"}
String Weather_OWM_Condition_h45 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#condition"}
String Weather_OWM_Condition_h48 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#condition"}
String Weather_OWM_Condition_h51 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#condition"}
String Weather_OWM_Condition_h54 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#condition"}
String Weather_OWM_Condition_h57 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#condition"}
String Weather_OWM_Condition_h60 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#condition"}
String Weather_OWM_Condition_h63 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#condition"}
String Weather_OWM_Condition_h66 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#condition"}
String Weather_OWM_Condition_h69 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#condition"}
String Weather_OWM_Condition_h72 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#condition"}
String Weather_OWM_Condition_h75 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#condition"}
String Weather_OWM_Condition_h78 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#condition"}
String Weather_OWM_Condition_h81 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#condition"}
String Weather_OWM_Condition_h84 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#condition"}
String Weather_OWM_Condition_h87 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#condition"}
String Weather_OWM_Condition_h90 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#condition"}
String Weather_OWM_Condition_h93 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#condition"}
String Weather_OWM_Condition_h96 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#condition"}
String Weather_OWM_ConditionId_h3 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#condition-id"}
String Weather_OWM_ConditionId_h6 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#condition-id"}
String Weather_OWM_ConditionId_h9 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#condition-id"}
String Weather_OWM_ConditionId_h12 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#condition-id"}
String Weather_OWM_ConditionId_h15 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#condition-id"}
String Weather_OWM_ConditionId_h18 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#condition-id"}
String Weather_OWM_ConditionId_h21 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#condition-id"}
String Weather_OWM_ConditionId_h24 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#condition-id"}
String Weather_OWM_ConditionId_h27 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#condition-id"}
String Weather_OWM_ConditionId_h30 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#condition-id"}
String Weather_OWM_ConditionId_h33 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#condition-id"}
String Weather_OWM_ConditionId_h36 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#condition-id"}
String Weather_OWM_ConditionId_h39 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#condition-id"}
String Weather_OWM_ConditionId_h42 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#condition-id"}
String Weather_OWM_ConditionId_h45 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#condition-id"}
String Weather_OWM_ConditionId_h48 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#condition-id"}
String Weather_OWM_ConditionId_h51 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#condition-id"}
String Weather_OWM_ConditionId_h54 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#condition-id"}
String Weather_OWM_ConditionId_h57 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#condition-id"}
String Weather_OWM_ConditionId_h60 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#condition-id"}
String Weather_OWM_ConditionId_h63 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#condition-id"}
String Weather_OWM_ConditionId_h66 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#condition-id"}
String Weather_OWM_ConditionId_h69 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#condition-id"}
String Weather_OWM_ConditionId_h72 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#condition-id"}
String Weather_OWM_ConditionId_h75 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#condition-id"}
String Weather_OWM_ConditionId_h78 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#condition-id"}
String Weather_OWM_ConditionId_h81 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#condition-id"}
String Weather_OWM_ConditionId_h84 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#condition-id"}
String Weather_OWM_ConditionId_h87 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#condition-id"}
String Weather_OWM_ConditionId_h90 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#condition-id"}
String Weather_OWM_ConditionId_h93 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#condition-id"}
String Weather_OWM_ConditionId_h96 "Condition [%s]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#condition-id"}
DateTime Weather_OWM_DateTime_h3 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#time-stamp"}
DateTime Weather_OWM_DateTime_h6 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#time-stamp"}
DateTime Weather_OWM_DateTime_h9 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#time-stamp"}
DateTime Weather_OWM_DateTime_h12 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#time-stamp"}
DateTime Weather_OWM_DateTime_h15 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#time-stamp"}
DateTime Weather_OWM_DateTime_h18 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#time-stamp"}
DateTime Weather_OWM_DateTime_h21 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#time-stamp"}
DateTime Weather_OWM_DateTime_h24 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#time-stamp"}
DateTime Weather_OWM_DateTime_h27 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#time-stamp"}
DateTime Weather_OWM_DateTime_h30 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#time-stamp"}
DateTime Weather_OWM_DateTime_h33 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#time-stamp"}
DateTime Weather_OWM_DateTime_h36 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#time-stamp"}
DateTime Weather_OWM_DateTime_h39 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#time-stamp"}
DateTime Weather_OWM_DateTime_h42 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#time-stamp"}
DateTime Weather_OWM_DateTime_h45 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#time-stamp"}
DateTime Weather_OWM_DateTime_h48 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#time-stamp"}
DateTime Weather_OWM_DateTime_h51 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#time-stamp"}
DateTime Weather_OWM_DateTime_h54 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#time-stamp"}
DateTime Weather_OWM_DateTime_h57 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#time-stamp"}
DateTime Weather_OWM_DateTime_h60 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#time-stamp"}
DateTime Weather_OWM_DateTime_h63 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#time-stamp"}
DateTime Weather_OWM_DateTime_h66 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#time-stamp"}
DateTime Weather_OWM_DateTime_h69 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#time-stamp"}
DateTime Weather_OWM_DateTime_h72 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#time-stamp"}
DateTime Weather_OWM_DateTime_h75 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#time-stamp"}
DateTime Weather_OWM_DateTime_h78 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#time-stamp"}
DateTime Weather_OWM_DateTime_h81 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#time-stamp"}
DateTime Weather_OWM_DateTime_h84 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#time-stamp"}
DateTime Weather_OWM_DateTime_h87 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#time-stamp"}
DateTime Weather_OWM_DateTime_h90 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#time-stamp"}
DateTime Weather_OWM_DateTime_h93 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#time-stamp"}
DateTime Weather_OWM_DateTime_h96 "Forecast time [%1$td.%1$tm.%1$tY %1$tH:%1$tM]" {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#time-stamp"}
Number:Speed Weather_OWM_Wind_h3 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#wind-speed"}
Number:Speed Weather_OWM_Wind_h6 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#wind-speed"}
Number:Speed Weather_OWM_Wind_h9 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#wind-speed"}
Number:Speed Weather_OWM_Wind_h12 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#wind-speed"}
Number:Speed Weather_OWM_Wind_h15 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#wind-speed"}
Number:Speed Weather_OWM_Wind_h18 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#wind-speed"}
Number:Speed Weather_OWM_Wind_h21 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#wind-speed"}
Number:Speed Weather_OWM_Wind_h24 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#wind-speed"}
Number:Speed Weather_OWM_Wind_h27 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#wind-speed"}
Number:Speed Weather_OWM_Wind_h30 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#wind-speed"}
Number:Speed Weather_OWM_Wind_h33 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#wind-speed"}
Number:Speed Weather_OWM_Wind_h36 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#wind-speed"}
Number:Speed Weather_OWM_Wind_h39 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#wind-speed"}
Number:Speed Weather_OWM_Wind_h42 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#wind-speed"}
Number:Speed Weather_OWM_Wind_h45 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#wind-speed"}
Number:Speed Weather_OWM_Wind_h48 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#wind-speed"}
Number:Speed Weather_OWM_Wind_h51 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#wind-speed"}
Number:Speed Weather_OWM_Wind_h54 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#wind-speed"}
Number:Speed Weather_OWM_Wind_h57 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#wind-speed"}
Number:Speed Weather_OWM_Wind_h60 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#wind-speed"}
Number:Speed Weather_OWM_Wind_h63 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#wind-speed"}
Number:Speed Weather_OWM_Wind_h66 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#wind-speed"}
Number:Speed Weather_OWM_Wind_h69 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#wind-speed"}
Number:Speed Weather_OWM_Wind_h72 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#wind-speed"}
Number:Speed Weather_OWM_Wind_h75 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#wind-speed"}
Number:Speed Weather_OWM_Wind_h78 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#wind-speed"}
Number:Speed Weather_OWM_Wind_h81 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#wind-speed"}
Number:Speed Weather_OWM_Wind_h84 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#wind-speed"}
Number:Speed Weather_OWM_Wind_h87 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#wind-speed"}
Number:Speed Weather_OWM_Wind_h90 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#wind-speed"}
Number:Speed Weather_OWM_Wind_h93 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#wind-speed"}
Number:Speed Weather_OWM_Wind_h96 "Wind [%.1f %unit%]" <wind> {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#wind-speed"}
Number:Temperature Weather_OWM_Max_h3 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#max-temperature"}
Number:Temperature Weather_OWM_Max_h6 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#max-temperature"}
Number:Temperature Weather_OWM_Max_h9 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#max-temperature"}
Number:Temperature Weather_OWM_Max_h12 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#max-temperature"}
Number:Temperature Weather_OWM_Max_h15 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#max-temperature"}
Number:Temperature Weather_OWM_Max_h18 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#max-temperature"}
Number:Temperature Weather_OWM_Max_h21 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#max-temperature"}
Number:Temperature Weather_OWM_Max_h24 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#max-temperature"}
Number:Temperature Weather_OWM_Max_h27 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#max-temperature"}
Number:Temperature Weather_OWM_Max_h30 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#max-temperature"}
Number:Temperature Weather_OWM_Max_h33 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#max-temperature"}
Number:Temperature Weather_OWM_Max_h36 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#max-temperature"}
Number:Temperature Weather_OWM_Max_h39 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#max-temperature"}
Number:Temperature Weather_OWM_Max_h42 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#max-temperature"}
Number:Temperature Weather_OWM_Max_h45 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#max-temperature"}
Number:Temperature Weather_OWM_Max_h48 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#max-temperature"}
Number:Temperature Weather_OWM_Max_h51 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#max-temperature"}
Number:Temperature Weather_OWM_Max_h54 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#max-temperature"}
Number:Temperature Weather_OWM_Max_h57 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#max-temperature"}
Number:Temperature Weather_OWM_Max_h60 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#max-temperature"}
Number:Temperature Weather_OWM_Max_h63 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#max-temperature"}
Number:Temperature Weather_OWM_Max_h66 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#max-temperature"}
Number:Temperature Weather_OWM_Max_h69 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#max-temperature"}
Number:Temperature Weather_OWM_Max_h72 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#max-temperature"}
Number:Temperature Weather_OWM_Max_h75 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#max-temperature"}
Number:Temperature Weather_OWM_Max_h78 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#max-temperature"}
Number:Temperature Weather_OWM_Max_h81 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#max-temperature"}
Number:Temperature Weather_OWM_Max_h84 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#max-temperature"}
Number:Temperature Weather_OWM_Max_h87 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#max-temperature"}
Number:Temperature Weather_OWM_Max_h90 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#max-temperature"}
Number:Temperature Weather_OWM_Max_h93 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#max-temperature"}
Number:Temperature Weather_OWM_Max_h96 "Max [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#max-temperature"}
Number:Temperature Weather_OWM_Min_h3 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours03#min-temperature"}
Number:Temperature Weather_OWM_Min_h6 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours06#min-temperature"}
Number:Temperature Weather_OWM_Min_h9 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours09#min-temperature"}
Number:Temperature Weather_OWM_Min_h12 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours12#min-temperature"}
Number:Temperature Weather_OWM_Min_h15 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours15#min-temperature"}
Number:Temperature Weather_OWM_Min_h18 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours18#min-temperature"}
Number:Temperature Weather_OWM_Min_h21 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours21#min-temperature"}
Number:Temperature Weather_OWM_Min_h24 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours24#min-temperature"}
Number:Temperature Weather_OWM_Min_h27 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours27#min-temperature"}
Number:Temperature Weather_OWM_Min_h30 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours30#min-temperature"}
Number:Temperature Weather_OWM_Min_h33 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours33#min-temperature"}
Number:Temperature Weather_OWM_Min_h36 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours36#min-temperature"}
Number:Temperature Weather_OWM_Min_h39 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours39#min-temperature"}
Number:Temperature Weather_OWM_Min_h42 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours42#min-temperature"}
Number:Temperature Weather_OWM_Min_h45 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours45#min-temperature"}
Number:Temperature Weather_OWM_Min_h48 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours48#min-temperature"}
Number:Temperature Weather_OWM_Min_h51 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours51#min-temperature"}
Number:Temperature Weather_OWM_Min_h54 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours54#min-temperature"}
Number:Temperature Weather_OWM_Min_h57 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours57#min-temperature"}
Number:Temperature Weather_OWM_Min_h60 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours60#min-temperature"}
Number:Temperature Weather_OWM_Min_h63 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours63#min-temperature"}
Number:Temperature Weather_OWM_Min_h66 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours66#min-temperature"}
Number:Temperature Weather_OWM_Min_h69 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours69#min-temperature"}
Number:Temperature Weather_OWM_Min_h72 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours72#min-temperature"}
Number:Temperature Weather_OWM_Min_h75 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours75#min-temperature"}
Number:Temperature Weather_OWM_Min_h78 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours78#min-temperature"}
Number:Temperature Weather_OWM_Min_h81 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours81#min-temperature"}
Number:Temperature Weather_OWM_Min_h84 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours84#min-temperature"}
Number:Temperature Weather_OWM_Min_h87 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours87#min-temperature"}
Number:Temperature Weather_OWM_Min_h90 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours90#min-temperature"}
Number:Temperature Weather_OWM_Min_h93 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours93#min-temperature"}
Number:Temperature Weather_OWM_Min_h96 "Min [%.1f %unit%]" <temperature> {channel="openweathermap:weather-and-forecast:api:local:forecastHours96#min-temperature"}
I am using the items only for the widget in HABPanel
https://github.com/BasvanH/habpanel-widget-openweathermap
It say to set hours 96 and days to 1 for use with free API
It also say
Also, the temp_max and temp_min in the forecast are not the high/low temps for the day. They are the max and min temps within the city,
So
would be expected for most users
Apologies for late response. So is not possible to get max and min temp for my city?
Hi Rossko57, I am having the same problem - not able to load forecast data in Day increments, but I am not certain if your statement is correct. Here is why:
When i do a direct call https://api.openweathermap.org/data/2.5/onecall?lat=AA.AA&lon=BB.BB&appid=XXXXXX I do get the following:
daily
0
dt 1589796000
sunrise 1589769430
sunset 1589826492
temp
day 288.17
min 285.61
max 288.17
night 285.61
eve 288.17
morn 288.17
feels_like
day 283.78
night 283.32
eve 283.78
morn 283.78
pressure 1019
humidity 58
dew_point 279.98
wind_speed 5.21
wind_deg 276
weather
0
id 500
main “Rain”
description “light rain”
icon “10d”
clouds 100
rain 1.24
uvi 6.04
1
dt 1589882400
sunrise 1589855748
sunset 1589912981
temp
day 286.97
min 283.5
max 287.96
night 283.5
eve 287.16
morn 283.79
feels_like
day 283.23
night 280.17
eve 283.49
morn 281.3
pressure 1016
humidity 80
dew_point 283.67
wind_speed 5.57
wind_deg 277
weather
0
id 500
main “Rain”
description “light rain”
icon “10d”
clouds 98
rain 0.79
uvi 6.01
and yes, it is from the free service. The same goes for the hourly increments.
This is interesting since the page Members states what you mention (Hourly forecast: unavailable
Daily forecast: unavailable) about the free service, but on the Pricing - OpenWeatherMap it states otherwise.
So going back to my question, I am not sure why I can get the next days’ data directly with an api call, but not via the binding. I am sure I must be missing something, but I do not know what…
Here’s an example of what works:
Number:Pressure Pressure “Current barometric pressure [%.1f %unit%]” { channel=“openweathermap:weather-and-forecast:api:local:current#pressure” }
and what doesn’t:
Number:Temperature Tomorrow_Temp_Min “Minimum temperature for tomorrow [%.1f %unit%]” { channel=“openweathermap:weather-and-forecast:api:local:forecastTomorrow#min-temperature” }
From OpenWeatherMap own explanatory page
temperature
temperature.value
Temperaturetemperature.min
Minimum temperature at the moment of calculation. This is minimal currently observed temperature (within large megalopolises and urban areas), use this parameter optionally.temperature.max
Maximum temperature at the moment of calculation. This is maximal currently observed temperature (within large megalopolises and urban areas), use this parameter optionally.temperature.unit
Unit of measurements. Possilbe valure is Celsius, Kelvin, Fahrenheit.
Note that max and min are not about the range of temperature over time.
Note that max and min are not about the accuracy +/- of the given temperature
Note that max and min are about the expected range of temperature to be found at different points over a geographic zone, like a city.
Because nobody seems to understand this, OpenWeatherMap add some more explanatory text
Please, do not confuse min/max parameters in our weather APIs.
- In Current weather API , Hourly forecast API and 5 day / 3 hour forecast API - temp_min and temp_max are optional parameters mean min / max temperature in the city at the current moment just for your reference. For large cities and megalopolises geographically expanded it might be applicable. In most cases both temp_min and temp_max parameters have the same volume as ‘temp’. Please, use temp_min and temp_max parameters in current weather API optionally.
- In 16 Day forecast - min and max mean maximum and minimum temperature in the day.
We can look to see what kind of OpenWeatherMap reportsare supported by the binding. It tells us in the binding docs -
The second thing
weather-and-forecast
supports the current weather, 5 day / 3 hour forecast and optional 16 day / daily forecast services for a specific location. It requires coordinates of the location of your interest. You can add as manyweather-and-forecast
things for different locations to your setup as you like to observe. Attention : The daily forecast is only available for paid accounts
Just in case that’s wrong, we can check back at OpenWeatherMap -
16 day forecasts is available at any location or city. Forecasts include daily weather and available in JSON or XML format. It is only available for all paid accounts.
Note that the binding does not currently support the new “One Call” type offering from OpenWeatherMap.
Thank you for clarifying the issue, I must admit it was very confusing. As a side note, still, at least with the One Call type offering I do feel there is a mismatch with the description. The data I get back with a free call has an 8 day daily forecast (setting the count parameter to 16 does not change anything, btw) and examining the min and max values - they do closely match the day/morn values provided by the api as well, see below. So I would argue there is a way to get daily min/max values with a free api.
[{“id”:800,“main”:“Clear”,“description”:“clear sky”,“icon”:“01n”}]}],“daily”:[{“dt”:1589796000,“sunrise”:1589769430,“sunset”:1589826492,“temp”:{“day”:284.94,“min”:284.92,“max”:284.94,“night”:284.92,“eve”:284.94,“morn”:284.94},“feels_like”:{“day”:283.76,“night”:282.84,“eve”:283.76,“morn”:283.76},“pressure”:1019,“humidity”:93,“dew_point”:283.85,“wind_speed”:2.02,“wind_deg”:300,“weather”:[{“id”:500,“main”:“Rain”,“description”:“light rain”,“icon”:“10d”}],“clouds”:75,“rain”:2.02,“uvi”:6.04},{“dt”:1589882400,“sunrise”:1589855748,“sunset”:1589912981,“temp”:{“day”:287.41,“min”:283.26,“max”:287.66,“night”:283.26,“eve”:285.7,“morn”:283.92},“feels_like”:{“day”:283.57,“night”:280.41,“eve”:281.97,“morn”:281.24},“pressure”:1016,“humidity”:79,“dew_point”:283.89,“wind_speed”:5.82,“wind_deg”:284,“weather”:[{“id”:500,“main”:“Rain”,“description”:“light rain”,“icon”:“10d”}],“clouds”:95,“rain”:0.73,“uvi”:6.01},{“dt”:1589968800,“sunrise”:1589942068,“sunset”:1589999469,“temp”:{“day”:287.26,“min”:279.97,“max”:288.51,“night”:281.88,“eve”:288.16,“morn”:279.97},“feels_like”:{“day”:283.96,“night”:277.78,“eve”:284.27,“morn”:277.07},“pressure”:1020,“humidity”:57,“dew_point”:278.96,“wind_speed”:3.32,“wind_deg”:333,“weather”:[{“id”:500,“main”:“Rain”,“description”:“light rain”,“icon”:“10d”}],“clouds”:12,“rain”:0.24,“uvi”:5.37},{“dt”:1590055200,“sunrise”:1590028390,“sunset”:1590085956,“temp”:{“day”:286.24,“min”:278.11,“max”:287.22,“night”:279.42,“eve”:286.25,“morn”:278.11},“feels_like”:{“day”:281.11,“night”:274.87,“eve”:280.75,“morn”:275},“pressure”:1024,“humidity”:41,“dew_point”:273.38,“wind_speed”:4.52,“wind_deg”:347,“weather”:[{“id”:500,“main”:“Rain”,“description”:“light rain”,“icon”:“10d”}],“clouds”:22,“rain”:0.76,“uvi”:5.65},{“dt”:1590141600,“sunrise”:1590114714,“sunset”:1590172442,“temp”:{“day”:284.18,“min”:276.37,“max”:284.79,“night”:280.51,“eve”:284.79,“morn”:276.37},“feels_like”:{“day”:279.73,“night”:278.31,“eve”:281.38,“morn”:272.21},“pressure”:1027,“humidity”:58,“dew_point”:276.3,“wind_speed”:4.24,“wind_deg”:339,“weather”:[{“id”:802,“main”:“Clouds”,“description”:“scattered clouds”,“icon”:“03d”}],“clouds”:34,“uvi”:5.61},{“dt”:1590228000,“sunrise”:1590201041,“sunset”:1590258926,“temp”:{“day”:287.96,“min”:280.8,“max”:290.19,“night”:283.79,“eve”:289.67,“morn”:280.8},“feels_like”:{“day”:285.32,“night”:281.23,“eve”:287.56,“morn”:278.29},“pressure”:1026,“humidity”:50,“dew_point”:277.74,“wind_speed”:2.02,“wind_deg”:7,“weather”:[{“id”:800,“main”:“Clear”,“description”:“clear sky”,“icon”:“01d”}],“clouds”:8,“uvi”:5.84},{“dt”:1590314400,“sunrise”:1590287370,“sunset”:1590345408,“temp”:{“day”:287.48,“min”:282.32,“max”:287.48,“night”:282.32,“eve”:286.3,“morn”:282.59},“feels_like”:{“day”:283.79,“night”:279.79,“eve”:282.83,“morn”:281.23},“pressure”:1028,“humidity”:71,“dew_point”:282.41,“wind_speed”:5.01,“wind_deg”:303,“weather”:[{“id”:500,“main”:“Rain”,“description”:“light rain”,“icon”:“10d”}],“clouds”:100,“rain”:0.52,“uvi”:5.34},{“dt”:1590400800,“sunrise”:1590373702,“sunset”:1590431889,“temp”:{“day”:290.09,“min”:281.08,“max”:293.19,“night”:286.35,“eve”:292.94,“morn”:281.08},“feels_like”:{“day”:287.05,“night”:285.09,“eve”:290.18,“morn”:277.78},“pressure”:1033,“humidity”:56,“dew_point”:281.27,“wind_speed”:3.72,“wind_deg”:316,“weather”:[{“id”:800,“main”:“Clear”,“description”:“clear sky”,“icon”:“01d”}],“clouds”:0,“uvi”:5.45}]}
Sure, but the openHAB binding doesn’t currently support the One Call API, introduced just last month.
There’s nothing stopping you from enhancing the binding to do that.
It does look useful, with up to 1000 calls a day from free users.
https://medium.com/@openweathermap/new-one-call-api-for-essential-weather-data-73f4a2e4d45