How to setup S3 Core Board + DO8 + HAv2 with Physical Switch using ESPHome? - 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: How to setup S3 Core Board + DO8 + HAv2 with Physical Switch using ESPHome? (/showthread.php?tid=6842) |
How to setup S3 Core Board + DO8 + HAv2 with Physical Switch using ESPHome? - weedtop - 10-06-2024 Hi , Below is my product list S3 core Board DO8 relay board HAv2 I have successfully config DO8 and HAv2 with ESPHome in Home Assistant , please see attached photos. Please help me to modify my yaml to use HAv2 and Siemens to control the relay on DO8 attached is my yaml s3-core.txt (Size: 4.02 KB / Downloads: 30) Thanks, RE: How to setup S3 Core Board + DO8 + HAv2 with Physical Switch using ESPHome? - admin - 10-06-2024 when you press switch , the binary sensor state will update in home assistant, that means config OK. second, you just create AUTOMATION in home assistant, IF binary sensor state ON THEN DO8 relay TOGGLE RE: How to setup S3 Core Board + DO8 + HAv2 with Physical Switch using ESPHome? - weedtop - 10-07-2024 (10-06-2024, 12:40 PM)admin Wrote: when you press switch , the binary sensor state will update in home assistant, that means config OK. please see my log when I press the switch I can see log output , but the binary sensor state do not update . How can I modify my config ? HAv2 config as Latch switch and default address , rising edge and falling edge as EvtTog Please help thanks. |