GithubHelp home page GithubHelp logo

Comments (6)

majker17 avatar majker17 commented on September 3, 2024

Hello anyone help? I will be appreciated for the support.

from homeassistant-greeclimatecomponent.

RobHofmann avatar RobHofmann commented on September 3, 2024

Can you share the full automation?

from homeassistant-greeclimatecomponent.

majker17 avatar majker17 commented on September 3, 2024

This is my complete script:


alias: I_piętro_pokoj_105_ON
description: ""
trigger:

  • platform: time_pattern
    seconds: "1"
    condition:
  • condition: time
    after: "07:30:00"
    before: "17:00:00"
  • condition: state
    entity_id: calendar.polska
    state: "off"
  • condition: state
    entity_id: climate.pokoj_105
    attribute: hvac_mode
    state: cool
    action:
  • choose:
    • conditions:
      • condition: numeric_state
        entity_id: climate.pokoj_105
        attribute: current_temperature
        above: 0
        below: 22
      • condition: template
        value_template: "{{ now().month in [1,2,3,11,12] }}"
        sequence:
      • service: climate.turn_on
        metadata: {}
        data: {}
        target:
        entity_id: climate.pokoj_105
      • delay:
        hours: 0
        minutes: 0
        seconds: 5
        milliseconds: 0
      • service: climate.set_hvac_mode
        metadata: {}
        data:
        hvac_mode: heat
        target:
        entity_id: climate.pokoj_105
      • delay:
        hours: 0
        minutes: 0
        seconds: 5
        milliseconds: 0
      • service: climate.set_temperature
        metadata: {}
        data:
        temperature: 22
        hvac_mode: heat
        target:
        entity_id: climate.pokoj_105
      • delay:
        hours: 0
        minutes: 0
        seconds: 5
        milliseconds: 0
      • service: climate.set_fan_mode
        metadata: {}
        data:
        fan_mode: Low
        target:
        entity_id: climate.pokoj_105
    • conditions:
      • condition: numeric_state
        entity_id: climate.pokoj_105
        attribute: current_temperature
        above: 22
      • condition: template
        value_template: "{{ now().month in [1,2,3,11,12] }}"
      • condition: state
        entity_id: climate.pokoj_105
        attribute: hvac mode()
        state: heat
        sequence:
      • service: climate.turn_off
        metadata: {}
        data: {}
        target:
        entity_id: climate.pokoj_105
    • conditions:
      • condition: numeric_state
        entity_id: climate.pokoj_105
        attribute: current_temperature
        above: 24
      • condition: template
        value_template: "{{ now().month in [4,5,6,7,8,9,10] }}"
      • condition: state
        entity_id: climate.pokoj_105
        attribute: hvac_mode
        state: "OFF"
        sequence:
      • service: climate.turn_on
        metadata: {}
        data: {}
        target:
        entity_id: climate.pokoj_105
      • delay:
        hours: 0
        minutes: 0
        seconds: 5
        milliseconds: 0
      • service: climate.set_hvac_mode
        metadata: {}
        data:
        hvac_mode: cool
        target:
        entity_id: climate.pokoj_105
      • service: climate.set_temperature
        metadata: {}
        data:
        temperature: 23
        hvac_mode: cool
        target:
        entity_id: climate.pokoj_105
      • delay:
        hours: 0
        minutes: 0
        seconds: 5
        milliseconds: 0
      • service: climate.set_fan_mode
        metadata: {}
        data:
        fan_mode: Low
        target:
        entity_id: climate.pokoj_105
    • conditions:
      • condition: numeric_state
        entity_id: climate.pokoj_105
        attribute: current_temperature
        below: 23
        above: -0.1
      • condition: template
        value_template: "{{ now().month in [4,5,6,7,8,9,10] }}"
        sequence:
      • service: climate.turn_off
        metadata: {}
        data: {}
        target:
        entity_id: climate.pokoj_105
        mode: single

My goal is to control the themperature, status of the AC and set the some confitions, for example:

  • if there is June and AC off and themeprature higher than 24 degree, switch on the AC, set the HVAC to cool with low fan speed without swing.
  • if there is June and AC on and HVAC is cool and themeprature lower than 24 degree, switch off the AC.

Similar examples for the winder time.

from homeassistant-greeclimatecomponent.

Related Issues (20)

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.