esp8266-midea-dehumidifier icon indicating copy to clipboard operation
esp8266-midea-dehumidifier copied to clipboard

ION Mode implementation

Open elvenpath opened this issue 3 years ago • 3 comments

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

Thanks

elvenpath avatar Jun 13 '21 09:06 elvenpath

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 avatar Oct 09 '21 18:10 TippyLion28

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 avatar Oct 29 '21 13:10 TippyLion28

Hi all, please see #14

TippyLion28 avatar Oct 29 '21 19:10 TippyLion28