Page 1 of 1
Recommendations to Replace Darksky API
Posted: Thursday 02 April 2020 10:29
by tmh88
Now that Apple have purchased Darksky and they have announced API support will end in 2021. can anyone recommend a free to use API?
Thanks
Re: Recommendations to Replace Darksky API
Posted: Thursday 02 April 2020 11:15
by MikeF
Try OpenWeatherMap
https://openweathermap.org/api - I've just set it up on my system.
Re: Recommendations to Replace Darksky API
Posted: Thursday 02 April 2020 15:03
by tmh88
just signed up and got an API key, im now getting an error in domoticz log saying
2020-04-02 14:00:59.554 Status: OpenWeatherMap: Started
2020-04-02 14:01:04.622 Error: OpenWeatherMap: Error getting http data!
any Ideas?
Thanks
Re: Recommendations to Replace Darksky API
Posted: Saturday 04 April 2020 11:16
by Bartjo
Try using city and country code instead of lat/lon coordinates. Even though the Domoticz interface hints you can use coordinates, and the OWM allows you to do so, the implementation in Domoticz is broken.
So use, for instance: amsterdam,nl
Re: Recommendations to Replace Darksky API
Posted: Saturday 04 April 2020 11:38
by tmh88
Bartjo wrote: ↑Saturday 04 April 2020 11:16
Try using city and country code instead of lat/lon coordinates. Even though the Domoticz interface hints you can use coordinates, and the OWM allows you to do so, the implementation in Domoticz is broken.
So use, for instance: amsterdam,nl
Thanks thats sorted it
Re: Recommendations to Replace Darksky API
Posted: Saturday 04 April 2020 11:41
by Bartjo
tmh88 wrote: ↑Saturday 04 April 2020 11:38
Thanks thats sorted it
I just found that you can actually use coordinates, but you have to format them like this:
lat=52.356485&lon=4.993455
Re: Recommendations to Replace Darksky API
Posted: Tuesday 14 April 2020 18:22
by domotica22
tmh88 wrote: ↑Thursday 02 April 2020 15:03
just signed up and got an API key, im now getting an error in domoticz log saying
2020-04-02 14:00:59.554 Status: OpenWeatherMap: Started
2020-04-02 14:01:04.622 Error: OpenWeatherMap: Error getting http data!
any Ideas?
Thanks
Hi! I'm just putting in my first baby steps into the world of domotica, and have only my smart meter (p1) just attached to my raspberry...Which API key is recommended to request into the domotica hardware device? Is there a tutorial where I can follow some steps? The (free) options are: Current weather data and One Call api..
Thanks in advance!
Domotica22
Re: Recommendations to Replace Darksky API
Posted: Sunday 02 August 2020 22:34
by kiddigital
Of all the different 'free' weather services, it seems that Open Weather Map is one of the last remaining really free ones (for personal use at least).
As the current Open Weather Map implementation in Domoticz was not optimal and not using the latest API's, I created a updated version (
see this Pull Request). If/once approved, it will make its way into the next beta version and hopefully some time later into the main version.
Feel free to add comments/suggestions/bugreports/etc.