siku2 / hass-komfovent-c5

Home Assistant integration for Komfovent C5 air ventilation systems.
MIT License
7 stars 2 forks source link

No Program Mode #1

Closed colseven closed 2 years ago

colseven commented 2 years ago

Hi, thanks for this HAC. I need the Program Mode but i can't choose it.

bild 2022-03-08 um 06 08 06 bild 2022-03-08 um 06 08 24

colseven commented 2 years ago

just add cls.PROGRAM, LINE 43 in /config/custom_components/komfovent_c5/api/modes.py and it works.

siku2 commented 2 years ago

just add cls.PROGRAM, LINE 43 in /config/custom_components/komfovent_c5/api/modes.py and it works.

I explicitly disabled it because I didn't fully understand what it does. Can you elaborate on what you need it for?

colseven commented 2 years ago

I have created a schedule so that the system then runs exactly in this mode. now, of course, i can control them via hass. bild 2022-03-08 um 06 59 05

siku2 commented 2 years ago

I see, I'd be happy to accept a PR adding the mode back in.