Smart Home Automation Forum
Submit your suggestions and ideas for the product - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: Suggestions and feedback on KinCony's products (https://www.kincony.com/forum/forumdisplay.php?fid=39)
+--- Thread: Submit your suggestions and ideas for the product (/showthread.php?tid=2511)

Pages: 1 2


RE: Submit your suggestions and ideas for the product - admin - 01-25-2025

you can write your own arduino code for that. our firmware mainly use for home assistant.


RE: Submit your suggestions and ideas for the product - FDutch - 02-12-2025

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


RE: Submit your suggestions and ideas for the product - admin - 02-12-2025

KC868-A6 relay use by I2C chip PCF8574, not control by ESP32 pin directly.


RE: Submit your suggestions and ideas for the product - twostar - 02-24-2025

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.


RE: Submit your suggestions and ideas for the product - admin - 02-24-2025

(02-24-2025, 04:52 AM)twostar Wrote: 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.

thanks for suggestion, this can update in KCS v3.


RE: Submit your suggestions and ideas for the product - twostar - 02-24-2025

Thanks!  Will these changes also be made in KCS v2 or is future development for KCS v3 only?


RE: Submit your suggestions and ideas for the product - admin - 02-24-2025

for KCS v3 only. in future will develop based on KCS v3, v2 use by ESP32 chip, no free memory almost.


RE: Submit your suggestions and ideas for the product - twostar - 02-24-2025

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)".


RE: Submit your suggestions and ideas for the product - admin - 02-24-2025

ok