Develop on my own question - 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-AG / AG Pro / AG8 (https://www.kincony.com/forum/forumdisplay.php?fid=30) +--- Thread: Develop on my own question (/showthread.php?tid=5644) |
Develop on my own question - mottibz - 04-25-2024 Hello, I am an IoT Maker and I would like to ask regarding the KC868-AG IR Controller: 1. What software do I get with the device when I purchase it? 2. Does the software come in source code? I am asking this as I would like to develop my own code for the device (extend its capabilities) 3. Is there a version of the device with just only its IR capabilities (no need for RF433) for a reduced price? I only need its IR capabilities to control my AC and other IR controlled devices at home Thanks a lot! RE: Develop on my own question - admin - 04-25-2024 1. no firmware inside. you can download our KCS firmware begin use KC868-AG, here is KCS firmware online guide: https://www.kincony.com/esp32-kcsv2-firmware.html 2. we have arduino sample source code, you can check at forum: https://www.kincony.com/forum/forumdisplay.php?fid=30 3. sorry, not have ONLY IR version, cost almost same. RE: Develop on my own question - mottibz - 04-26-2024 (04-25-2024, 10:27 PM)admin Wrote: 1. no firmware inside. you can download our KCS firmware begin use KC868-AG, here is KCS firmware online guide: https://www.kincony.com/esp32-kcsv2-firmware.html Hello, Thanks for the information. - I see in the firmware documentation that you only support up to 32 fixed IR commands that I have to teach the controller, which is not enough if you want to fully control an AC unit and TV. Best would have been to support something similar to what Tasmota does. - As outlined here, the Arduino code is very minimal with limited control, as the only IR control I have in it is to ask the controller to execute command X (between 1 to 32). - Is there a way to get the firmware source code and adapt it to my needs? I will be happy to share it back Thanks! RE: Develop on my own question - admin - 04-26-2024 KCS firmware it is not open source. you can config it by ESPHome or use by tasmota firmware, it's easy. |