GithubHelp home page GithubHelp logo

nyxnyx / esphome-comfoair Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wichers/esphome-comfoair

10.0 1.0 3.0 182 KB

ESPHome configuration to drive Zehnder ComfoAir devices.

License: GNU General Public License v3.0

C++ 75.55% Dockerfile 3.41% Python 20.49% Shell 0.56%

esphome-comfoair's Introduction

ComfoAir

Port of ComfoAir protocol to ESPHome.io firmware originally by @wichers modified by @nyxnyx to be installed as external_components.

Add to your yaml configuration the definition of external_components:

external_components:
  - source:
      type: git
      url: https://github.com/nyxnyx/esphome-comfoair
    components: [comfoair]

and than use it:

uart:
  id: uart_bus
  rx_pin: 3
  tx_pin: 1
  baud_rate: 9600

comfoair:
  name: "ComfoAir 350"
  uart_id: uart_bus
  fan_supply_air_percentage:
    name: "Fan supply (%)"
  fan_exhaust_air_percentage:
    name: "Fan exhaust (%)"
  fan_speed_supply:
    name: "Supply fan speed"
  fan_speed_exhaust:
    name: "Exhaust fan speed"
  is_bypass_valve_open:
    name: "Is bypas open?"
  is_preheating:
    name: "is preheating active?"
  outside_air_temperature:
    name: "Outside temperature"
  supply_air_temperature:
    name: "Supply temperature"
  return_air_temperature:
    name: "Return temperature"
  exhaust_air_temperature:
    name: "Exhaust temperature"
  enthalpy_temperature:
    name: "Enthalpy temperature"
  ewt_temperature:
    name: "EWT temperature "
  reheating_temperature:
    name: "Reheating temperature"
  kitchen_hood_temperature:
    name: "Kitchen hood temperature"
  return_air_level:
    name: "Return level"
  supply_air_level:
    name: "Supply level"
  is_supply_fan_active:
    name: "Is supply fan active?"
  is_filter_full:
    name: "Is filter full?"
  bypass_factor:
    name: "Bypass factor"
  bypass_step:
    name: "Bypass step"
  bypass_correction:
    name: "Bypass correction"
  is_summer_mode:
    name: "Is summer mode?"

The sensor defined here is a full list of sensor - if you remove sensor from yaml it will be not monitored.

For visualization:

Have a look at simple_thermostat.yaml and https://github.com/nervetattoo/simple-thermostat

Or checkout https://github.com/wichers/lovelace-comfoair and follow the instructions.

esphome-comfoair's People

Contributors

nyxnyx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.