Open gnkarn opened 6 years ago
here the modified version , included in tasmota that decodes a message with the format : https://github.com/gnkarn/Multi-IrControl/tree/multi_bluesky
{ "Vendor": "<Toshiba|Mitsubishi|Bluesky>", "Power": <0|1>, "Mode": "<Hot|Cold|Dry|Auto|Vent>", "FanSpeed": "<1|2|3|4|5|Auto|Silence>", "Temp": <17..30> }
i still don't have a decode logic for the byte data[0] ,
will test tomorrow just , making a "fake" byte[0] .
PRELIMINARY Analisis information :
After making an evaluation this are my conclusions so far : the meaningful code is interpreted as (LSB first)
dividing the code in bytes ,
in summary the only byte i couldn't find the correct meaning is the first byte , it is associated to temperature , but as there is already a byte for this it must have other purpose .
i have not decoded the timer and sleep functions , as well as other modes dry , sleep, auto, timer on off, waves, and auto swing.
SWING VENT bit detail