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
My OpenDTU successfully transmits its MQTT measurements via Telegraf into the the InfluxDB. Voilá.
However, I'm trying to grasp / match the settings in telegraf.conf with the MQTT topics of OpenDTU. It is still confusing me. Can somebody lighten it up please?
How to read the topics command? What does the + sign cater for?
tagsexlude ... As far as I understand the MQTT documentation there are no topics named "host" and "topic"?! So, does the tagexclude command in the code above make sense? And why exclude "host" and "topic" anyway if the topics-command before only covers "status" and "0/1/2" tags?
The topics-command covers input 0,1 and 2. OpenDTU speaks of up to 4 inputs. So, does the topic-command above actually miss input 3?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
My OpenDTU successfully transmits its MQTT measurements via Telegraf into the the InfluxDB. Voilá.
However, I'm trying to grasp / match the settings in telegraf.conf with the MQTT topics of OpenDTU. It is still confusing me. Can somebody lighten it up please?
According to https://github.com/Setcover/smarthome/blob/main/telegraf/telegraf.conf my telegraf.conf contains the following code:
My questions:
Beta Was this translation helpful? Give feedback.
All reactions