naofireblade / homebridge-weather-plus

A comprehensive weather plugin for homebridge.
MIT License
311 stars 61 forks source link

Bump getLocationGeo to API v3.0 #250

Closed mcclurec closed 1 year ago

mcclurec commented 1 year ago

API v2.5 is deprecated. This bumps the call in getLocationGeo to v3.0 and centralizes the url into an apiBaseURL prop.

Should address Issue #244

maia commented 1 year ago

I'm looking forward to this merge. @naofireblade Are there any blockers keeping you from it? Thanks!

voydz commented 1 year ago

Same here.

naofireblade commented 1 year ago

I just have very limited time to test this. I can just do a small test and release a new version

naofireblade commented 1 year ago

Hi, i tried this just now before releasing. the api call 3.0 is not available for free, correct? So owm does not have any working api for free anymore? I will update the readme then.

naofireblade commented 1 year ago

Ok nevermind, they just required a payment method now but 1000 calls are still free.

naofireblade commented 1 year ago

Does getLocationGeo via oneCall API works for you? Cause it doesn't for me and per the specs onecall api does not support city or locationId. I will implement /geo/ call now.