I have seen that frenckās spook integration has a service for that - However, no guarantee this works.
frenck has a lot of disclaimers for that integration.
I will be testing this in the next week as I think this will be the best way back from postgresql to sqlite.
Did you have any success with the Recorder service from spook integration? Iām currently trying to āimplementā process for manually entering values from my energy/water meters and I usually only do that when I feel like. (But itās usually at least once a month.)
Problem is that when I enter the meter value, the increase of the value shows in the Energy dashboard as a consumption for the time of the entering of the value.
What Iād like to do to split the current value into multiple data points in history between the previous and current readouts.
For example:
I did a readout on 1st: 1000 then next on 5th I enter value of 1400 and Iād like to automatically fill the history with values for 2nd = 1100, 3rd = 1200, 4th = 1300. Whit my goal to have continuous graph for monthly consumption in the energy dashboard in case I for example miss a month.
I have a weather station for more than a year that is connected to wundergroud and HA, but because āāreasonsāā I have a pretty new Home Assistant installation, so all the data gathered in HA for temp sensors was lost. Iāve created a script to pull data from WU website and generated the data needed for Spook Recorder Statistics. I leave you a screenshot here. There were around 36k rows in data section. It worked as magic!
when I exported, some āunitlessā counter came with a blank unit in the tsv, the import failed on that, I guess I can just enter whatever and tell the GUI to assume target unit
It seems to take some time for the data to be uploaded into my external mariadb. But when I go to the āHistoryā page I can see the data after a few seconds/minutes. The statistics db takes a bit longer . No idea where the data goes in the meantime.
Anyway I was happy to find that integration. YMMV, BoL.