ollilainen
ollilainen
+1, Unable to activate integration with 16 devices present on telldus api. Will make more than 10 req instantly. Since ha is importing tellduslive python package I think fix should...
I tried throttling workaround putting time.sleep(12) to _requests function on line 398 but still getting randomly errors from api. Even waiting 60sec after receiving status code 429 and then retrying...
### Retry workaround patch file https://github.com/molobrakos/tellduslive/blob/master/tellduslive.py diff --git a/tellduslive.py b/tellduslive.py index 508c253..a4076da 100755 --- a/tellduslive.py +++ b/tellduslive.py @@ -10,7 +10,7 @@ from requests_oauthlib import OAuth1Session sys.version_info >= (3, 0) or...
Tried throtting devices/list sensors/list device/info requests and did not find simple time interval when api would accept all requests. Practically all sensor data will be minutes late from HA when...