Tucker Kern

Results 452 comments of Tucker Kern

Okay, lets see if we can figure out what's going on. Can you enable debug logging and reload the integration? That will give some additional information I can use. How...

That should do it. You probably just need to grab the full log instead of just the warnings.

Oh I see. Your devices are of type 0xCC which is unsupported by this integration. If you download the protocol and plugin I can look at what adding support for...

Did `msmart download` pull down the Lua and Plugin? I'd need a copy of those to implement support

@Elizabeth695739 Your device type is 0xAC, and the `'supported': True` should indicate we can properly parse responses from the device. You can verify this with `msmart-ng query --auto --debug`

Your device is supported. Those checksum/CRC errors are from energy usage messages. It's possibly a device quirk, and something that could be solved/ignored in msmart-ng.

@11sas11 I'm hacking together support for 0xCC devices here: https://github.com/mill1000/midea-msmart/tree/feature/cc_device_support Mostly based on the Lua file from here: https://github.com/hasscc/meiju/blob/main/custom_components/meiju/lua/T_0000_CC_6.lua I don't know if the reference is terrible out of date...

@11sas11 I've got the branch far enough along that it could use some testing. I've put a small example script in the PR here: https://github.com/mill1000/midea-msmart/pull/233 Could you checkout the branch...

Thanks I'll take a look. Sleep mode is one of the few presets that I just assume a device supports. Does the OEM app have an option for sleep mode?

I think that's the sleep curve feature. Which might be a related but slightly different feature. Does your unit or remote have a sleep button?