Ecobee Rate Limits
ecobee does not publish a single numeric per-minute request quota. Instead its documentation gives explicit polling guidance and per-request bounds. Callers should poll for thermostat changes no more frequently than once every three minutes - using GET /thermostatSummary to detect revisions and only fetching full thermostat objects when a revision changes - and should keep no more than two to three concurrent HTTP requests open at a time. Reports carry hard per-request limits: the runtime report is capped at 25 thermostats and a 31-day period per request.
Ecobee Rate Limits is the machine-readable rate-limit profile for ecobee on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, connections, thermostats, and minutes.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Smart Home, Thermostat, IoT, Rate Limiting, and Polling.