InfluxDB historical Data from ioBroker

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

There was an extensive guide, very detailed, on how to do that posted on these forums a few weeks ago.

Edit: Found it:

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.

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

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.