05-19-2026, 09:54 PM
How to make use of IR modules?
I tried this without success:
No logs are ever printed on IR remote press
I tried this without success:
No logs are ever printed on IR remote press
Code:
# IR
remote_receiver:
id: rf_receiver
pin:
number: GPIO2
inverted: false
dump: all # prints all received codes to logs
tolerance: 50% # RF needs more tolerance than IR
remote_transmitter:
id: rf_transmitter
pin: GPIO15
carrier_duty_percent: 100% # RF uses 100%, IR uses ~50%
# IR Modern approach - exposes learn/send directly in HA
#ir_rf_proxy:
# - remote_receiver_id: rf_receiver
# frequency: 433920000 # 433.92 MHz — tells HA this is RF not IR
# - remote_transmitter_id: rf_transmitter
# frequency: 433920000
