dlarrick / pykumo

Python library to interact with Mitsubishi KumoCloud devices via their local API
MIT License
35 stars 12 forks source link

Fan mode is not available. #1

Closed jhuang0 closed 5 years ago

jhuang0 commented 5 years ago

The fan mode is not available. I do not have the vertical vane issue reported by the other user. The packet sniffing dump is available below - let me know if it's missing what you need.

https://drive.google.com/open?id=11TqqSlyC3YX_UE_yMxq78wMTp3HcRqYJ

dlarrick commented 5 years ago

Hi @jhuang0 I do see your packet capture, and it's the right stream, format, etc. But what I need for you to do is to change the fan speed from within the KumoCloud app while you're doing the capture. If you cycle through the different fan speed options, so much the better.

jhuang0 commented 5 years ago

Here's another attempt at it....

https://drive.google.com/open?id=11XyjUDXX4yAQFiFKPKpoO1y9Zyh21fCV

jhuang0 commented 5 years ago

Oops. Didn't mean to close it.

dlarrick commented 5 years ago

Aha! I think see what you mean now. You want to set it to use a ventilation function? My units don't have that (and neither does the kumojs author, evidently) but it should be easy enough to support.

jhuang0 commented 5 years ago

Yes! It's be great if you could add support for what I see as the fan/ventilation option. I'm kind of curious to see what would happen if your unsupported model got this command. I suppose this functionality could be supported via an additional parameter in the configuration.

dlarrick commented 5 years ago

As it turns out the info we can get from the unit itself describes its capabilities: fan, dry (dehumidify), heat, auto fanspeed, etc. So this should be pretty flexible. I should have some time later in the week to take a look.

dlarrick commented 5 years ago

FYI this is resolved.