You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to control C&H Sophia minisplit. As seen on the dump below, the remote seems to be detected fine (the temperature and other settings are correct). But when I send that raw code out to the minisplit there is no reaction.
I did something like this with another minisplit successfully, so I think the hardware (IR led) and the code is good.
Hi,
I am trying to control C&H Sophia minisplit. As seen on the dump below, the remote seems to be detected fine (the temperature and other settings are correct). But when I send that raw code out to the minisplit there is no reaction.
I did something like this with another minisplit successfully, so I think the hardware (IR led) and the code is good.
Here is the IRrecvDumpV2 dump:
Timestamp : 000009.458
Library : v2.8.6
Protocol : MIDEA
Code : 0xA1A373FFFF57 (48 Bits)
Mesg Desc.: Type: 1 (Command), Power: On, Mode: 3 (Heat), Celsius: Off, Temp: 27C/81F, On Timer: Off, Off Timer: Off, Fan: 0 (Auto), Sleep: Off, Swing(V): -, Econo: -, Turbo: -, Quiet: Off, Light: -, Clean: -, 8C Heat: -
uint16_t rawData[199] = {4448, 4340, 624, 1526, 624, 448, 624, 1528, 626, 448, 654, 420, 622, 454, 622, 452, 624, 1526, 650, 1498, 626, 450, 622, 1528, 620, 454, 620, 454, 624, 450, 624, 1524, 624, 1526, 624, 450, 622, 1528, 654, 1494, 624, 1526, 624, 448, 654, 422, 640, 1508, 600, 1550, 592, 1558, 620, 1530, 622, 1526, 622, 1528, 622, 1528, 622, 1530, 594, 1554, 622, 1528, 624, 1526, 624, 1526, 626, 1524, 652, 1498, 624, 1524, 594, 1558, 624, 1524, 628, 1524, 622, 452, 616, 1534, 624, 450, 620, 1528, 592, 482, 626, 1524, 652, 1496, 594, 1558, 622, 5122, 4444, 4340, 622, 450, 620, 1528, 618, 456, 622, 1528, 624, 1526, 618, 1530, 618, 1532, 624, 450, 626, 450, 620, 1528, 624, 450, 624, 1526, 624, 1526, 592, 1558, 622, 452, 592, 484, 592, 1558, 620, 454, 592, 482, 620, 454, 626, 1524, 626, 1524, 648, 426, 592, 482, 622, 452, 620, 454, 622, 454, 618, 456, 620, 454, 620, 452, 622, 452, 622, 454, 618, 456, 594, 480, 618, 456, 590, 484, 592, 482, 590, 484, 592, 482, 622, 454, 590, 1558, 592, 482, 618, 1532, 620, 454, 620, 1530, 624, 452, 622, 452, 618, 456, 624}; // MIDEA A1A373FFFF57
uint64_t data = 0xA1A373FFFF57;
I send the raw data like this:
irsend.sendRaw(rawData, 199, 38);
Thanks,
Jarek
The text was updated successfully, but these errors were encountered: