Smart Home Automation Forum
easiest way using home assistant with IR devices by KC868-AG - 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-AG / AG Pro / AG8 (https://www.kincony.com/forum/forumdisplay.php?fid=30)
+--- Thread: easiest way using home assistant with IR devices by KC868-AG (/showthread.php?tid=3107)



easiest way using home assistant with IR devices by KC868-AG - admin - 07-25-2023

1. use KC868-AG download KCS v2 firmware.
2. learn IR signal from IR remote
3. copy send IR http command, create rest_command in home assistant:
rest_command:
  fan_http:
    url: "http://192.168.3.123/ctrl.cgi?cmd=run_ir&id=1&value=0&secret=abcd"
4. add a regular button card from the UI, you’ll see the option to change the tap action to a  call service.