Hey
On the openweathermap website they say that forecasts are included into free plan. See below:
But there are no forecasts when I added openweathermap device into Hubitat. I can see only:
What's wrong?
Hey
On the openweathermap website they say that forecasts are included into free plan. See below:
But there are no forecasts when I added openweathermap device into Hubitat. I can see only:
What's wrong?
The device only brings back the attributes but you can use the API Key to bring back more data in either JSON or XML formats. As an example http://samples.openweathermap.org/data/2.5/forecast?q=London,us&mode=xml&appid=439d4b804bc8187953eb36d2a8c26a02
will bring back:
Yeah I know. But is there a way to use this data somehow in Hubitat?
Haven't played around with RM enough to understand its limitations yet, but do know that webCore could be used to do an HTTP request and parse the result for actions to be taken.
Thank you. I will take a look.
Anyone else knows simplier solution?
But Hubigraph can only log the values and show them nicely.
I want a forecast for the future not the log of the history weather.
What driver are you using? I have a three day forecast showing here.
Driver here
I use the same driver but I don't get those nice graphics what am I missing?
I am using built-in Hubitat Openweathermap driver.
I created virtual device openweathermap type and added API key.
I will check your driver
Ya I have that but it's still not that pretty must be my dashboard settings.
I do it looks like what you just put there.
Thanks a lot!
I have checked your driver and IT IS AWESOME!
I'd love to take the credit for it, but far better people than me developed this.
Thank @Matthew for the great work