dlarrick
dlarrick
See https://github.com/dlarrick/pykumo/issues/15 The Kumo Cloud app uses, inexplicably, a lookup table for C F conversion. We haven't figured out a good reason for this. The Kumo HA integration does processing...
See discussion in #105. TL;DR: Mitsubishi broke something, and I've done all the workarounds I can think of.
Hmm that's odd. This is working fine for me. You may be hitting the dreaded issues discussed in #105 . If you power-cycle your Kumo system (at the breaker is...
Anything different in the logs before/after enabling the additional sensors?
I have seen those debouncer messages and couldn't figure out how to fix it. But they go away if you restart HA. Maybe that's your whole issue? If so we...
Didn't we remove this to stop some deprecation warning? Let me dig up that PR too...
Yeah -- https://github.com/dlarrick/hass-kumo/pull/155 which references https://github.com/dlarrick/hass-kumo/issues/137 So with this change to your local files you're not seeing that warning? Or if you are, can you research the proper way to...
I am starting to think this PR is, in fact, exactly what's needed for Google Assistant: I was trying to understand how it could do Climate.TURN_ON without remembering what mode...
> Thinking on this more, to support 2025.1, I think you actually need to implement `turn_on` and `turn_off` actions. I think that's incorrect. I think we can choose to implement...
#176 addressing the same issue is now merged. I would accept a further PR to implement climate.turn_on if it somehow tracks what the last mode was, for example storing the...