Hi,
is it possible to add some sensor data with timestamps?
Background:
There is an raspberry, which is collecting some sensor data. Normally the data is published directly via MQTT to the Pimatic server.
The problem is the internet connection. Sometimes there is no connection for a few hours, so a data cache is needed. The plan is to write a log file on the raspberry and sync it the an file on the server (are the any tools/scripts known). After each transfer, all new data points should be added to the pimatic database, is that possible
An other idea: running a second lightwight Pimatic on the Raspberry and sync the device data if there is an connection between them.
Thanks for idea,
Hannes