Replies: 2 comments 4 replies
-
If you want support for it, you will need to do the analysis.
"10C mode" or "hold" etc modes are uncommon, but supported on some protocols. So this is doable. We just need you to capture the IR signals with When you have that info, please create a New Issue and we can track adding it there. |
Beta Was this translation helpful? Give feedback.
-
Didn’t really know how to do that, but I think I figured it out now. It’s my first time. 😊
From: David Conran ***@***.***>
Sent: 7. november 2021 13:40
To: crankyoldgit/IRremoteESP8266 ***@***.***>
Cc: Nikolaj Nøhr-Rasmussen ***@***.***>; Mention ***@***.***>
Subject: Re: [crankyoldgit/IRremoteESP8266] Add Mitsubishi MSZ-FH I-SAVE mode (Discussion #1647)
Hi again, I have now forked and pushed my proposed changes back.
@ratnick <https://github.com/ratnick> No PR has shown up here yet.
I used the general A/C setting "Econo" as iSave.
Generally "Econo" mode is different to the 10C mode(s). It's best not to reuse that feature/name. Some A/Cs may have both.
See also:
https://github.com/crankyoldgit/IRremoteESP8266/blob/635ec85164ff7fcd94e7bc5adc3e9f5bba328871/src/ir_Fujitsu.cpp#L570-L597
https://github.com/crankyoldgit/IRremoteESP8266/blob/77ba26b4d9a53a61b243251aec6d8f7183518613/src/ir_Neoclima.cpp#L431-L446
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1647 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACASITXV6D6QO77IHEF52P3UKZXTFANCNFSM5GR5XRWA> .
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub> . <https://github.com/notifications/beacon/ACASITRJME4QYCKJ43B7BSLUKZXTFA5CNFSM5GR5XRWKYY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAMHAUQ.gif>
|
Beta Was this translation helpful? Give feedback.
-
Awesome library - thanks a lot!!
I would really like a simple add-on for my Mitsubishi MSZ-FH heat pump: Support for I-SAVE mode.
In normal heat mode, the A/C only allows down to 16 deg. But it has an option called I-SAVE which allows the temperature to be lowered to 10 deg (which is the temperature you want if you leave a (summer) house during the winter.
I found this link which is hopefully useful: https://img.sauf.ca/pictures/2018-06-01/8efdfb6ea409ba7c5394837904ceeeb4.pdf
I believe they are discussing a setup where the ESP is wired to the connectors on the heat pump (not using IR), but the commands are the same. In section 32, Jakob writes that:
I wonder if this is doable? I will try the simple solution, just sending a temperature of 10 deg, but as the heat pump does not provide a status, I will have to wait and see if the temperature drops. A bit slow development cycle :-)
best regards, Nikolaj
Beta Was this translation helpful? Give feedback.
All reactions