![]() |
|
Setup K868-a32 and k868-a16s - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: DIY Project (https://www.kincony.com/forum/forumdisplay.php?fid=3) +--- Thread: Setup K868-a32 and k868-a16s (/showthread.php?tid=7764) |
Setup K868-a32 and k868-a16s - mitzuuu89 - 03-06-2025 I have 2 boards installed using KS2 firmware: K868-a32 and k868-a16s What's the best way to set them up, i would like to use home assistant and MQTT but still want light to work in case home assistant breaks. Should i setup boards using IFTTT, and only integrate MQTT for some scene automations, remote control and reading relay states? RE: Setup K868-a32 and k868-a16s - admin - 03-06-2025 1. use by esphome config yaml file for home assistant. 2. integrate to home assistant by mqtt. you can use any way for home assistant integration. RE: Setup K868-a32 and k868-a16s - mitzuuu89 - 03-10-2025 can i use rs485 to communicate between boards? a16s -> a32, and a32 -> a16s a16s.yaml PHP Code: # RS485 Modbus Setupa32.yaml PHP Code: uart:modbus errors PHP Code: [size=1][font=SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace][12:45:59][color=#ff00ff][C][modbus_controller:350]: Address: 0x04[/color]RE: Setup K868-a32 and k868-a16s - admin - 03-10-2025 what functions you want? can you explain in details. RE: Setup K868-a32 and k868-a16s - mitzuuu89 - 03-10-2025 (03-10-2025, 11:11 AM)admin Wrote: what functions you want? can you explain in details. basically this.. input from one board to trigger output on another board, and vice versa, bidirectional communication. a16s_input1 -> a32_output1 a32_input1 -> a16s_output1 modbus seems to only work as client-server, so no bidirectional communication RE: Setup K868-a32 and k868-a16s - admin - 03-10-2025 i suggest you download KCS v2 firmware, use IFTTT with customize protocol will be easy. just IF controller-A DI1 pressed THEN send customize command to controller-B by RS485 or network. RE: Setup K868-a32 and k868-a16s - mitzuuu89 - 03-10-2025 (03-10-2025, 10:52 PM)admin Wrote: i suggest you download KCS v2 firmware, use IFTTT with customize protocol will be easy. will try, thank you i did manage to use esp-now to communicate between boards, but i don't know how stable esp-now is. RE: Setup K868-a32 and k868-a16s - admin - 03-10-2025 use wired way is more stable. RE: Setup K868-a32 and k868-a16s - twostar - 03-11-2025 (03-06-2025, 08:07 AM)mitzuuu89 Wrote: I have 2 boards installed using KS2 firmware: K868-a32 and k868-a16s That's how I'm doing it, HA if available but with the Kincony boards doing as much as possible natively via IFTTT rules. This way even if HA goes down or disconnects, basic functionality will still be present. Note that if you want to do anything more complex than very basic stuff you either need to use an external relay to feed a digital output to another digital input to chain IFTTT rules, or wait for updated firmware that implements this change request. |