![]() |
A32 PRO RF433 - 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-A32/A32 Pro (https://www.kincony.com/forum/forumdisplay.php?fid=27) +--- Thread: A32 PRO RF433 (/showthread.php?tid=6420) |
A32 PRO RF433 - thanassis - 08-16-2024 Hi, I've got recently an RF433 Receiver module and the relevant RF Wireless Remote and I want to use them with A32 Pro and espHome. First I inserted in the esphome configuration file these settings: Code: remote_receiver: Then I inserted the RF433 receiver module on A32pro and restarted it. Pressing the buttons on the RF Remote the logger does not show the expected (raw) codes. What am I missing? Am I wrong with this settings? Thanassis RE: A32 PRO RF433 - admin - 08-17-2024 remote_receiver: pin: 48 rmt_channel: 4 dump: all -------------------- make sure added rmt_channel: 4 this is ESP32-S3 RE: A32 PRO RF433 - thanassis - 08-17-2024 (08-17-2024, 01:49 AM)admin Wrote: remote_receiver: Thank you..., BUT the pin should be 38 as stated here (last line) the rmt_channel made the difference ! Now I'm gonna write some actions for the received code(s). Any guidance on this will be much appreciated..! RE: A32 PRO RF433 - thanassis - 08-18-2024 Hi, When I press a button on the remote control, a burst of data is shown in the logger: Code: 12:57:09 [I] [remote.raw:028] Pressing the same button again tI don't get the same data. How should I filter this flood of data? What is the unique piece of data relevant to each button? Any help? Thanks Thanassis RE: A32 PRO RF433 - admin - 08-18-2024 suggest you can test with RC-SWITCH type. |