-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Comments
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, |
I have Mitcubishi air coniditioning unit. Will check this thread regularly |
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. |
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. |
I've seen e-mails on this topic, has it been fixed yet? |
See #257 It is fully working (short of supporting a temp of 16C on the remote), but that's not a significant issue. |
That's what I thought, but I wanted to confirm before closing it. |
Mind you. It still hasn't been added in the official firmware :/ |
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? |
I honestly don't know what the reason for the delay is. |
is the code in the IR library now? |
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. |
will be implemented in next release |
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)
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)
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)
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)
Fix configuration restore
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
The text was updated successfully, but these errors were encountered: