Open kusanghi opened 4 months ago
Adding the header is not that difficult, but the error message does not show any reference to the header. It is about the api requests limit. Are your sure this isssues is fixed by the header? don’t we need to add some call limiter ?
There is some API key, when the data returns "TooManyRequests", just increase the polling time. There are some API Keys (possibly old accounts), the returned data is limited, and requires the use of gzip
As gzip already seems to be set with all requests. The cause is probably something else, like the rate limit you mentioned. Are you aware of the actual rate limit rules?
Hi all,
Error API limit connection to Sensibo server, I am using OH version 4.2.0.
In recent updates of Sensibo, in addition to the time limit for sending to the server, sensibo requires the transmission parameter of the HEADER to have "Gzip" Sensibo API :
On Postman, I tried adding this parameter and it worked.