asev / homeassistant-helios

Custom component for Home Assistant to connect Helios ventilation system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error / Warning / Info, Filter Change, Fan Stage and Bypass

s-cochet opened this issue · comments

You´ve done some great work here! It´s working fine with a KWL EC 300W L.

I would like to see the above being added.
VARIABLE_ERRORS = "v01123"
VARIABLE_WARNINGS = "v01124"
VARIABLE_INFOS = "v01125"
VARIABLE_FILTER_CHANGE = "v01031"
VARIABLE_FAN_STAGE = "v00102"
VARIABLE_BYPASS = "v02119"

Besides reading the above it would be nice to control the fan stage outside of boost mode.

Thanks. I'll consider adding them.
Fetching current values already takes some time. I'm looking for a way to optimise that. I'll try to add them in next release.

You can control fan speed. Use fan.set_speed service. Send entity_id and speed (low, medium, high or max) as data.
Also you can change it on fan entity
image