Hi, my hard drive filled up and temperature data logging to influxdb via openhab2 (mqtt) was stopped for a few days. I actually have the values stored in my syslog so I wanted to put them back in the database manually.
I understand there is a curl command to do this, but I am reluctant to play with it too much since I am scared of corrupting the database!
If a kind person would mind guiding me through this I would be very grateful.
To describe how it’s set up:
My database is called openhab_db, username admin, and is password protected.
If I use
SHOW MEASUREMENTS
I get
Room1Temp
If I use
SELECT * FROM Room1Temp WHERE time >= ‘2019-10-31T00:00:00Z’ and time < ‘2019-11-03T00:00:00Z’