-
Notifications
You must be signed in to change notification settings - Fork 836
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
[MitsubishiAC] support weekly timer #1403
Comments
0x23CB26010020080400C05E0000080300006A (on) Looks like it's a single bit that needs to be flipped. So, this should be an easy addition to the Which interface are you planning to use? |
@crankyoldgit I'm currently controlling with Tasmota <-> https://github.com/hristo-atanasov/Tasmota-IRHVAC <->HomeAssistant. |
I can add the support, but it won't be available via Tasmota, as I'm fairly confident it uses the BUT FYI, you are probably MUCH better off doing timer control via MQTT/tasmota/Home Assistant/etc than via the Mitsubishi A/C internal system. The former has far more functionality, scope, and ability, verses the latter which is quite limited. |
Yes, there is no problem with custom building and using Tasmota. I would like to keep the internal timer alive in case the Home Assistant stops. I am very grateful for your kindness. |
* Add `[s|g]etWeeklyTimerEnabled()`. * Unit test coverage based on real data. * Add comment on how to Weekly Timer enabling by default via `IRac` class. Fixes #1403
Please download/test PR #1404 / Branch: https://github.com/crankyoldgit/IRremoteESP8266/tree/Issue1403 It should add support for what you want. For enabling it (by default) via Lines 1337 to 1338 in 05f48dc
|
@crankyoldgit Very quick Work! Thank you so much! Yes, I now have control with the weekly timer enabled as I wish. 👍 |
* Add `[s|g]etWeeklyTimerEnabled()`. * Unit test coverage based on real data. * Add comment on how to Weekly Timer enabling by default via `IRac` class. Fixes #1403
* Add `[s|g]etWeeklyTimerEnabled()`. * Unit test coverage based on real data. * Add comment on how to add Weekly Timer enabling by default via `IRac` class. Fixes #1403
_v2.7.15 (20210213)_ **[BREAKING CHANGES]** - Some Daikin2 constants have been changed. (#1393) **[Features]** - Experimental basic support for EcoClim 56 & 15 bit protocols. (#1397 #1410) - MITSUBISHI_AC: Add support for enabling Weekly Timer. (#1403 #1404) - Mitsubishi ACs: Improve handling swing/vane settings. (#1399 #1401) - MITSUBISHI_AC: Add support for half degrees. (#1398 #1400) - Add `irutils::addSwing[V|H]ToString()` and adjust some constants (#1365 #1393) - SharpAc: Add support for model A903, and improve `IRac` fan & power control. (#1387 #1390) - Experimental support for Milestag2 (#1360 #1380) **[Misc]** - Improve `IRac::sendAc()` documentation. (#1408 #1409) - refactor ir_Transcold (#1407) - refactor ir_Toshiba (#1395) - Fix Travis-CI build issues. (#1396) - refactor ir_Teco (#1392) - Fujitsu A/C: Add warning/suggestions for AR-RAH1U devices (#1376 #1386) - refactor ir_Technibel (#1385) - Add the new logo and banner 🎉 (#1371 #1372) - Update references to sbprojects website. (#1381 #1383) - refactor ir_Tcl (#1379)
_v2.7.15 (20210213)_ **[BREAKING CHANGES]** - Some Daikin2 constants have been changed. (#1393) **[Features]** - Experimental basic support for EcoClim 56 & 15 bit protocols. (#1397 #1410) - MITSUBISHI_AC: Add support for enabling Weekly Timer. (#1403 #1404) - Mitsubishi ACs: Improve handling swing/vane settings. (#1399 #1401) - MITSUBISHI_AC: Add support for half degrees. (#1398 #1400) - Add `irutils::addSwing[V|H]ToString()` and adjust some constants (#1365 #1393) - SharpAc: Add support for model A903, and improve `IRac` fan & power control. (#1387 #1390) - Experimental support for Milestag2 (#1360 #1380) **[Misc]** - Improve `IRac::sendAc()` documentation. (#1408 #1409) - refactor ir_Transcold (#1407) - refactor ir_Toshiba (#1395) - Fix Travis-CI build issues. (#1396) - refactor ir_Teco (#1392) - Fujitsu A/C: Add warning/suggestions for AR-RAH1U devices (#1376 #1386) - refactor ir_Technibel (#1385) - Add the new logo and banner 🎉 (#1371 #1372) - Update references to sbprojects website. (#1381 #1383) - refactor ir_Tcl (#1379)
##_v2.7.15 (20210213)_ **[BREAKING CHANGES]** - Some Daikin2 constants have been changed. (#1393) **[Features]** - Experimental basic support for EcoClim 56 & 15 bit protocols. (#1397 #1410) - MITSUBISHI_AC: Add support for enabling Weekly Timer. (#1403 #1404) - Mitsubishi ACs: Improve handling swing/vane settings. (#1399 #1401) - MITSUBISHI_AC: Add support for half degrees. (#1398 #1400) - Add `irutils::addSwing[V|H]ToString()` and adjust some constants (#1365 #1393) - SharpAc: Add support for model A903, and improve `IRac` fan & power control. (#1387 #1390) - Experimental support for Milestag2 (#1360 #1380) **[Misc]** - Improve `IRac::sendAc()` documentation. (#1408 #1409) - refactor ir_Transcold (#1407) - refactor ir_Toshiba (#1395) - Fix Travis-CI build issues. (#1396) - refactor ir_Teco (#1392) - Fujitsu A/C: Add warning/suggestions for AR-RAH1U devices (#1376 #1386) - refactor ir_Technibel (#1385) - Add the new logo and banner 🎉 (#1371 #1372) - Update references to sbprojects website. (#1381 #1383) - refactor ir_Tcl (#1379)
FYI, the changes mentioned above have now been included in the new v2.7.15 release of the library. |
Version/revision of the library used
Current master
ab466e4
Describe the bug
This is not a bug.
Brand: Mitsubishi Electric, Model: MLZ-RX5017AS A/C (MITSUBISHI_AC)
Brand: Mitsubishi Electric, Model: SG153/M21EDF426 remote (MITSUBISHI_AC)
The above device is equipped with a weekly timer, and it seems that the on / off of the timer stored in the main unit is transmitted by a remote code.
It is included in all commands, so any control in this library will always turn off the weekly timer.
Example code used
IRrecvDumpV3
Expected behaviour
I would like to control the weekly timer with this library if possible. Or I want to be able to set irregular commands as the default.
Output of raw data from [IRrecvDumpV3.ino]
What brand/model IR demodulator are you using?
HX1838: However, there seems to be no problem with the decoded data.
I have followed the steps in the Troubleshooting Guide & read the FAQ
Yes
Has this library/code previously worked as expected for you?
No
The text was updated successfully, but these errors were encountered: