How to access HomeAssistant's InfluxDB from R
I’m running a HomeAssistant instance at home. I’ve configured it to log data into an InfluxDB database, so I can retrieve historical data for analysis later on. In default mode HomeAssistant would aggregate historical data for storage reasons.
So now I want to access the InfluxDB database from R to perform custom analyses.
HomeAssistant is still using InfluxDB version 1. To connect to InfluxDB from R,
I thought I can use the influxdbr package. But I got some errors because
this package seems to be outdated.