On Thursday, October 29, 2020 at 1:57:27 PM UTC-7, [email protected] wrote: > > Is it possible to upload historic data from the Sqlite3 database into the > InfluxDB server. I'm using the InfluxDB for Grafana > > > Anything is possible if you write the software :-)
FWIW, I fed influxdb pretty reliably by having weewx publish to MQTT, and using telegraf to subscribe to the topics and feed influxdb. That way you don't need to write any software. That covers from 'now' moving forward. Now if you also want your old archive data (or summary data, or both?) then you have to find/write something. A google search of "import sqlite3 to influxdb" looked pretty promising to me at a cursory read of a few of the first hits that come back from google. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1f6ed404-2ef9-4aab-9243-0decadf64313o%40googlegroups.com.
