Zac

Results 24 comments of Zac

> I would love to have a LUX-value sensor in the integration as well. The info is available in ecowitt, so would be awesome to get the value directly as...

I believe the core issue is that `speed_list` and `speed` are [deprecated](https://developers.home-assistant.io/docs/core/entity/fan/), and the values are supposed to be sent as percentages. So all you'll ever get any more is...

You know, I think I actually ran into this last week. Should be easy to fix, I will add explicit setting of both switches in all modes.

@bbbates Looking through the code last night, my guess is that https://github.com/zacs/ha-dualmodegeneric/blob/09455b0afc64950eebd575c361d787646e643d42/custom_components/dualmode_generic/climate.py#L331 (and the matching lines) is the likely culprit, since that `_async_cooler_turn_off()` gets missed. My fix adds a backup...

I agree this sort of behavior is ideal in HVAC systems, but it seems like a great deal of complexity. Would it work for you to solve each situation like...

Hmm it looks very similar to #1, which I was not able to repro either. My guess was that it was a race condition (dualmode getting set up before the...

@DNKROZ can you give it a try now? It may have been fixed by #38.

Hmm, I wonder if `min_cycle_duration` was added after I forked the built-in generic thermostat. I would say I need to rebase to whatever HA's generic is now, but to be...

I imagine it will be straight-forward if you just diff the `climate.py` in this repo with the generic stat in the main HA repo. I'm happy to CR it.