Coder Social home page Coder Social logo

moe01324 / home_automation Goto Github PK

View Code? Open in Web Editor NEW
33.0 7.0 2.0 11.11 MB

description of a Home Assistant/KNX home automation setup

home-automation home-assistant home-assistant-config home-assistant-configuration homeassistant knx homeassistant-config homeassistant-configuration home-automation-system lovelace

home_automation's People

Contributors

moe01324 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

c3tax mtwliefting

home_automation's Issues

Help understanding KWL in automations.yaml

Hi Moe,

thank you for your cool HA Setup and your Inspirations!

I have some small questions to your KWL Setup and i hope you can help me to understand your Setup?! :-)

Could you explain the following Automation to me? What is exactly done/what Group-Adresses are these or why are you doing this Automation? I understand, that you set KWL to Stufe 1 at 8:00, to 2 at 17:20 and to 1 at 22:00.

in automations.yaml

- alias: Lüftung ausschalten
  trigger:
    at: '08:00:00'
    platform: time
  condition: []
  action:
  - data:
      entity_id: switch.kwl_stufe_1
    service: switch.turn_on
## Lüftung am Nachmittag einschalten
- alias: Lüftung einschalten
  trigger:
    at: '17:20:00'
    platform: time
  condition: []
  action:
  - data:
      entity_id: switch.kwl_stufe_2
    service: switch.turn_on
## Lüftung am Abend ausschalten    
- alias: Lüftung Abend ausschalten
  trigger:
    at: '22:00:00'
    platform: time
  condition: []
  action:
  - data:
      entity_id: switch.kwl_stufe_1
    service: switch.turn_on

But what are you exactly doing here? what are the group Adresses 6/7/2 and 6/7/4?

## KWL Modus korrekt setzen
- alias: KWL Auto
  trigger:
  - at: '10:00'
    platform: time
  condition: []
  action:
  - data:
      address: 6/7/4
      payload: '0'
    service: knx.send
  - data:
      address: 6/7/2
      payload: '0'
    service: knx.send

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.