Skip to content
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

API - problem with 10 min old data #23

Open
S474N opened this issue Feb 14, 2022 · 1 comment
Open

API - problem with 10 min old data #23

S474N opened this issue Feb 14, 2022 · 1 comment

Comments

@S474N
Copy link

S474N commented Feb 14, 2022

Need real time loging and my inject trigger plugin every 2 min. Have check control to timestamp, to prevent store duplicate data.

Payload is same for 10 minutes (as you can see on timestamp in msg.payload.devices[0].last_status_store). But data are stored on server Netatmo every 5 minutes (as you can see, if you make export from NA server).

Timestaps - first is timestamp from payload, second is current date/time
image

Export from Netatmo server:
image

As you can see on screenshot, the first time in payload is 11:58 (tested at 12:07), next timestamp in payload 12:08 - via API. But in server is also measurement at 12:03.

@S474N
Copy link
Author

S474N commented Feb 14, 2022

So ok, this is feature from API:
https://dev.netatmo.com/apidocumentation/weather

Keep in mind that data are measured every 5 minutes by the modules and sent to the servers every 10 minutes.

But is the way to retrieve data via plugin or another way to solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant