![]() |
|
RF Transmitter not working in ESPHome - 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 / Z1 (https://www.kincony.com/forum/forumdisplay.php?fid=30) +--- Thread: RF Transmitter not working in ESPHome (/showthread.php?tid=7956) |
RF Transmitter not working in ESPHome - johnsmith8439 - 04-19-2025 Hello, I installed ESPHome on the KC868-AG. RF receiver works, I can receive RF signals from the smart plug's remote: [23:17:05][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='10010010001010100110110110010011' [23:17:05][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='10010010001010100110110110010011' [23:17:05][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='10010010001010100110110110010011' [23:17:05][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='1001001000101010011011011001001' But transmitter doesn't work, I cannot control the smart plug with RF using the transmitter. The log after using transmitter: [23:29:02][D][button:010]: 'Smart Plug On' Pressed. [23:29:02][W][component:239]: Component api took a long time for an operation (287 ms). [23:29:02][W][component:240]: Components should block for at most 30 ms. [23:29:02][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='10010010001010100110110110010011' [23:29:02][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='10010010001010100110110110010011' [23:29:02][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='10010010001010100110110110010011' [23:29:02][I][remote.rc_switch:261]: Received RCSwitch Raw: protocol=2 data='1001001000101010011011011001001' Here is my ESPHome code: Code: remote_transmitter:RE: RF Transmitter not working in ESPHome - admin - 04-20-2025 can you test with KCS firmware? learn the signal, THEN send out by IFTTT. RE: RF Transmitter not working in ESPHome - johnsmith8439 - 04-20-2025 (04-20-2025, 12:35 AM)admin Wrote: can you test with KCS firmware? learn the signal, THEN send out by IFTTT. Do you have a guide on flashing KCS firmware? RE: RF Transmitter not working in ESPHome - admin - 04-20-2025 https://www.kincony.com/esp32-kcsv2-firmware.html RE: RF Transmitter not working in ESPHome - johnsmith8439 - 08-10-2025 KCS firmware works with some RF devices. I then install Tasmota, it can receive the signals in Tasmota but I have no idea how to receive or send signals from Home Assistant to control the devices. For example, this RF fan has speed 1 (0x15C3D5), speed 2 (0x15C3D9), speed 3 (0x15C3D4) and off (0x15C3D2). Code: 08:32:51.815 MQT: tele/kc868-ag/RESULT = {"Time":"2025-08-10T08:32:51","RfReceived":{"Data":"0x15C3D5","Bits":24,"Protocol":1,"Pulse":251}} |