Skip to content
Discussion options

You must be logged in to vote

I'm now using an automation such as the following for each of the Bosch TRVs:

alias: Versatile_Thermostat_Update_Bosch_TRV_Foo
description: ""
triggers:
  - trigger: time_pattern
    minutes: /10
conditions:
  - condition: state
    entity_id: climate.versatile_thermostat_foo
    state:
      - heat
      - sleep
    attribute: hvac_mode
actions:
  - action: number.set_value
    metadata: {}
    target:
      entity_id: number.foo_pi_heating_demand
    data:
      value: >
        {{state_attr("climate.foo",
        "vtherm_over_climate_valve").underlying_valves["number.foo_pi_heating_demand"].last_sent_opening_value
        }}
mode: single

This now seems to work fine; I haven't observed…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@altruizine
Comment options

@altruizine
Comment options

@jmcollin78
Comment options

@altruizine
Comment options

Answer selected by altruizine
@altruizine
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants