tomaszkoperski / com.zehnder-systems.comfoconnect

Homey app for controlling ventilation systems via Zehner ComfoConnect LAN C gateway
GNU General Public License v3.0
6 stars 2 forks source link

Add balance mode #4

Closed richie80 closed 1 year ago

richie80 commented 1 year ago

https://github.com/michaelarnauts/aiocomfoconnect async get_balance_mode(): Get the balance mode. async set_balance_mode(mode, timeout=-1): Set the balance mode. (balance / supply only / exhaust only)

Is it possible to add the balance mode? (then option).

tomaszkoperski commented 1 year ago

I've added the balance mode in v1.1.0

richie80 commented 1 year ago

I have version 1.1.0 installed on my homey but unfortunately I don't see the possible to change the ventilation mode (options: balance/supply only/extract only). IMG_1207

tomaszkoperski commented 1 year ago

OK, I see what you mean. The ventilation mode can be controlled through Device -> Advanced settings and you want to do it via a "Then" flow card. I'll add that option.

richie80 commented 1 year ago

Thank you!!

tomaszkoperski commented 1 year ago

@richie80 please give this version a try: https://homey.app/a/com.zehnder-systems.comfoconnect/test/ Let me know if that works well.

richie80 commented 1 year ago

It works! Thanks!