Replies: 2 comments
-
Similar experience here. Mine reacts in the echo mode, but not very strong. One I disable the echo mode, temps are rising. pls help how to disable! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same issue. I thought it may come from the thermostate, though - but if more people have the problem, it may not be the case. Using some Vale TV05. I solved it with an automation that checks 'is any thermostate set to 17°?' and if yes, then it will be set to 21°. Just a workaround, not a solution. alias: Heizung mal wieder doof
description: ""
trigger:
- platform: numeric_state
entity_id:
- climate.heizung_wohnzimmer
- climate.heizung_schlafzimmer
- climate.heizung_bibliothek
- climate.heizung_buro
attribute: temperature
above: 16.9
below: 17.1
for:
hours: 0
minutes: 0
seconds: 1
condition: []
action:
- service: climate.set_temperature
data:
temperature: 21
target:
entity_id: "{{ trigger.entity_id }}"
mode: single
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
for some reason I see that the Eco-Mode gets all the time enabled on it's own.
If this Eco-Mode is activated the valve stays closed, no matter what target temperature is set. When I switch it then to "Heat" everything works.
Question 1: How can I permanently disable this Eco-Mode?
Question 2: Why does the TRV not work in Eco-Mode, even when the target temperature is not reached?
I'm using HomeMatic IP TRVs.
Thanks & best regards
Johannes
Beta Was this translation helpful? Give feedback.
All reactions