Smart Home Automation Forum

Full Version: easiest way using home assistant with IR devices by KC868-AG
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.