05-11-2022, 03:35 AM
(This post was last modified: 05-11-2022, 07:32 AM by dmshimself.
Edit Reason: misspelling IR for RF!
)
(05-11-2022, 01:10 AM)admin Wrote: 433M receiver:GPIO13
433M sender:GPIO2
IR receiver GPIO19
IR sender GPIO22
the Uair RF receiver GPIO is 13
so your 433M receiver config is:
# Example configuration entry
remote_receiver:
pin: GPIO13
dump: all
Uair IR receiver config is:
remote_receiver:
pin: 19
dump: all
Thanks for the thought. I've put in the Uair IR receiver config as per your suggestion and I still do not get any IR data. I do still get the warning from ESPHOME about the pin being high to begin with.
(05-11-2022, 01:13 AM)admin Wrote: i suggest you test RF/IR one of functions firstly. use IR or use RF test firstly. decode need ESP32 many resource.
Yes I am indeed just trying the IR receiver first, nothing else. But in the end I want both IR and RF receiver and transmitter to work as per the advertised functionality. Are you saying the KC868-UAIR will not be able to do this?