Smart Home Automation Forum

Full Version: esphome - devices connected without ha
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 !
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
(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.
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

Yes, i test it on Your firmware, works great, but i wonder if i can do that on esphome
esphome also is ok, just need write code. use KCS fimrware without program any code.