-
-
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] Camera event not systematically updated #12699
Comments
@clinique : thiis might be the code you added to filter already handled events? |
Looking at the logs, I can see that the last event was updated (video status) but keeping the same timestamp:
I think the bug is at this line (updated events are ignored): |
Fix openhab#12699 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix #12699 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix openhab#12699 Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Marc Fischer <marc.fischer2@bosch.io>
Fix openhab#12699 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
Fix openhab#12699 Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Fix openhab#12699 Signed-off-by: Laurent Garnier <lg.hc@free.fr>
While testing #12698 I encountered the case where the last event was not updated.
First the channels were updates while the video was recording. At next poll, the event was unchanged in UI (video recording) while the API returned the event with video status being now available. Even after another poll, the channels were not updated.
I was even able to reproduce it.
@clinique: any idea ?
The text was updated successfully, but these errors were encountered: