"republish_on_update": true #145
Unanswered
LFrank2021
asked this question in
Q&A
Replies: 2 comments 15 replies
-
|
Your assumption is correct, if it is not working that way we might see a bug. |
Beta Was this translation helpful? Give feedback.
11 replies
-
|
Am I maybe looking in the wrong place? Only seeing a few 'Implicitly converting value to' messages but no more mqtt_client outputs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is this a bug or am I misunderstanding this attribute?
I set "republish_on_update": true and was expecting that the plugin will send the data every 5 minutes.
That way I can get them via telegraf and process them into InfluxDB and display them through Grafana.
It worked once for all topics.
Right now only the "is_active" and "climatization_settings*" topics are visible in Grafana and get updated every 5 minutes.
Since those get updated successfully, I thought maybe the plugin only repulishes only these?
I just activated debug and will keep monitoring the logs.
I would expect a "mqtt_client:carconnectivity/xyz" every 5 minutes for all topics.
Any hints will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions