Hi.
I’m wondering if somebody managed to make the climate ir work with heatpumpir platform using the panasonic_ckp
protocol. I have a Panasonic a/c with the A75C2295 remote control (clearly supported by heatpumpir library). My problem is that the a/c is only doing a ‘beep’ twice when esphome sends the command, and seems like it’s sending two commands (because it’s beeping twice). I’m running esphome on the YTF IR Bridge, and it works perfectly with the panasonic_jke
platform on the a/c unit in another room (controlled by the same device). Looks like the library is not sending the right IR code.
Here is my config:
climate:
- platform: heatpumpir
name: "Koridor AC"
protocol: panasonic_ckp
horizontal_default: auto
vertical_default: auto
min_temperature: 16.0
max_temperature: 30.0
- platform: heatpumpir
name: "Living Room AC"
protocol: panasonic_jke
horizontal_default: auto
vertical_default: auto
min_temperature: 16.0
max_temperature: 30.0
Can somebody confirm that it is working?
Regards.