Tucker Kern

Results 452 comments of Tucker Kern

Looks like you're running an older version of msmart. If you're running a docker image, be sure to run the above `pip install` command within the container. IF you're running...

> i run haos on proxmox, at some point i reinstalled haos and loaded from a backup so msmart was gone haos didnt have pip, i installed python + pip...

Ok. That's some progress. Were there any log messages when trying to turn off the freeze protection? What model is your unit? I'm trying to understand how FP is used...

Ok thanks. That's helpful. Is FP mutual exclusive with ECO and Boost? Can you enable debug logs when trying to turn on and off the FP? Even better if you...

I made another branch that re-implements FP as an "Away" preset. Make sure to grab the latest msmart branch as well. https://github.com/mill1000/midea-ac-py/tree/feature/fp_away_mode_preset

What do you mean by "Close the AC"? My unit and HA both remember the last settings it used.

Feels a little hacky but we could add a check for the codec here: https://github.com/badaix/snapcast/blob/6a428328aa3a7f2ece91895466b2690a5e454b17/server/server.cpp#L69-L79 e.g. ```c++ if (pcmStream->getCodec() == "null") return; ```

Duplicate of #136. midea-msmart is capable of reading the min/max temperatures the unit is capable of. https://github.com/mac-zhou/midea-msmart/blob/97723d055d8e5a3775eaaca96807f2dbbd6db2aa/msmart/device/AC/command.py#L339-L351 We just need to expose those values in the device class and feed...

Just noticed that the latest HA release has added new methods to allow entity state formatting for custom cards. https://developers.home-assistant.io/blog/2023/08/29/hass-format-state