You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Export from Netatmo server:
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.
The text was updated successfully, but these errors were encountered:
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
Export from Netatmo server:
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.
The text was updated successfully, but these errors were encountered: