|
2 | 2 |
|
3 | 3 | Seems to correlate (at least partially) with [`0x62 0x09` - Get Run State][get-run-state]. Name/other flags TBD. |
4 | 4 |
|
5 | | -| Byte | Purpose | Possible Values | Supported by mUART | Notes | |
6 | | -|------|-------------------------------------|------------------------|--------------------|---------------------------------------| |
7 | | -| 0 | Command Type | 0x08 | Yes | | |
8 | | -| 1-2 | Update Flags | Traditional hex flags | Partially | Indicates which parameters to update. | |
9 | | -| 3 | Filter Reset | 0x00: No<br/>0x01: Yes | | Update flag 0x0001 | |
10 | | -| 5 | (UNCONFIRMED) Dehumidify Value | 0x00 to 0x64 (?) | | Update flag 0x0004 | |
11 | | -| 6 | (UNCONFIRMED) Power Saving Mode | 0x00: Off<br/>0x0A: On | | Update flag 0x0008 | |
12 | | -| 7 | (UNCONFIRMED) "Wind and Wind Break" | | | Update flag 0x0020 | |
13 | | -| 8 | (UNCONFIRMED) Buzzer | 0x00: No<br/>0x01: Yes | | Update flag 0x0010 | |
| 5 | +| Byte | Purpose | Possible Values | Supported by mUART | Notes | |
| 6 | +|------|----------------------------------|------------------------------------------|--------------------|----------------------------------------------------------------| |
| 7 | +| 0 | Command Type | 0x08 | Yes | | |
| 8 | +| 1-2 | Update Flags | Traditional hex flags | Partially | Indicates which parameters to update. | |
| 9 | +| 3 | Filter Reset | 0x00: No<br/>0x01: Yes | | Update flag 0x0100 | |
| 10 | +| 4* | (UNCONFIRMED) Dehumidify Value | 0x00 to 0x64 | | Update flag 0x0400 | |
| 11 | +| 5* | (UNCONFIRMED) Power Saving Mode | 0x00: Off<br/>0x0A: On | | Update flag 0x0800 | |
| 12 | +| 6** | Airflow control mode (i-See) | [Airflow control mode](#airflow-control-mode-i-see) | | Update flag 0x2000<br/>Not all values supported for all units. | |
| 13 | +| 7* | (UNCONFIRMED) Buzzer | 0x00: No<br/>0x01: Yes | | Update flag 0x1000<br/>Sending 0x01 results in some units beeping twice | |
| 14 | +| 11* | (UNCONFIRMED) Notification for remote control navigation | 0x02 : 0x00 | | Update flag 0x0002 | |
| 15 | + |
| 16 | +**Extracted from Android app 霧ヶ峰REMOTE (v5.3.1)* |
| 17 | + |
| 18 | +***Tested on MSZ-LN25VG2W* |
14 | 19 |
|
15 | 20 | [get-run-state]: ../0x62-get-response/0x09-get-run-state.md |
| 21 | + |
| 22 | +### Airflow control mode (i-See) |
| 23 | + |
| 24 | +| Value | Name | |
| 25 | +|-------|----------| |
| 26 | +| 0 | EVEN | |
| 27 | +| 1 | DIRECT | |
| 28 | +| 2 | INDIRECT | |
| 29 | + |
| 30 | +Confirmed to work on units with the i-See sensor and the DIRECTION key on the IR remote (e.g. MSZ-LN##VG#*). |
| 31 | +The mode can only be set when the horizontal vane field is set to 0x80 *and* the i-See sensor is activated on the unit. |
0 commit comments