Smart Home Automation Forum
KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-ATC / Tuya adapter V2 (https://www.kincony.com/forum/forumdisplay.php?fid=32)
+--- Thread: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code (/showthread.php?tid=2316)

Pages: 1 2 3


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - shayaway - 01-11-2024

Hi, Is there code available for 16 outputs: (KC868-H16) ?


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - admin - 01-12-2024

you can use for KC868-H16 by tcp connection, but need modify the code, because H16 only have 16 channel relay.


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - shayaway - 01-12-2024

(01-12-2024, 12:24 AM)admin Wrote: you can use for KC868-H16 by tcp connection, but need modify the code, because H16 only have 16 channel relay.

Thanks for reply


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - shayaway - 03-04-2024

Hi,
Is it possible to disable or delete "ALL ON" and "ALL OFF" commands on the app?


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - admin - 03-04-2024

sorry, can't do that.


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - shayaway - 03-07-2024

I have a Kincony-ESP32-Tuya adaptor with Arduino source code installed. 
This is connected by RS232 to KC868-H32B smart controller.
I’m using Tuya Smart App and everything works OK.
My question:  Is it possible to modify the code to disable or delete “All On” and “All Off” commands?


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - admin - 03-07-2024

sure, this you can do, just delete ALL ON and ALL OFF arduino code. I though you want remove the ALL ON / ALL OFF ico button from tuya app, that can't.


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - shayaway - 03-09-2024

I'm not very experienced with arduino code so how do I delete ALL ON and ALL OFF from the code


RE: KinCony-TUYA_ESP32_Adapter ESP32 arduino source code - shayaway - 03-26-2024

Hi, can anyone help me with this - I want to delete ALL OFF and ALL ON from arduino code.