Hello. I have a problem with the OpenWeatherMap binding.
I could not find the minimum and maximum temperatures for today. In PaperUI for this binding there are no channels with minimum and maximum temperatures… What am I doing wrong?
Number:Temperature localDailyForecastTodayMinTemperature "min Temperatur heute [%.1f %unit%]" <temperature> { channel="openweathermap:weather-and-forecast:local:local:forecastToday#min-temperature" }
Number:Temperature localDailyForecastTodayMaxTemperature "max Temperatur heute [%.1f %unit%]" <temperature> { channel="openweathermap:weather-and-forecast:local:local:forecastToday#max-temperature" }
Yes, I saw it in the documentation. But I am surprised at the lack of them in PaperUI.
The OWM binding has been changed recently, I guess you will only see all new parameters with some recent snapshots or the latest milestone build.
Edit: from the docs it should be available in the stable release, too.
I opened a list of all channels. And the browser search does not find the text “Minim” or “Maxim” among them.
Channels sections:
Weather Station
Current Weather
3 Hours Forecast
6 Hours Forecast
9 Hours Forecast
12 Hours Forecast
15 Hours Forecast
18 Hours Forecast
21 Hours Forecast
24 Hours Forecast
And there is not a min or max among them.
Then you need to upgrade to the latest owm snapshot binding.
https://ci.openhab.org/job/openHAB2-Bundles/org.openhab.addons.bundles$org.openhab.binding.openweathermap/
I really do not want to install non-stable versions of bindings… We’ll have to wait, apparently.
Just a silly question:
Is this very new and where I can read about it ? Or is it for the rentable version only ?
Thx for reply, but it’s not the answer I expected. I’m on OH 2.5M1
I’m using the free Api-Key and didn’t find any daily summarizing values in it. So is this very, very new ?
At the moment I’m using my own rule to calculate min/max/avg Temperatures and it taks up to 2 Minutes if calculation is done for all items (from …3 to …120). So if this could be done now easier, me and my RasPi would be happy.
Cheers,
Peter
You need to read all the way down to the bottom, there are 262 posts in that thread:
thx, again, but if you can see, I have some posts in it too.
Cheers,
Peter
This is min/max for today from snapshot #1549:
One last question: Is snapshot #1549 higher than OH2.5M1 ? So if it is, I will wait as @makon (Sorry for this Dummy-Question)
Thx in advance,
Peter
Yes, newer.
Sorry, but I have to ask one more question. Are you using paid/rented account or free one ? If you’re using the free one, can you give me your Things-SetUp ?
Mine looks like this:
Bridge openweathermap:weather-api:api "OpenWeatherMap Account" [apikey="Mein_Api-Key_1-32", refreshInterval=30, language="de"] {
Thing weather-and-forecast local "Local Weather And Forecast" [location="xx.xxxxxx,y.yyyyyy,502", forecastHours=120, forecastDays=0]
Thing uvindex local "Local UV Index" [location="xx.xxxxxx,y.yyyyyy", forecastDays=7]
}
Thx in advance
Peter
Sorry, I’m not using any manual things files … everything is set up via GUI.
Yes.