-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[netatmo] Room-Thing offline after restart #13467
Conversation
Signed-off-by: clinique <gael@lhopital.org>
This solves also these warning raised at OH startup:
|
Signed-off-by: clinique <gael@lhopital.org>
@clinique - if you change "Solves issue" to "Resolves" in the PR description, the issue will be automatically linked and closed upon PR completion. :) |
To be clear: "Resolves #xxxxx", not "Resolves issue #xxxxx" - still not linked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you
I've got another issue to fix. From time to time API does not answer to camera pings (TimeoutException, most of the time in the middle of the night) and then the binding goes on error. I'll study this once this PR is available to see how it behaves. |
I see nothing new in that PR that could avoid reaching the API limit. |
Sorry. Misunderstood. It not meant to avoid reaching API limit but rather handle it more gracefully |
So we agree. |
* Correcting issue by late loading of the capability. * Handle MAXIMUM_USAGE_REACHED at ApiBridgeHandler level. Signed-off-by: clinique <gael@lhopital.org>
* Correcting issue by late loading of the capability. * Handle MAXIMUM_USAGE_REACHED at ApiBridgeHandler level. Signed-off-by: clinique <gael@lhopital.org>
* Correcting issue by late loading of the capability. * Handle MAXIMUM_USAGE_REACHED at ApiBridgeHandler level. Signed-off-by: clinique <gael@lhopital.org> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
* Correcting issue by late loading of the capability. * Handle MAXIMUM_USAGE_REACHED at ApiBridgeHandler level. Signed-off-by: clinique <gael@lhopital.org>
* Correcting issue by late loading of the capability. * Handle MAXIMUM_USAGE_REACHED at ApiBridgeHandler level. Signed-off-by: clinique <gael@lhopital.org>
* Correcting issue by late loading of the capability. * Handle MAXIMUM_USAGE_REACHED at ApiBridgeHandler level. Signed-off-by: clinique <gael@lhopital.org>
Correcting issue by late loading of the capability.
Resolves #13403
Signed-off-by: clinique gael@lhopital.org