Ik geef weer of de warmtepomp loopt (dus dat de compressor loopt). Ik neem aan dat de ventilator dan ook draait, maar dat weet ik niet zeker.wysiwyg schreef op zondag 10 november 2024 @ 18:09:
[...]
Ik ga er even vanuit dat jij daarmee kunt zien of de warmtepomp draait (?). Welke parameter gebruik je hiervoor?
De entiteit die ik hiervoor uitlees is:
entity: binary_sensor.ariston_is_heating_pump_on
Volgens mij moet je die in de integratie wel eerst actief maken.
Ik gebruik:
HACS
Ariston V3 integratie (voor aansturing ATAG Warmtepomp en ketel)
Custom Thermostat Card (voor thermostaat)
Mushroom cards (voor knoppen)
De code is:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
| cards: - type: custom:thermostat-card title: Warmtepomp entity: climate.nelissen no_card: false highlight_tap: true - type: horizontal-stack cards: - type: custom:mushroom-template-card primary: Warmtepomp secondary: >- {% if is_state('binary_sensor.ariston_is_heating_pump_on', 'on') %} Aan {% else %} Uit {% endif %} icon: mdi:heat-pump-outline icon_color: >- {% if is_state('binary_sensor.ariston_is_heating_pump_on', 'on') %} green {% else %} grey {% endif %} entity: binary_sensor.ariston_is_heating_pump_on layout: vertical tap_action: action: none hold_action: action: none double_tap_action: action: none - type: custom:mushroom-template-card primary: Verwarmingsketel secondary: >- {% if is_state('binary_sensor.ariston_is_flame_on', 'on') %} Aan {% else %} Uit {% endif %} icon: mdi:fire icon_color: >- {% if is_state('binary_sensor.ariston_is_flame_on', 'on') %} orange {% else %} grey {% endif %} entity: binary_sensor.ariston_is_flame_on layout: vertical tap_action: action: none hold_action: action: none double_tap_action: action: none - type: custom:mushroom-template-card primary: Stil secondary: >- {% if is_state('switch.ariston_is_quiet', 'on') %} Aan {% else %} Uit {% endif %} icon: mdi:volume-mute icon_color: >- {% if is_state('switch.ariston_is_quiet', 'on') %} blue {% else %} grey {% endif %} layout: vertical tap_action: action: toggle hold_action: action: none double_tap_action: action: none entity: switch.ariston_is_quiet - type: custom:mushroom-select-card entity: select.ariston_hybrid_mode icon: mdi:arrow-oscillating name: Hybrid fill_container: false icon_color: purple - type: horizontal-stack cards: - type: gauge entity: sensor.ariston_heating_circuit_pressure needle: true min: 0 max: 2.5 segments: - from: 0 color: '#db4437' - from: 0.8 color: '#ffa600' - from: 1 color: '#43a047' - from: 2 color: '#ffa600' - from: 2.4 color: '#db4437' name: Systeemdruk - graph: line type: sensor entity: sensor.ariston_ch_flow_setpoint_temp detail: 1 name: Doel aanvoer temp - type: horizontal-stack cards: - type: history-graph entities: - entity: binary_sensor.ariston_is_heating_pump_on - entity: binary_sensor.ariston_is_flame_on - entity: switch.ariston_is_quiet hours_to_show: 12 |
Voor dit resultaat:
:strip_exif()/f/image/hCr1ezjAXFmJWe3d5nKIhdHN.jpg?f=fotoalbum_large)