arduino-influxdb
arduino-influxdb copied to clipboard
Simple script for reading data from Arduino's serial line and sending them to InfluxDB
I have been using your script for a few years now and it did me great service. Thanks for creating it. Recently I had to change my setup and I...
I've been using your collect script for a number of months now to track the temperatures in a ventilation system and it work quite well but there is one problem...
Sometimes a device is pre-programmed and can't provide data in Influxdb's line format. Or corrections are needed as in #8.
This affects both the on-disk database (where this might be sometimes desired), as well as the default `:memory:` one, which can lead to [OOM](https://en.wikipedia.org/wiki/Out_of_memory) crashes.