Smart Home Automation Forum
"KCS" v2.1.9 firmware BIN file download - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: "KCS" firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=40)
+--- Thread: "KCS" v2.1.9 firmware BIN file download (/showthread.php?tid=3330)

Pages: 1 2


RE: "KCS" v2.1.9 firmware BIN file download - fmcwb - 11-20-2023

Dear Admin,

Is possible reading inputs to be store in a variables? Or global variables?

This data in variable can be used in IFTTT logic.

Example: Read status for inputs DI1 and DI2 and store to variables Input1 and Input2, read ADC1 voltage to store in ANALOG variable.

Thank You.


RE: "KCS" v2.1.9 firmware BIN file download - admin - 11-20-2023

firmware not support variable, but you can config IFTTT command compare with a data.


RE: "KCS" v2.1.9 firmware BIN file download - fmcwb - 11-21-2023

(11-20-2023, 10:32 PM)admin Wrote: firmware not support  variable, but you can config IFTTT command compare with a data.

Hi Admin.

Please, can you post an example for compare with data?

Thank you.


RE: "KCS" v2.1.9 firmware BIN file download - admin - 11-21-2023

do you want use by sensor? such as temperature? or other analog sensor?


RE: "KCS" v2.1.9 firmware BIN file download - fmcwb - 12-07-2023

(11-21-2023, 10:18 AM)admin Wrote: do you want use by sensor? such as temperature? or other analog sensor?

Hi Admin... I use LDR as light sensor, by voltage variation is night, day (in the day what luminous changes).

+3,3V--------\/\/\/\/\----------O-------------> IA1
                     LDR                |
                                           |
                                           #
                                           # 1kohms
                                           #
                                           |
                                        ____ GND

This configuration, (IF) AI1 <= value, (DO) DO1 to ON working fine.

I don´t make work configuration using TIME inpit. I try to use IFTTT edit an DI1 and TIME function to set DO1, but the time comparison not work (set 18:00 hrs and change intern current time board 17:59 -> 18:00), I set all flags of week time days (SUN, MOR,..., SAT), but unsucefull.

Examples of configurations would be interesting.

I suggest have a 8/16 booleans memory flags and 8bit memory for analog variables it would be really good, a plus.

Thank You!


RE: "KCS" v2.1.9 firmware BIN file download - admin - 12-07-2023

if use this case, maybe ESPHome is better, you can config yaml for this will be easier.
now KCS almost used full of memory, it's too much function inside.