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

Any chance of extending the IRremote code with Mitsubishi aircon support? #83

Closed
mihalski opened this issue Feb 19, 2017 · 14 comments
Closed
Labels
enhancement Type - Enhancement that will be worked on

Comments

@mihalski
Copy link

Hi,

Any chance of adding support for Mitsubishi Air conditioning remotes? It would be fantastic in conjunction with the temp/humidity monitoring. There is code available at https://github.com/r45635/HVAC-IR-Control.

Regards,
Michal

@mihalski
Copy link
Author

Nobody here has a Mitsubishi Electric air conditioning unit? I've managed to test the library I linked to on an ESP8266 and it does work.

Here's a more specific link:

https://github.com/r45635/HVAC-IR-Control/blob/master/HVAC_ESP8266/HVAC_ESP8266.ino

Maybe if that could be added as a protocol to choose from? "MitsubishiHVAC" ? And then you can send the settings rather than the codes via console/MQTT. i.e. something along the lines of:

IRSend { "protocol": "MitsubishiHVAC", "Mode": COLD, "Temp": 23, "Fan": Silent, "Vanne": Auto, "WideVanne": Middle, "Area": Swing, "Power": On }

Regards,
Michal

@alesoblak
Copy link

I have Mitcubishi air coniditioning unit. Will check this thread regularly

@mihalski
Copy link
Author

I've prompted a contributor of the IR lib to have a look into adding the Mitsubishi support there so maybe we'll get it via that if not directly in this firmware.

It would probably a better solution ultimately as it would let both projects focus on their own projects.

@altelch
Copy link
Contributor

altelch commented Feb 25, 2017

That would be a better Solution. Problem might be that Arduino includes a forked version of this lib. But after Theo including the libs in a separate folder thats easy to overcome.

@mihalski
Copy link
Author

FYI.

crankyoldgit/IRremoteESP8266#70

@davidelang davidelang added the enhancement Type - Enhancement that will be worked on label Mar 27, 2017
@davidelang
Copy link
Collaborator

I've seen e-mails on this topic, has it been fixed yet?

@mihalski
Copy link
Author

See #257

It is fully working (short of supporting a temp of 16C on the remote), but that's not a significant issue.

@davidelang
Copy link
Collaborator

That's what I thought, but I wanted to confirm before closing it.

@mihalski
Copy link
Author

Mind you. It still hasn't been added in the official firmware :/

@davidelang
Copy link
Collaborator

is there value in keeping this issue open until it is added?

Is the delay in getting it upstream or getting the newer upstream version into tasmota?

@mihalski
Copy link
Author

I honestly don't know what the reason for the delay is.

@davidelang
Copy link
Collaborator

is the code in the IR library now?

@mihalski
Copy link
Author

Yes. It has been since the 0.2 release 26 days ago.

They're now on 1.0.2 and working well with the Arduino library package manager updating.

@davidelang davidelang reopened this Mar 27, 2017
@arendst
Copy link
Owner

arendst commented Apr 2, 2017

will be implemented in next release

arendst added a commit that referenced this issue Apr 3, 2017
4.1.2 20170403
* Rename Unrecognised command to Unknown command
* Remove all command lists
* Remove command SmartConfig (superseded by WifiConfig)
* Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non
ESP8285 hardware
* Add optional support for Toshiba and Mitsubishi HVAC IR control (needs
updated IRanother  (#83, #257)
* Add all configured switches to Domoticz Configuration web page (#305)
* Fix compile error when selecting WS2812 DMA (#313)
arendst added a commit that referenced this issue Apr 3, 2017
4.1.2 20170403
* Rename Unrecognised command to Unknown command
* Remove all command lists
* Remove command SmartConfig (superseded by WifiConfig)
* Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non
ESP8285 hardware
* Add optional support for Toshiba and Mitsubishi HVAC IR control (needs
updated IRremote8266 library) (#83, #257)
* Add all configured switches to Domoticz Configuration web page (#305)
* Fix compile error when selecting WS2812 DMA (#313)
@arendst arendst closed this as completed Apr 29, 2017
ascillato added a commit that referenced this issue Jun 5, 2018
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.1.2 20170403
* Rename Unrecognised command to Unknown command
* Remove all command lists
* Remove command SmartConfig (superseded by WifiConfig)
* Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non
ESP8285 hardware
* Add optional support for Toshiba and Mitsubishi HVAC IR control (needs
updated IRanother  (arendst#83, arendst#257)
* Add all configured switches to Domoticz Configuration web page (arendst#305)
* Fix compile error when selecting WS2812 DMA (arendst#313)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 6, 2018
4.1.2 20170403
* Rename Unrecognised command to Unknown command
* Remove all command lists
* Remove command SmartConfig (superseded by WifiConfig)
* Fix boot loop when selecting module Sonoff 4CH or Sonoff Touch on non
ESP8285 hardware
* Add optional support for Toshiba and Mitsubishi HVAC IR control (needs
updated IRremote8266 library) (arendst#83, arendst#257)
* Add all configured switches to Domoticz Configuration web page (arendst#305)
* Fix compile error when selecting WS2812 DMA (arendst#313)
curzon01 pushed a commit to curzon01/Tasmota that referenced this issue Sep 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type - Enhancement that will be worked on
Projects
None yet
Development

No branches or pull requests

5 participants