I'm working on getting InfluxDB integration working. I have existing Grafana and InfluxDB Docker containers running, so that part was easy. I selected a single HS device (outdoor temperature) and checked the "i" column. When I went to the History page, I didn't see anything when I clicked "Show Selected InfluxDB Device History", so to get more information I also checked the "d" column to see if any value change were occurring.
I am seeing records written to SQLite, but not to InfluxDB. The database I specified at the top of the History page did get created on my InfluxDB server, so it seems that there are no permission issues. There are no messages in the log relating to this. Any suggestions on how to troubleshoot?
I am seeing records written to SQLite, but not to InfluxDB. The database I specified at the top of the History page did get created on my InfluxDB server, so it seems that there are no permission issues. There are no messages in the log relating to this. Any suggestions on how to troubleshoot?
Comment