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
Is there any specific reason to limit the "reset after" for binary sensors to a maximum of 10 seconds ?
I have "presence" sensors who are not very good at their job and are more like motion detectors. They just send "1" to the bus when a movement is detected, but never a "0". So in config.yaml i had a "reset after" of 300s which simulated quite reliably a true presence detector.
Sadly, in UI the maximum is 10 seconds which does not work for me.
Any chance to upper that limit to something like 600 seconds ? Or remove the limit entirely ?
Thanks for your work. I really appreciate the KNX UI and i slowly convert everything from config.yaml to UI as soon as new device types are added ...
The text was updated successfully, but these errors were encountered:
Hi 👋!
The maximum of 10 was set in order to be able to show a usable slider selector.
This function was not really meant to be any sort of logic / timer / presence detector thing, but was initially intended to be able to support momentary switches or sensors (those that only ever send 1 - never 0). Meanwhile there are better ways to handle those things - so this is now mostly for backwards compatibility.
I think it would be ok to change it to a bigger upper bound, but then the slider would have to be replaced by a box selector.
If you like and if you are able to do some testing, go ahead and open a PR changing it. It would probably be somewhere here:
Hey,
Is there any specific reason to limit the "reset after" for binary sensors to a maximum of 10 seconds ?
I have "presence" sensors who are not very good at their job and are more like motion detectors. They just send "1" to the bus when a movement is detected, but never a "0". So in config.yaml i had a "reset after" of 300s which simulated quite reliably a true presence detector.
Sadly, in UI the maximum is 10 seconds which does not work for me.
Any chance to upper that limit to something like 600 seconds ? Or remove the limit entirely ?
Thanks for your work. I really appreciate the KNX UI and i slowly convert everything from config.yaml to UI as soon as new device types are added ...
The text was updated successfully, but these errors were encountered: