Please add minimal working example of project+influx.
Setup requires in-detail knowledge of how to setup everything starting from MQTT broker ending with configuring proper telegraf value types for MQTT scraper because using bash script as root listener callback is insecure/unappliable in case of userspace/docker deployment for reason of sendToInflux file forgery and token/password in-file hardcoding and unavailability of it in docker.
Current approach that I could figure out now is to use MQTT broker + docker-compose MiTemperature2 + Telegraf MQTT to automatically insert everything from MQTT to influx, but It took me 4 hours to setup single sensor temperature monitoring in docker compose
Please add minimal working example of project+influx.
Setup requires in-detail knowledge of how to setup everything starting from MQTT broker ending with configuring proper telegraf value types for MQTT scraper because using bash script as root listener callback is insecure/unappliable in case of userspace/docker deployment for reason of sendToInflux file forgery and token/password in-file hardcoding and unavailability of it in docker.
Current approach that I could figure out now is to use MQTT broker + docker-compose MiTemperature2 + Telegraf MQTT to automatically insert everything from MQTT to influx, but It took me 4 hours to setup single sensor temperature monitoring in docker compose