You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typically located in the library.json & src/IRremoteESP8266.h files in the root directory of the library.
e.g. v2.0.0, or 'master' as at 1st of June, 2017. etc.
Describe the bug
There is not decoding available for heatpumpIR climate.
I used heatpumpIR climate from esphome with protocol 'mitsubishi_heavy_zmp' and it works good for my AC. AC model is SRKxxZSP-W and remote model is RKX502A007P. I am fully able to send the IR commands and control the AC. I have connected the receiver as well on GPIO14 and see IR codes being received successfully. But they are codes only. I want these to be decoded and send status to Home assistant.
I want to place it receiver+transmitter very close to AC receiver so that AC status is in sync when physical remote is used.
platform: heatpumpir # adjust to match your AC unit!
name: "Study Room AC"
protocol: mitsubishi_heavy_zmp
horizontal_default: auto
vertical_default: auto
min_temperature: 18
max_temperature: 30
receiver_id: rcvr
I can share the raw codes if requires.
The text was updated successfully, but these errors were encountered:
Version/revision of the library used
Typically located in the
library.json
&src/IRremoteESP8266.h
files in the root directory of the library.e.g. v2.0.0, or 'master' as at 1st of June, 2017. etc.
Describe the bug
There is not decoding available for heatpumpIR climate.
I used heatpumpIR climate from esphome with protocol 'mitsubishi_heavy_zmp' and it works good for my AC. AC model is SRKxxZSP-W and remote model is RKX502A007P. I am fully able to send the IR commands and control the AC. I have connected the receiver as well on GPIO14 and see IR codes being received successfully. But they are codes only. I want these to be decoded and send status to Home assistant.
I want to place it receiver+transmitter very close to AC receiver so that AC status is in sync when physical remote is used.
Example code used
remote_receiver:
id: rcvr
pin:
number: GPIO14
inverted: True
mode:
input: true
pullup: true
tolerance: 55%
dump: raw
remote_transmitter:
id: ir_transmit
pin: GPIO4
carrier_duty_percent: 50%
climate:
name: "Study Room AC"
protocol: mitsubishi_heavy_zmp
horizontal_default: auto
vertical_default: auto
min_temperature: 18
max_temperature: 30
receiver_id: rcvr
I can share the raw codes if requires.
The text was updated successfully, but these errors were encountered: