correct device purchase - 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: correct device purchase (/showthread.php?tid=6185) |
RE: correct device purchase - ulfgar - 08-29-2024 Kindly I need the example of integration of MQTT not esphome RE: correct device purchase - admin - 08-29-2024 now KCS not support receive a RF signal feedback to MQTT message. it only support send a RF signal by MQTT message. RE: correct device purchase - ulfgar - 08-30-2024 Maybe I expressed myself badly. I have 1 magnetic window sensor 433 I acquire the signal from KCS. With mqtt I would like to create a binary sensor to see when the window is open or closed. Where can I see the code acquired from kcs to be able to create the binary sensor in mqtt? example: patform:mqtt name: "window sensor" state topic: what do I insert? playload_on: Receiver detected code in kcs playload_off: Receiver detected code in kcs RE: correct device purchase - admin - 08-30-2024 now current KCS version can't feedback RF mqtt message to home assistant. you can create IFTTT by KCS, such as when window is OPEN or CLOSED, THEN relayX ON/OFF. we suggest make logical by ESP32 locally, without home assistant, so that if home assistant broken, logical also will work, because it running by hardware locally. |