Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IR Receiver and decoding support for Mitsubishi Heavy ZMP Air Conditioner Remote #2154

Open
mani94321 opened this issue Oct 22, 2024 · 1 comment

Comments

@mani94321
Copy link

mani94321 commented Oct 22, 2024

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:

  • 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.

@NiKiZe
Copy link
Collaborator

NiKiZe commented Oct 22, 2024

There is a FAQ for this scenario.

You will need to dump the data as described in FAQ and in the issue template.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants