avryhof / ambient_api

Python module for accessing the Ambient Weather API
MIT License
31 stars 18 forks source link

Update interval erratic #10

Open woodyl opened 3 years ago

woodyl commented 3 years ago

I'm using this endpoint: 'https://api.ambientweather.net/v1'. The data update intervals I'm seeing are erratic. They range from 5 minutes to 10 minutes or more. Is there another endpoint that provides more frequent updates? Is there another way to get more frequent and predictable updates?

avryhof commented 3 years ago

This is just a client library, I don't maintain the API endpoints.

The full API documentation is at https://ambientweather.docs.apiary.io/#

I do know that in the Facebook group for the API, I do see a lot of reports about data issues, so I wouldn't trust this API for anything more than hobbyist ventures.

woodyl commented 3 years ago

OK, thanks. The documentation is unclear on that. It mentions a "/devices" endpoint that provides more frequent updates, but it doesn't really spell out how to use it. I can set the endpoint to 'https://api.ambientweather.net/v1/devices' and it works, but it seems to have about the same update interval as 'https://api.ambientweather.net/v1'.