11-13-2023, 06:31 AM
(This post was last modified: 11-13-2023, 06:40 AM by KinCony Support.)
(11-12-2023, 08:59 AM)engmohades Wrote:(11-11-2023, 12:37 PM)admin Wrote: not use 1 IFTTT command. create 2 IFTTT command, one is for ON, another is for OFF.
I used 2 of the IFTTT as shown in the previous attachment.
1- IF INPUT1 True and INPUT2 false THEN TUREN ON OUPUT1. ( using and condition )
2- IF INPUT1 True and INPUT2 True THEN TUREN OFF OUPUT1. ( using and condition )
3- IF INPUT1 false OR INPUT2 True THEN TUREN OFF OUPUT1. ( using or condition )
i check the the problem.disconnect IN1 and GND,the states is False,connect IN2 and GND,the states is True;so if you want " 1- IF INPUT1 True and INPUT2 false THEN TUREN ON OUPUT1. ( using and condition )",then you should connect like my photo(short connect IN2 and Gnd at first);
IN1 True ---the initial value must false(disconnect IN1 and GND)
IN2 False---- the initial value must true(short connect IN2 and GND)