I now have a project about smart air conditioners, hoping to control the central air conditioner through the nest thermostat. I hope that when the data of the nest thermostat changes, it can be monitored and fed back to the central air conditioner in a relatively short period of time, so I will get the data of the nest device every 3 seconds.
This is to get the API: https://smartdevicemanagement.googleapis.com/v1/enterprises/projectID/devices. But it prompts 429 errors.
After checking the official documentation, I learned that Google API has a default user and rate limit (10/min), and you need to apply for business development to increase the limit. I tried to apply for business development many times, but there was no reply. I don’t know what to do next.
This is Google’s default limit:enter image description here
how can I increase my limit? Or what can be done to achieve real-time data synchronization between the nest thermostat and the air conditioner (control within a few seconds)? If you can give me some suggestions or solutions, I would be very grateful.