Hello everyone, I am trying to use Telegraf to monitor the temperature of my Raspberry Pi.
I have previously been using a custom script and [[inputs.exec]] to collect the temperature data (more info at GitHub - TheMickeyMike/raspberrypi-temperature-telegraf: Collect RaspberryPi CPU and GPU temperature with telegraf).
In Telegraf version 1.8.0, I found that a temperature plugin has been added (telegraf/plugins/inputs/temp at master · influxdata/telegraf · GitHub). I have been trying to use this plugin to collect temperature data, but it doesn’t seem to return any data nor does it throw up any error messages. Does anyone know if this plugin is supported on the Raspberry Pi?