Smart Home Automation Forum
coding support - 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-A4 (https://www.kincony.com/forum/forumdisplay.php?fid=21)
+--- Thread: coding support (/showthread.php?tid=7274)



coding support - Salman - 12-27-2024

greetings,

I would like to do the followings
3 digital input and one digital output

the trouble that digital input 3 should be permissive low to activiate relay 1.
then I would  the software while the relay 1 is activiated, to monitor digital input 3.
if it is remain high, keep relay 1
if it is switch to low , de activate relay 1

if ( digital input 1 == high and digital input 2 == high and digital input 3 ==  low ( this is will be permissive signal ) )
digital output 1 == high

if ( digital input 1 = low and digital input 2== low )
digital output 1 == low

if ( digital input 3 == low )
delay 1 minute 
digital output 1 = low


RE: coding support - admin - 12-28-2024

you can download KCS firmware, set IFTTT. here is online guide of KCS v2: https://www.kincony.com/esp32-kcsv2-firmware.html