Mode Auto (Auto fan) uint8_t state[14] = {0x23, 0xCB, 0x26, 0x01, 0x00, 0x24, 0x08, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48}; Mode Cooling, 24 C, Auto fan uint8_t state[14] = {0x23, 0xCB, 0x26, 0x01, 0x00, 0x24, 0x03, 0x07, 0x00, 0x00, 0x00, 0x00, 0x80, 0xC3}; Mode Drying uint8_t state[14] = {0x23, 0xCB, 0x26, 0x01, 0x00, 0x24, 0x02, 0x07, 0x00, 0x00, 0x00, 0x00, 0x80, 0xC2}; Mode Ventillating (Max fan) uint8_t state[14] = {0x23, 0xCB, 0x26, 0x01, 0x00, 0x24, 0x07, 0x07, 0x05, 0x00, 0x00, 0x00, 0x80, 0xCC}; Mode Heating, 24 C Auto fan uint8_t state[14] = {0x23, 0xCB, 0x26, 0x01, 0x00, 0x24, 0x01, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41};