Skip to content

Custom component allowing control of Atrea ventilation units

License

Notifications You must be signed in to change notification settings

O-Palda/HomeAssistant-Atrea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeAssistant-Atrea

Custom component - climate platform - for Atrea ventilation units for Home Assistant

Installation:

  1. In your Home Assistant instance, create directory /custom_components/atrea in your /config directory.
  2. Copy all files from /custom_components/atrea of this repository to the newly created directory in your Home Assistant.

Usage:

Add to configuration.yaml:

climate:
  - platform: atrea
    host: [IP ADDRESS TO ATREA UNIT]
    password: [PASSWORD TO ATREA UNIT]

Optionally, you can specify list of fan modes and list of presets by adding following to config:

    customize:
      fan_modes:
        - '50%'
        - '70%'
        - '100%'
      presets:
        - 'Off'
        - 'Ventilation'
        - 'Circulation'
        - 'Night precooling'

Complete possible list of fan modes:

  • integers between 12% - 100%

and presets:

  • "Off", "Automat", "Ventilation", "Circulation and Ventilation", "Circulation", "Night precooling", "Disbalance", "Overpressure"

Installation using HACS

HACS is a community store for Home Assistant. You can install HACS and then install Atrea from the HACS store.

Track Updates

This custom component can be tracked with the help of custom-lovelace.

In your configuration.yaml

custom_updater:
  component_urls:
    - https://raw.githubusercontent.com/JurajNyiri/HomeAssistant-Atrea/master/custom_updater.json

About

Custom component allowing control of Atrea ventilation units

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%