Describe the problem you have/What new integration you would like
I set up IR Remote Climate for hitachi_ac424 with ESP32dev and it works perfectly. I wanted to set up a receiver for the Hitachi RAR-3U1 remote. I used the example code and checked that the IR received receives the codes with dump: all and dump: raw.
The problem is that the received codes do nothing with ESPHome or Home assistant. I can control the AC split unit with home assistant and the receiver can read the IR signal but nothing happens. I think that this is because the remote is slightly different from either of the
Please describe your use case for this integration and alternatives you've tried:
I would like to have a receiver for the remote so the status would sync on home assistant
Additional context
Here is my configuration for the
remote_transmitter:
pin: GPIO16
carrier_duty_percent: 50%
remote_receiver:
id: recvr_ir
dump: all
pin:
number: GPIO17
inverted: true
mode:
input: true
pullup: true
# high 55% tolerance is recommended for some remote control units
tolerance: 55%
climate:
- platform: hitachi_ac424
name: "Heat pump"
receiver_id: recvr_ir
Here is dump: all for hitachi_ac424 and RAR-3U1 remote
I also tried with hitachi_ac344 but it didn't work on the AC unit and the remote didn't have any effect on Home Assistant
Here is dump: all for hitachi_ac344 and RAR-3U1 remote
Describe the problem you have/What new integration you would like
I set up IR Remote Climate for hitachi_ac424 with ESP32dev and it works perfectly. I wanted to set up a receiver for the Hitachi RAR-3U1 remote. I used the example code and checked that the IR received receives the codes with dump: all and dump: raw.
The problem is that the received codes do nothing with ESPHome or Home assistant. I can control the AC split unit with home assistant and the receiver can read the IR signal but nothing happens. I think that this is because the remote is slightly different from either of the
Please describe your use case for this integration and alternatives you've tried:
I would like to have a receiver for the remote so the status would sync on home assistant
Additional context
Here is my configuration for the
Here is dump: all for hitachi_ac424 and RAR-3U1 remote
Here is dump: all for hitachi_ac424 and HA command
I also tried with hitachi_ac344 but it didn't work on the AC unit and the remote didn't have any effect on Home Assistant Here is dump: all for hitachi_ac344 and RAR-3U1 remote
Here is dump: all for hitachi_ac344 and HA command