Smart Home Automation Forum
Digital Input de-bounce - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A6 (https://www.kincony.com/forum/forumdisplay.php?fid=22)
+--- Thread: Digital Input de-bounce (/showthread.php?tid=9422)



Digital Input de-bounce - l0v4szl - 06-01-2026

Hello!

I have a Kincony A6 V 1.4Sp motherboard.
I collect pulses from water meters on the Digital input and process them with domoticz.
These operate with reed sensors and there is noise in them.

Can I count on firmware that handles de-bounce? I would need a value of 1000ms.

Is there any input on the device in ESPeasy where a pulse counter can be recognized via GPIO?

Thank you!


RE: Digital Input de-bounce - admin - 06-01-2026

you can config by esphome, that have debounce option.
only KCS v3 have debounce option, just need use by KC868-A6v3 pcb.


RE: Digital Input de-bounce - l0v4szl - 06-01-2026

(06-01-2026, 09:34 PM)admin Wrote: you can config by esphome, that have debounce option.
only KCS v3 have debounce option, just need use by KC868-A6v3 pcb.

ThankYou