sensebox / openSenseMap-API

API for opensensemap.org
https://docs.opensensemap.org/
MIT License
48 stars 41 forks source link

Post from non-senseboxes #187

Closed ways closed 3 years ago

ways commented 5 years ago

I couldn't see this info on github or the website.

Is it ok to register an account and start pushing data from a DIY box, not a sensebox? I have the Nova Fitness SDS011 sensor connected to an ESP and wondered if I should push measurements to you.

ubergesundheit commented 5 years ago

sure! openSenseMap is open to everyone!

Check out https://docs.opensensemap.org for our REST API documentation. Please note we have a rate-limit in place, so please use the postNewMeasurements endpoint.

schwukas commented 3 years ago

It would be interesting to know what the actual limits are, just to avoid nasty surprises in the future :)

ubergesundheit commented 3 years ago

We're enforcing rate limits on all routes starting with /boxes for POST requests. Each IP can issue 15 requests per minute before being limited

mpfeil commented 3 years ago

Going to close this issue. It was open for some time and @ubergesundheit answered the question. Feel free to open up a new issue or this one if there are more questions.