Code Monkey home page Code Monkey logo

tion_home_assistant's Introduction

Tion Home Assistant

This component provides integration of Tion devices (breezers and climate sensors) into Home Assistant smart home system. Based on the tion package.

Installation

  1. download zip file with this repository
  2. put content to your config/custom_components/tion directory
  3. add to your configuration.yaml:
tion:
  username: !secret tion_email
  password: !secret tion_password
  1. add tion_email and tion_password to your secrets.yaml
  2. restart Home Assistant

Usage:

After restart you should see your breezer device as climate.tion_... and your MagicAir sensors as sensor.magicair_... Services, allowed to control your breezer:

climate.set_fan_mode

fan_mode parameter defines the speed of the device in format:

  • off, 0 - turned off
  • 1-6 - on and manually controlled
  • auto - automatic breezer control depending on the CO2 level
  • 2-4, 1-3, 4-6... etc - automatic control with set speed range

climate.set_hvac_mode

hvac_mode defines your breezer's heater state:

  • heat - heater on
  • fan_only - heater off

climate.set_temperature

can be used to set target temperature for heater by setting temperature parameter

Troubleshooting

If something went wrong, turn on extended logs for this component and for the tion package in your configuration.yaml:

logger:
  default: warning
  logs:
    custom_components.tion: info
    tion: info

tion_home_assistant's People

Contributors

airens avatar

Stargazers

 avatar

Forkers

akarabutov

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.