Skip to main content

Command 0x09 - Get Run Status

This command returns information about the heat pump's current run status. It is unclear if this is called as part of normal operation.

info

Certain older heat pump units do not return Run Status as part of their operation. So far, this has been reported on the MSZ-GE##VA and MSZ-FD##VA units, but otherse may be affected.

BytePurposePossible ValuesSupported by mUARTNotes
0CommandType0x09
3Status FlagsStatus FlagsA bitmask of flags indicating the heat pump's current status.
4Actual Fan SpeedActual Fan SpeedsThe speed the fan is currently operating at (may be different from fan setting in 0x02)
5Auto Mode?Auto ModeNoPer swicago lib, idle mode but has other values.

Example Packets

[FC.62.01.30.10]09.00.00.00.02.40.00.00.00.00.00.00.00.00.00.00 12  // wall unit heat request
[FC.62.01.30.10]09.00.00.00.01.40.00.00.00.00.00.00.00.00.00.00 13 // wall unit in idle
[FC.62.01.30.10]09.00.00.00.01.41.00.00.00.00.00.00.00.00.00.00 12 // wall unit in auto, idling
[FC.62.01.30.10]09.00.00.00.01.42.00.00.00.00.00.00.00.00.00.00 12 // wall unit in auto, heating

Status Flags

BitPurposeSupported by mUARTNotes
0x01FilterThe filter needs to be serviced.
0x02DefrostThe outdoor unit is in a defrost cycle.
0x04HotAdjustThe system is preheating for a HEAT call.
0x08StandbyThe unit is in standby mode (another unit with priority is requesting a conflicting mode).

Actual Fan Speeds

These were extracted from Kumo UI, and don't particularly make much sense. It's unclear if "Super Quiet" is below or above "Very Low", for example. It's also unclear how these map to setting fan speeds (though a preliminary mapping is below). Active research about these values is currently being tracked as part of Issue #27).

ValueNameRelated Set Speed
0OffOff
1Very LowNot observed
2QuietLow
3LowMedium
4PowerfulHigh
5Super PowerfulPowerful
6Super QuietQuiet

Auto Modes

note

The information in this field comes from EChavet's library. Not all information here has been confirmed to be present on all units.

The auto mode field appears to allow a heat pump to return additional information as to what state automatic resolution is in. That is, if the operation mode is set to auto, this field will denote what exactly the unit is doing.

This byte may additionally contain extra bits (namely, 0x40), though the meaning of this bit is currently unknown at this time.

ValueName
0x00N/A
0x01Cool
0x02Heat
0x03"Leader" Mode (???)
0x40???
0x41???
0x42???