08-16-2024, 03:44 PM
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:
taking them from here and here and uploaded it on a32pro.
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
First I inserted in the esphome configuration file these settings:
Code:
remote_receiver:
pin:
number: GPIO38
inverted: true
mode:
input: true
pullup: true
dump: all
tolerance: 50%
filter: 250us
idle: 4ms
logger:
level: DEBUG
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