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
I am using the software. But there are 10-20 updates every second via MQTT. These almost always affect the "sensors" and "controls".
Is it possible to extend the software so that you can set a minimum time period in which the updates take place? For example, only every 5 or 10 seconds?
Thank you very much for your help and I am very happy about this software.
The text was updated successfully, but these errors were encountered:
You have to find all similar sensors and remove the first definition. Only definition with slow_down should remain.
You can also change parameters for slow_down function
timeout (in seconds - how often the value should be reported) and treshold ( by what fraction the value must change to be reported)
Hello
I am using the software. But there are 10-20 updates every second via MQTT. These almost always affect the "sensors" and "controls".
Is it possible to extend the software so that you can set a minimum time period in which the updates take place? For example, only every 5 or 10 seconds?
Thank you very much for your help and I am very happy about this software.
The text was updated successfully, but these errors were encountered: