yes but can we control this for all my rooms
Let me summarize:
- you need one AHC automation for every room
- each automation should toggle its own switch when heating is required
i am using your blue print for all room. i wantto cont dry concact open iff one room needs help and while closing chech other rooms state
e
You can realize it with the custom action like this. Donβt forget to replace the switch entity with yours. NOTE: this only make sense if you enabled off instead of eco. If you lower the temperature to eco temperature, you should evaluate the internal states of your thermostats. But this isnβt part of this blueprint.
if:
- condition: template
value_template: "{{ states('switch.boiler') != iif(is_heating,'on','off') }}"
then:
- service: switch.turn_{{ iif(is_heating,'on','off') }}
target:
entity_id: "switch.boiler"
Hi @panhans I am currently running v4_rc2 with Outside Temperature Sensor enabled however this feature doesnβt appear to be working.
Purely for testing purposes I have the Outside Temperature Threshold set to 5 - the current outside temperature is 5.9 C however heating is ON - I expected heat to be OFF.
[Trace]
But this doesnt take into account the other rooms in case of switching off.
Thanks for reporting. I will check this later.
@vajdum Yes, youre right. He needs for every room an input boolean that represents the heating state and then a 2nd automation that checks this entities or-wise.
@panhans Hi - Outside temperature has gone up to 6.4C (almost tropical and the heating is now being held off.
Is it possible there is some sort of delta built in that means the Outside temperature has to be a certain percentage above the Outside Temperature Threshold before it kicks in?
Outside temperature is now 6.8 C so I moved the Outside Temperature Threshold to 10 and the heating has come on. Whatever the reason for the earlier issue, the Blueprint does appear to be working as expected now.
Thatβs very sweet. Thank you very much.
Someone here using aggressive mode? How is it working for you?
For my use case i would like to have different range values for upper/lower border, so it opens the valve more if its to cold, but closes it earlier if its to warm.
Yes, I use it with a range of Β±0.3Β°C and an offset of 2Β°C. Works good for me. So you want to be able to set the upper and lower limits separately? I add it to the planned feature list in the initial post.
Hey,
more breaking changes! But only for the heating adjustments. Now you can filter by scheduler, and multiple days. You also can adjust the comfort and eco temperature.
Furthermore if your enabled change temperature on physical change the eco or the comfort temperature will be changed depending on your current heat state.
Happy testing! (again)
I donβt know. Then you just increase the threshold for this amount since itβs not variable. Maybe itβs better disable the thermostats if
- the outside temperature is lower the threshold for a specific duration like 8h or so
or
- the outside and room temperature is lower than a specific threshold.
Thanks for your reply - seems to be working perfectly after final testing
ESPHome (esp32) BLE proxies work very unreliably with the EQ-3 BLE units.
I recommend a workaround with Tasmota as a BLE proxy.
mqtt:
climate:
- name: Wohnzimmer_Heizung1
modes: ["off", heat, auto]
min_temp: 5
max_temp: 26.0
temp_step: 0.5
precision: 0.1
mode_command_topic: cmnd/tasmota_67E854/EQ3/001A22087B17/mode
temperature_command_topic: cmnd/tasmota_67E854/EQ3/001A22087B17/settemp
temperature_state_topic: stat/EQ3/001A22087B17
temperature_state_template: "{{ value_json.temp }}"
mode_state_topic: stat/EQ3/001A22087B17
mode_state_template: "{{ value_json.hassmode }}"
current_temperature_topic: tele/tasmota_67E854/SENSOR
# current_temperature_template: '{{ value_json["AM2301"].Temperature - 4.2 }}'
current_temperature_template: '{{ value_json["AM2301"].Temperature }}'
current_humidity_topic: tele/tasmota_67E854/SENSOR
current_humidity_template: '{{ value_json["AM2301"].Humidity }}'
[quote=βpanhans, post:1043, topic:469873β]
ced Heating Control RC3 is li
[/quote]thanks. how can we set this
week work days
- time: β07:00β
temp: β23β
calibration: βonβ - time: β09:00β
temp: β21β
calibration: βonβ - time: β17:00β
temp: β22β
calibration: βonβ - time: β00:00β
temp: β15β
calibration: βonβ
saturday
- time: β07:00β
temp: β23β
calibration: βonβ - time: β09:00β
temp: β22β
calibration: βonβ - time: β17:00β
temp: β23β
calibration: βonβ - time: β00:00β
temp: β15β
calibration: βonβ
sunday
- time: β07:00β
temp: β21β
calibration: βonβ - time: β08:00β
temp: β22β
calibration: βonβ - time: β10:00β
temp: β23β
calibration: βonβ - time: β00:00β
temp: β15β
calibration: βonβ
i set this is it true ?
-
time: β07:00β
days: [βMonβ,βTueβ,βWedβ,βThuβ,βFriβ]
comfort: β23β
eco: β21β -
time: β08:30β
days: [βMonβ,βTueβ,βWedβ,βThuβ,βFriβ]
comfort: β22β
eco: β21β -
time: β17:00β
days: [βMonβ,βTueβ,βWedβ,βThuβ,βFriβ]
comfort: β23β
eco: β21β -
time: β00:00β
days: [βMonβ,βTueβ,βWedβ,βThuβ,βFriβ]
comfort: β15β
eco: β15β -
time: β07:00β
days: [βSatβ]
comfort: β23β
eco: β22β -
time: β10:00β
days: [βSatβ]
comfort: β23β
eco: β22β -
time: β17:00β
days: [βSatβ]
comfort: β23β
eco: β21β -
time: β00:00β
days: [βSatβ]
comfort: β15β
eco: β15β -
time: β07:00β
days: [βSunβ]
comfort: β21β
eco: β20β -
time: β09:00β
days: [βSunβ]
comfort: β21β
eco: β20β -
time: β10:00β
days: [βSunβ]
comfort: β22β
eco: β21β -
time: β17:00β
days: [βSunβ]
comfort: β23β
eco: β21β -
time: β00:00β
days: [βSunβ]
comfort: β15β
eco: β15β
You summarize the same timestamps of all days in one statement and simply overwrite them if needed like:
- time: "07:00"
comfort: "23"
- time: "09:00"
comfort: "21"
days: ['Mon','Tue','Wed','Thu','Fri','Sat']
- time: "17:00"
days: ['Mon','Tue','Wed','Thu','Fri','Sat']
comfort: "22"
- time: "00:00"
comfort: "15"
- time: "09:00"
days: ['Sat']
comfort: "21"
- time: "17:00"
days: ['Sat']
comfort: "23"
- time: "07:00"
days: ['Sun']
comfort: "21"
- time: "08:00"
days: ['Sun']
comfort: "22"
- time: "10:00"
days: ['Sun']
comfort: "23"
//EDIT: forgot the eco temperatures
is new version has problem open windows? windows open and heating
Nope, works for me.
- Set Debug Level to Warning in Blueprint settings
- Open your window
- Click on Trace in your automation
- Download and share the trace