Seems like Apple bought Dark Sky and APIs will stop eventually :
Our API service for existing customers is not changing today, but we will no longer accept new signups. The API will continue to function through the end of 2021.
I’m not sure what Apple’s game plan is here. Usually you don’t acquire a company and piss off a large contingent of users the same day it’s announced. That’s something you do quietly a few weeks later when no one’s paying attention
Welp, time to go build my own weather station I guess. Or maybe it’d be better to spend the time going back to NOAA. At least they can’t be bought out by anyone.
And I paid their yearly subscription on the Android app. At least I’ll get a refund for my subscription.
To add insult to injury, the DarkSky app on my Android phone just had a notification saying “To continue enjoying our service upgrade to the newest app.” I’ve never been much of a fan of Apple products but this is just insulting. Guess I’m not getting a Mac when the lease on my work computer expires after all, not that they care. I was merely annoyed before but now I’m pissed.
That’s the NOAA REST API and I did a bit of initial work on it using the HTTP binding you can find at Which weather binding to use - #27 by rlkoshak. I abandoned the work when parsing the forecasted precipitation became challenging and then the excellent OpenWeatherMap and DarkSky bindings were released. I’m going to switch over to OpenWeatherMap for now (It’s a really easy switch as both have basically the same Channels) but their predictions and conditions for my area are not as accurate as others. NOAA should be pretty good because I believe they have a lot of sensors at the Air Force Academy that isn’t too far away.
But as Bruce points out, for sunrise and sunset the Astro binding is excellent.
I wasn’t sure if you already knew or not but OpenWeather is offering a new One Call API. It gives current weather, hourly and daily forecasts in one API response.
Free access to 1,000 API calls per day.
@Chris_Martus Goods news are the new OWM One Call API delivers sunrise/sunset data too, thus it is possible to create the same openHAB trigger for them like we have in the Darksky binding.
@rlkoshak Did you find any channel missing for OWM binding which is available on DarkSky binding? If so I will try to add it. There is a complete mapping available.
I don’t use all the the channels so I can’t say. What I need is there in both bindings and they are basically identical in use so it is very easy to switch between the two. My biggest problem with OWM is the temp readings and forecast were not as accurate for my area as DarkSky. They OWM binding is excellent though.
Goods news are the new OWM One Call API delivers sunrise/sunset data too, thus it is possible to create the same openHAB trigger for them like we have in the Darksky binding.