Smart Home Automation Forum
WHATS FIRMWARE - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: "KCS" v3 firmware system (https://www.kincony.com/forum/forumdisplay.php?fid=74)
+--- Forum: "KCS" v3 firmware (https://www.kincony.com/forum/forumdisplay.php?fid=75)
+--- Thread: WHATS FIRMWARE (/showthread.php?tid=8723)



WHATS FIRMWARE - kamarguinho - 11-03-2025

Hello, it's been 4 days since this motherboard arrived and I'm trying to get this KC868 E16T-V1.2 working because the access point option doesn't appear. I tried connecting it via cable to see if I could find it on the network, but without success. I can only see it through the USB cable, so I'd like to know which firmware I can install and a step-by-step guide to get it working using Tuya.        


RE: WHATS FIRMWARE - admin - 11-04-2025

do you use for home assistant?


RE: WHATS FIRMWARE - kamarguinho - 11-05-2025

I need working tuya


RE: WHATS FIRMWARE - admin - 11-05-2025

you can download this fimrware to Tuya:
https://www.kincony.com/forum/showthread.php?tid=2421


RE: WHATS FIRMWARE - kamarguinho - 11-09-2025

I managed to get the board working, but there's a problem: I can't change how some buttons function. For example, I need some buttons to only be activated when a relay is closing the circuit. How can I change this using the Tuya system?


RE: WHATS FIRMWARE - admin - 11-10-2025

you can config esphome yaml file, let digital input toggle relay output.


new yml - kamarguinho - 12-30-2025

Hello, I need to set ports 1, 2, 3, 4, and 5 to "close" mode when the external device is turned on, and "open" when the device is turned off. I modified the code but I can't install it. I need to get this working so I can buy more.

I am sending the code below.


RE: WHATS FIRMWARE - admin - 12-30-2025

change the tuya component to new version. change code as this: 
Code:
external_components:
  - source:
      type: git
      url: https://github.com/hzkincony/esphome-tuya-wifi-mcu
      ref: v1.3.1
you are using old v1.1.0