07-25-2023, 11:47 AM
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.
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.