dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
94 stars 20 forks source link

Auto as a fan speed no longer works #121

Closed disruptivepatternmaterial closed 10 months ago

disruptivepatternmaterial commented 11 months ago

I am trying to see what might have changed...but

2023-08-22 00:15:00.210 WARNING (SyncWorker_7) [pykumo.py_kumo] Attempting to set invalid fan speed auto 2023-08-22 00:15:00.213 WARNING (SyncWorker_6) [pykumo.py_kumo] Attempting to set invalid fan speed auto 2023-08-22 00:15:00.216 WARNING (SyncWorker_0) [pykumo.py_kumo] Attempting to set invalid fan speed auto 2023-08-22 00:15:00.218 WARNING (SyncWorker_8) [pykumo.py_kumo] Attempting to set invalid fan speed auto 2023-08-22 00:15:00.220 WARNING (SyncWorker_10) [pykumo.py_kumo] Attempting to set invalid fan speed auto

Also, I added a new unit and in this latest version this was impossible. I had to downgrade to a prior version and then it worked. The only log I saw was something about empty json from the server when I logged in.

disruptivepatternmaterial commented 11 months ago

here is the data from the climate service, auto is listed as a valid option

hvac_modes:

min_temp: 45 max_temp: 95 fan_modes:

swing_modes:

current_temperature: 72 temperature: null target_temp_high: null target_temp_low: null current_humidity: 54.546875 fan_mode: auto hvac_action: 'off' swing_mode: midhorizontal battery_level: 96 filter_dirty: false defrost: false rssi: -42 sensor_rssi: -70 runstate: normal friendly_name: Family Room supported_features: 43

disruptivepatternmaterial commented 11 months ago

Also noticing that auto for the mode no long works either, and again, reverting back a version causes it to work again. Seems like fan speed auto is not valid in your lib and auto for the hvac mode used to be...tracing now.

disruptivepatternmaterial commented 10 months ago

looks like there are issues across the plug in and the lib in your other repo, let me know what you think, I can fork and fix too...

dlarrick commented 10 months ago

I would accept pull requests, though be advised I've got some upcoming travel and it may take me a bit to get to them.

disruptivepatternmaterial commented 10 months ago

I am trying to decompose the data I am seeing in the JSON as seems it tells us some of the things you are inferring, but I might be wrong. I'll see what I can figure out! I am traveling for the next 3 weeks, so it might take some time on my part too.

disruptivepatternmaterial commented 10 months ago

you know what is also curious is the I-see is disabled, which is a bummer, that is the rabbit hole I am in now :P