/ecovent_v2

Home Assistant Integration for EcoVent VENTO Expert A50/80/100 Fans

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

hacs_badge

Blauberg EcoVent VENTO Expert A50/80/100 V.2 Fans

Home Assistant Integration. Integration for newest Fans with api version 2

Tested on:

  • Blauberg VENTO Expert A50-1 W V.2

Currently supported:

  • UI integration setup
  • turn_on/turn_off
  • Preset modes:
    • low
    • medium
    • high
    • manual
  • In manual mode speed percentage
  • Oscillating
    • When on, Fans are in 'heat_recovery' airflow
  • Direction
    • "forward" means 'ventilation' airflow
    • "reverse" means 'air_supply' airflow

Changelog

version 0.0.5:

  • Added sensors:

    • Humidity
    • Fan1 speed
    • Fan2 speed
    • Airflow
  • Changed

    • Update method to DataUpdateCoordinator for reduced request to FAN device

version 0.1.0:

  • Added sensors:
    • battery_voltage
    • timer_counter
    • humidity_treshold
    • filter_timer_countdown
    • boost_time
    • machine_hours
    • analogV
    • analogV_treshold

All sensors are categorised and some are disabled by default.

version 0.2.0:

  • Added binary sensors:
    • boost_status
    • timer_mode
    • humidity_sensor_state
    • relay_sensor_state
    • relay_status
    • filter_replacement_status
    • alarm_status
    • cloud_server_state
    • humidity_status
    • analogV_status

All sensors are categorised and some are disabled by default.

  • Changed:
    • Removed default IP address from config input field Host
    • Added some icon defintions to sensors
    • Battery percent caluclation

version 0.2.0:

  • Added services
    • filter_timer_reset (Reset air filter timer)
    • reset_alarms (Reset fan Vento alarms)
  • Changed:
    • From binary sensor to switch:
      • humidity_sensor_state
      • relay_sensor_state
      • analogV_sensor_state

version 0.4.0

  • Added broadcast devices search
    • hack, that searches on network, if string: is entered instead of IP address
    • this is not yer proper HomaAssistant Auto Discovery, but it seems to work on my network

version 0.5.0

  • Mainly fixes from autmated checks and hopefuly some latency improvements
    • Removed await coordinator in turn_on/turn_off and other interactive functions
    • Some cleanup in config_flow
    • Removed deprecated set_speed functions
    • Fix error if _battery_voltage is None