Hypfer / esp8266-midea-dehumidifier

Cloud-free wifi dehumidification
Apache License 2.0
112 stars 22 forks source link

ION Mode implementation #3

Open elvenpath opened 3 years ago

elvenpath commented 3 years ago

The device has an ION mode available on the default factory firmware. Is it possible to implement that also?

Thanks

TippyLion28 commented 3 years ago

I have a working unit with ION mode. State updates cause the ION mode to switch off even if it's been switched on manually @ the top panel. Would be cool to see this implemented.

TippyLion28 commented 2 years ago

I've managed to get UART analysis set up between the SmartKey and my unit with ION mode (called 'Fresh' in the Inventor app)

I'll try to figure this out myself, but if anyone has any clues/pointers or wants to see the output from my unit, let me know :)

Update: To enable ION mode you need to set the 9th payload byte to 0x40.

ION mode on is represented by 0x40 as the 19th byte in a 0xc8 packet.

TippyLion28 commented 2 years ago

Hi all, please see #14