You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My WIFI network is working perfectly and all my other devices connect 100%. SSID and password have been checked to be correct many times.
This from earlier in the log:
connecting to wifi network 'MyNetwork'
2023-12-29 18:15:06 [info / 134kB] - ip address: 192.168.0.44
2023-12-29 18:15:07 [info / 127kB] > uploading cached readings to Adafruit.io: XYZ
The rate limiting is a limit to how many submissions you can make to the adafruit API per hour. For the free version I think it's something small like 10. With the setting you have I suspect it's from repeatedly resetting the board to try and troubleshoot the network issues. You should find this error goes away once left to settle down assuming you keep the uploads to fewer than the free tier rate limit.
The latest release does not incorporate a number of improvement and fixes that are still stuck as pull requests. One of these addresses a number of networking issues and may fix yours. If you can run the code in PR #199#199 you might find the network behaves better.
Been trying to run a weather station for some time now but am getting the following errors.
My WIFI network is working perfectly and all my other devices connect 100%. SSID and password have been checked to be correct many times.
This from earlier in the log:
So then it connected fine but it will not later?
The other error is
What is "rate limited" and why would I get that error? reading_frequency = 15 and upload_frequency = 3
The text was updated successfully, but these errors were encountered: