esphome - devices connected without ha - Printable Version +- Smart Home Automation Forum (https://www.kincony.com/forum) +-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1) +--- Forum: Development (https://www.kincony.com/forum/forumdisplay.php?fid=4) +--- Thread: esphome - devices connected without ha (/showthread.php?tid=6964) |
esphome - devices connected without ha - mod5 - 11-01-2024 Hi, Is this possible to control GPIOS between two boards? I have A32M and A64 and i want to do something like: input1(Board A) -> output1(Board B) I want to use esphome (i need it for the project) and i dont want to use HA. Can i do that? P.S. Great work with your boards ! RE: esphome - devices connected without ha - admin - 11-01-2024 sure, it's OK, i think you can download KCS firmware, let two board communication with each other by ethernet or RS485. create IFTTT in KCS webpage, when digital input =true THEN send customsize command to destination board by TCP or RS485 command. here is KCS v2 online guide: https://www.kincony.com/esp32-kcsv2-firmware.html RE: esphome - devices connected without ha - mod5 - 11-02-2024 (11-01-2024, 10:39 PM)admin Wrote: sure, it's OK, i think you can download KCS firmware, let two board communication with each other by ethernet or RS485. Yes, i test it on Your firmware, works great, but i wonder if i can do that on esphome RE: esphome - devices connected without ha - admin - 11-02-2024 esphome also is ok, just need write code. use KCS fimrware without program any code. |