pimoroni / enviro

MIT License
101 stars 79 forks source link

No longer uploading to adafruit.io #183

Open chriswilson2020 opened 1 year ago

chriswilson2020 commented 1 year ago

Something broke last night, all three of my enviro boards are not uploading data to adafruit.io. Two of the boards in NL one in UK. Didn’t manage to see the logs yet. These boards have been working fine for a few months. My other sensor boards running wipper snapper and my own code work on the same WiFi connections and stream data with no issues. No battery issues as all run off mains. Reset the enviro boards reprovisioned no luck. Provisioned a brand new enviro urban out of the bag and same thing it doesn’t upload anything and it also doesn’t make the feeds in the enviro group.

sjefferson99 commented 12 months ago

I don't know much about adafruit.io but when I used it briefly I was on the free account which is rate limited pretty low. Is it possible you've hit the rate limit, perhaps if they were interrupted and had to catch up as they upload readings serially until cleared?

Otherwise it will be checking the logs and if they are not helpful, I suggest making the calls in the enviro code using curl or adjusting the enviro code to log the request return information more verbosely to get the server error. Assuming you're getting as far as attempting an upload and it's not an error further up.