One Call API is included in the Free subscription with 1,000 API calls per day . Many other products are available in the same Free subscription, such as Weather Maps, Weather Alerts, etc.
That means you cannot do every-minute calls (1,440 per day). The code will have to throttled to check every 5 or 15 minutes.
A bonus would be if the integration is built like the dark sky sensor. Being able to select what to track, and giving a separate sensor for each day/condition combination really made it easy to set up automations based on certain criteria. This is how I used darksky, and would love something to be able to use as a drop in replacement.
I’d love to see this. It’s currently not possible with any built in HA integration to get a (meaningful) daily forecast for the UK. Was pointed at this thread from my comment on this here: Openweathermap forecasts not general daily forecast
The OneCall API supports a weather.description element which they say is comparable to the Dark Sky API’s Summary. So, when OneCall is adapted, I would think that works.
Hi,
I have implmented the One-Call Api in pyowm and I also planned to update the integration in HA, when the pyowm version 3 is released. At the moment we are testing the new feature. @freekode has done already the new required UI setup and some other great improvement in the owm integration. His PR is only waiting to be merged (https://github.com/home-assistant/core/pull/34659).
When the PR is merged, it takes me a couple of hours to implement it in the HA.
Great news, but if I get it right, this won‘t be in the next release.
This means we will have to wait a couple of weeks more.
Is it possible to release it as a custom component in hacs?
I don‘t see any reason to publish the integration in the meantime as custom component. I think publishing on hacs will make more confusion as it will help. Because then we have to different versions…