I'm looking to be able to log a modest amount of data without leaving the local environment (i.e. not going to the internet).
My goal is to capture enough data to see how my sensors are working and how I should setup rules. I would expect the data to be simply logged not analyzed, I would do that in excel.
In my imagination I would think writing to a USB stick connected to the other port on the Hubitat hub would be ideal. I don't know if this is even supported.
My other thought is to write to an SD card connected to an ESP8266. This I might even be capable of accomplishing (I'm not a programmer but can often stumble through enough to get by).
I have been using https://corlysis.com/ to meet this need. I used to run influxdb and grafana on a local RPI but this outsource made sense for me to take one more "custom" thing out of the equation to maintain.