Tentaxi
December 15, 2025, 7:29pm
1
Hey Guys,
today i switched from ioBroker to HomeAssistant!
I already had an influxDB with Grafana on my ioBroker Instance, and i wanted to import the recent data of my influxDB which only stores my solarpanel values.
But at the moment I’m to dump too export it on the ioBroker influx and import it on HomeAssistant…
Can someone help?
Thank you verymuch
IOT7712
December 15, 2025, 11:51pm
2
There was an extensive guide, very detailed, on how to do that posted on these forums a few weeks ago.
Edit: Found it:
If you’ve had occasions when Home Assistant (HA) hasn’t been running, or you’ve had to recover from an earlier HA backup, or you’ve introduced new entities to replace existing entities, or you simply want to load historical data into Home Assistant such as for the Energy dashboard, then this thread covers the key approaches I developed to manipulate my HA entity statistics.
The headline is I have created 6 different scenarios of loading/manipulating Home Assistant history from different sources…
CSV format is very popular. Export from one and import to the other.
Hint: backup EVERYTHING before you start, in case you miss a comma, or something else that corrupts everything.
Alternatively, some fancy SQL hooked to both databases might be the way to go.
Tentaxi
December 17, 2025, 1:40pm
3
Hello there,
thank you very much for your answer.
I dont get the post… i exported it as csv. but i think i have to take some time to read and set it up.
thank you so much
IOT7712
December 18, 2025, 5:49pm
4
Manipulating database tables by guesswork is very high on my list of THINGS NOT TO DO list.
Be very sure of exactly what you are doing and have good backups to fall back on.
Hence the reams of advice in fine detail in the excellent guide I pointed to.