Firmware + I2C + Button - 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-A16 (https://www.kincony.com/forum/forumdisplay.php?fid=25) +--- Thread: Firmware + I2C + Button (/showthread.php?tid=6169) |
Firmware + I2C + Button - MarcinG - 07-21-2024 Hi, I have a few issues:
Best regards, RE: Firmware + I2C + Button - admin - 07-22-2024 1. KCS v2 use IFTTT for AUTOMATION setting. You will see the left menu have "IFTTT" webpage. 2. if you want to use own i2c device, suggest you config by ESPHome. that's flexible. 3. KCS v2 already support 1-click, 2-click, hold on different way. just use IFTTT. here is KCS v2 online guide: https://www.kincony.com/esp32-kcsv2-firmware.html RE: Firmware + I2C + Button - MarcinG - 07-22-2024 1. Okey great, that means it was just moved to another webpage 2. Okey but I can't use your official firmware for everything and only use ESPHome for i2c sensor, right? 3. Yes, I know it already supports single click, double click and hold on, but as far as I can see, in the firmware I can't toggle entities directly from Home Assistanta? For example I double click switch and I toggle my Zigbee Led strip, not output 1. RE: Firmware + I2C + Button - admin - 07-22-2024 2. YES, if you want to use your own i2c sensor, you should config by ESPHome. Except if you want to use SHT30 i2c temperature and humidity sensor, this model support by KCS firmware. 3. you integreate digital input port as "binary sensor " to home assistant. Then use home assistant to judge whether have 1-click, 2-click actions. So that can make AUTOMATION with your zigbee Led strip. |