Tucker Kern
Tucker Kern
Did you install the commit I recommended or the 0.2.4 tag? Look at line 332 and 336 in `appliance.py`. They should read ```python return IntEnumHelper.names(self._supported_op_modes) ``` and ```python return IntEnumHelper.names(self._supported_swing_modes)...
We need a little more info on how to control the freeze protection mode. The comment referenced above only has information on what bit to check to see if it's...
No, I believe we need to packets between your phone and the minisplit unit. Those are more difficult to capture.
Nice find. Working on this functionality in a branch [here](https://github.com/mill1000/midea-ac-py/tree/feature/freeze_protection).
That would be great. You'll need to manually install this branch of msmart as well: https://github.com/mill1000/midea-msmart/tree/feature/freeze_protection
midea-msmart isn't a HACS repo. It has to be installed manually with `pip` in your HA environment
I've updated the branches and I think this functionality is ready, but I can't actually test as my units don't implement this. Manually install msmart branch in your HA environment...
Try removing any `midea_ac` sections from your `configuration.yaml`. My branch uses the GUI for configuration.
Ah. I added it as a switch. You should see it on the device page if the unit report supporting it. It appears I may have misunderstood this function. Would...
Can you enable logging? Add the following to your YAML. ```yamllogger: default: warning logs: custom_components.midea_ac: info msmart: debug ``` Then check your `home-assistant.log`, you may see something like this. Post...