| Image | Price | Link | Notes |
|---|---|---|---|
![]() |
15.75 | https://es.aliexpress.com/item/1005006872676758.html | Matcha |
![]() |
15.41 | https://es.aliexpress.com/item/1005006872705640.html | Iceberg |
![]() |
15.75 | https://es.aliexpress.com/item/1005006872714578.html | Shimmer |
![]() |
21.8 | https://es.aliexpress.com/item/10050068726468 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| This module implements the IR protocol for Daikin's air conditioning units. | |
| It is based on this work: | |
| <https://github.com/blafois/Daikin-IR-Reverse> | |
| And contains some additional improvements, such as: | |
| - Implementation of the low layer (IR signal protocol). | |
| The low-level IR protocol is not explained very well by blafois; | |
| no mention is made to the following: |
[Tuya][]'s IR blasters, like the [ZS08][], have the ability to both learn and blast generic IR codes. These IR codes are given to the user as an opaque string, like this:
A/IEiwFAAwbJAfIE8gSLIAUBiwFAC+ADAwuLAfIE8gSLAckBRx9AB0ADBskB8gTyBIsgBQGLAUALA4sB8gRAB8ADBfIEiwHJAeARLwHJAeAFAwHyBOC5LwGLAeA97wOLAfIE4RcfBYsB8gTyBEAFAYsB4AcrCYsB8gTyBIsByQHgPY8DyQHyBOAHAwHyBEAX4BVfBIsB8gTJoAMF8gSLAckB4BUvAckB4AEDBfIEiwHJAQ==
Not much is known about the format of these IR code strings, which makes it difficult to use codes obtained through other means (such as a



