pimoroni / enviro

MIT License
101 stars 79 forks source link

only the readings from time of the upload are shown #105

Closed taisau closed 1 year ago

taisau commented 1 year ago

Intermediate data readings are not shown when posting to influxdb and viewing with grafana. Only readings from the time of the upload are shown. I suspect the timestamps in the readings files are not used or invalid, so influxdb assigns its timestamp to all the files uploaded at one time.

MrDrem commented 1 year ago

This is resolved by commit d8da4d3 and mentioned in issue #73