-
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 34 replies
-
You can't. Just ignore what you don't need. Still, you could reduce the amount by amending the rule to only update the display if the temperature value changes. In addition, there is a feature for displaying data from JSON without rules.... |
Beta Was this translation helpful? Give feedback.
-
same question. If I have multiple devices like this, I'm not sure if my fragile mqtt broker can handle it. |
Beta Was this translation helpful? Give feedback.
-
Thank you, this is useful to me. Tasmota/tasmota/tasmota_support/support_command.ino Lines 494 to 495 in 990a0e4 |
Beta Was this translation helpful? Give feedback.
-
The issue with the "spam" from MQTT has been resolved. What should be done to avoid spam:
|
Beta Was this translation helpful? Give feedback.
-
Thank you all! The problem is solved. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
The issue with the "spam" from MQTT has been resolved. What should be done to avoid spam:
The full command looks like this: USER_RULE2 "ON DS18B20#Temperature DO _DisplayText %value%^ ENDON"
After that, the MQTT spam stopped.