You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: