Giter Club home page Giter Club logo

Comments (2)

tadasdanielius avatar tadasdanielius commented on September 12, 2024

just checked the action in developer tools

action: water_heater.set_operation_mode
target:
  entity_id: water_heater.domestic_hot_water_tank
data:
  operation_mode: "on"

It worked ok. How does your automation looks like and what you are trying to set?

from daikin_altherma.

Jozo81 avatar Jozo81 commented on September 12, 2024

Checked also the action in developer tools and it works perfectly. My automation has worked for a long time before something changed. I have a slider to choose how many hours I want to heat and heater turns on and off choosing the cheapest Nordpool hours.

Automation created for floor heating with same parameters works as before.

alias: "Nordpool DHW Heating "
description: ""
trigger:
  - platform: state
    entity_id:
      - sensor.nordpool_mwh_ee_eur_3_095_02
    attribute: current_price
  - platform: state
    entity_id:
      - input_number.slider24
condition: []
action:
  - if:
      - condition: numeric_state
        entity_id: sensor.nordpool_mwh_ee_eur_3_095_02
        attribute: current_price
        below: sensor.switching_limit
    then:
      - device_id: fb99950728ab8c96dad1ba7423e084c9
        domain: water_heater
        entity_id: fe25a03138a5bbdb4b472c9a91fe6028
        type: turn_on
    else:
      - device_id: fb99950728ab8c96dad1ba7423e084c9
        domain: water_heater
        entity_id: fe25a03138a5bbdb4b472c9a91fe6028
        type: turn_off
mode: single

from daikin_altherma.

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.