Posts: 9,125
Threads: 1,204
Joined: Oct 2020
Reputation:
236
you can write your own arduino code for that. our firmware mainly use for home assistant.
Posts: 2
Threads: 0
Joined: Feb 2025
Reputation:
0
hello admin,
I work myself through my brand new A6 modul.
Not easy, but with these sample code snippets its okay.
What I am missing are PINs to read the relais status.
(GND,0..5) In my last project i have used pushbuttons with LED backlight.
So I can control the relais's status via these LEDs.
Cheers Dutch
Posts: 9,125
Threads: 1,204
Joined: Oct 2020
Reputation:
236
KC868-A6 relay use by I2C chip PCF8574, not control by ESP32 pin directly.
Posts: 115
Threads: 7
Joined: Jan 2025
Reputation:
6
A minor change request, for the KCS firmware in the IFTTT section rename "Run" to "Test". It's not clear what "Run" does while "Test" makes it more obvious what's happening. Also in the documentation mention that what clicking it does is execute the THEN part of the IFTTT rule, so if the rule is IF ( conditions ) THEN ( outputs ) then clicking "Test" triggers the "outputs" part of the rule.
Posts: 115
Threads: 7
Joined: Jan 2025
Reputation:
6
Thanks! Will these changes also be made in KCS v2 or is future development for KCS v3 only?
Posts: 9,125
Threads: 1,204
Joined: Oct 2020
Reputation:
236
for KCS v3 only. in future will develop based on KCS v3, v2 use by ESP32 chip, no free memory almost.
Posts: 115
Threads: 7
Joined: Jan 2025
Reputation:
6
Another minor correction, this time in the documentation, for the KCS firmware the OUTPUT web page shows "Delay Time (1-255)", an 8-bit counter, but the actual firmware has a 16-bit counter so it should be "Delay Time (1-65535)".