Martin Stingl looks for some data:
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
influxdbrpackage. But I got some errors because this package seems to be outdated.
Read on for the error message and how Martin was able to get around this. H/T R-Bloggers.