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

Delonghi Pinguino Support for the IR Remote Climate component #1352

Closed
pedrofracassi opened this issue Aug 10, 2021 · 7 comments
Closed

Delonghi Pinguino Support for the IR Remote Climate component #1352

pedrofracassi opened this issue Aug 10, 2021 · 7 comments

Comments

@pedrofracassi
Copy link

Describe the problem you have/What new integration you would like

I just got a Pinguino portable AC and would love to have it controlled through Home Assistant using ESPHome. Problem is it uses a complex protocol where every button press onthe remote sends the whole state to the AC (much like many other ACs)

Please describe your use case for this integration and alternatives you've tried:

I tried using the regular IR Transmitter, but it would require me to have very specific states when turning the AC on or changing temperature

Additional context

There's an issue on the IRremoteESP8266 project that has the IR protocol for Delonghi ACs reverse engineered already: crankyoldgit/IRremoteESP8266#1096

@grob6000
Copy link

+1 for this!

@formatBCE
Copy link

Case is, that for Penguino (at least mine) remote is "smart", and does send ALL state variables in one command.
I discovered it while setting up Broadlink remote for HA - basically, when you're pushing fan speed button, while AC is in fan only mode, command will be completely different from same button press in A/C mode.

So you will have to remember all different states of remote as separate IR commands.
It took like an hour for me, generating list like:

  • ac_lowfan_25degrees
  • ac_lowfan_26degrees
    ...
  • fan_lowfan
  • fan_middlefan
  • fan_highfan
  • fan_autofan
    ...

And then I just call command from IR smart remote (for ESPHome it will be just IR transmitter).

Yes, a bit inconvenient, but once done, you will be able to change temperature, say, from 30 to 21 in one click.

@grob6000
Copy link

Clever workaround! I ended up creating a new component that does this; has since been merged. See esphome/esphome#3124

@tda90
Copy link

tda90 commented Jul 2, 2024

Broadlink remote for HA

Hello,
I've just bought a Broadlink remote for HA too.
I was able to configure it though "remote:learn_command" , but I have no clue/idea on how to set a temperature.
The Pinguino, is a "smart" one, which has also an APP, from where it's possible.
But the original remote of this one, has only the PLUS/MINUS for temperature.
So - how to read the commands exactly?
Sorry I'm a little new to this kind of things.

@Ingo-Klein
Copy link

@formatBCE please send the code... thx

@formatBCE
Copy link

@formatBCE please send the code... thx

That setup is long gone. Since then I moved to ESP32 with IR transmitter and ESPHome, getting rid of Broadlink.
Most probably, even the codes themselves wouldn't work for you, you'd have to catch them with custom IR receiver.

@Ingo-Klein
Copy link

okay thx... order@Bookstore done :)

@github-actions github-actions bot locked and limited conversation to collaborators Nov 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants