-
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
Toshiba Heat Pump - Pure mode #1692
Comments
Where is Output of raw data from IRrecvDumpV2.ino or V3 (if applicable) ?You seem to have ignored the issue template? |
Also, what is Pure Mode? |
Sorry, I don't have the raw data from IRrecvDump. I tried with the included Climate IR component in EspHome, where I set byte[7] to 0x10, and it turns on Pure mode. @crankyoldgit Pure Mode is an "air cleaner" mode, where it uses an ionic filter. Edit: Updated the first post with the correct with/without Pure. |
* Add `setFilter()` & `getFilter()`. * Add filter support for Toshiba in `IRAc` class. * Minor code style/formating cleanup. * Update & add unit tests for code coverage and verification. Fixes #1692
@janpfo Can you please download and test the branch https://github.com/crankyoldgit/IRremoteESP8266/tree/Issue1692 / PR #1693 as it should add Also, is your remote & A/C model numbers listed in: IRremoteESP8266/src/ir_Toshiba.h Lines 12 to 24 in 94080aa
If not, please tell us what they are so we can document that the library works with them. |
@crankyoldgit thank you, that was fast! I can confirm that filter/pure mode works with the updated code!
|
Thanks for that.
Added. What about the A/C unit itself? |
RAS-25SKVP2-ND |
Thankyou |
* Add `setFilter()` & `getFilter()`. * Add filter support for Toshiba in `IRAc` class. * Minor code style/formating cleanup. * Update & add unit tests for code coverage and verification. Fixes #1692
_v2.8.1 (20220101)_ **[Bug Fixes]** - Arduino ESP32 Core v2.0.2+ crashes due to our timer hack. (#1715 #1715) - SONY: Fix old Sony CD-Player Remote (12 Bit) (#1714) **[Features]** - Add tool to convert protocol & code to raw timing info. (#1708 #1707 #1703) - Add basic support for COOLIX48 protocol. (#1697 #1694) - MITSUBISHI_AC: Added support for i-SAVE mode. (#1666) - TOSHIBA_AC: Add Filter setting support. aka. Pure. (#1693 #1692) - Airton: Add detailed A/C support. (#1688 #1670) **[Misc]** - Add a structured library version number. (#1717) - Workflows Split UnitTests (#1712) - Reduce time for workflow/Build (#1709) - Fix some compiler & linter warnings (#1699 #1700) - Fujitsu: Update supported A/C models (#1690 #1689 #1702 #1701) - Remove extra `const` qualifier for char pointer (#1704) - TCL: Update supported devices. (#1698) - ESP32-C3: Work around for some C3 specific compiler issues. (#1696 #1695)
## _v2.8.1 (20220101)_ **[Bug Fixes]** - Arduino ESP32 Core v2.0.2+ crashes due to our timer hack. (#1715 #1713 ) - SONY: Fix old Sony CD-Player Remote (12 Bit) (#1714) **[Features]** - Add tool to convert protocol & code to raw timing info. (#1708 #1707 #1703) - Add basic support for COOLIX48 protocol. (#1697 #1694) - MITSUBISHI_AC: Added support for i-SAVE mode. (#1666) - TOSHIBA_AC: Add Filter setting support. aka. Pure. (#1693 #1692) - Airton: Add detailed A/C support. (#1688 #1670) **[Misc]** - Add a structured library version number. (#1717) - Workflows Split UnitTests (#1712) - Reduce time for workflow/Build (#1709) - Fix some compiler & linter warnings (#1699 #1700) - Fujitsu: Update supported A/C models (#1690 #1689 #1702 #1701) - Remove extra `const` qualifier for char pointer (#1704) - TCL: Update supported devices. (#1698) - ESP32-C3: Work around for some C3 specific compiler issues. (#1696 #1695)
FYI, the changes mentioned above have now been included in the new v2.8.1 release of the library. |
I tried to add it myself, but I couldn't solve it.
It looks like it just sets Byte[7] to 0x10 instead of 0x00
The text was updated successfully, but these errors were encountered: