-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ha_neopool_mqtt_lovelace_responsive.yaml
281 lines (281 loc) · 9.35 KB
/
ha_neopool_mqtt_lovelace_responsive.yaml
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
- type: custom:masonry-layout
icon: mdi:pool
layout:
width: 320
cards:
- type: vertical-stack
title: HA NeoPool MQTT
cards:
- type: horizontal-stack
cards:
- type: tile
entity: sensor.neopool_mqtt_water_temperature
name: Temperature
color: blue
- type: tile
entity: sensor.neopool_mqtt_ph_data
name: pH
color: green
- type: custom:mini-graph-card
entities:
- entity: sensor.neopool_mqtt_water_temperature
name: Temperature
color: var(--blue-color)
- entity: sensor.neopool_mqtt_ph_data
name: pH
color: var(--green-color)
y_axis: secondary
hours_to_show: 24
line_width: 3
font_size: 50
animate: true
show:
name: false
icon: false
state: false
legend: true
fill: fade
- type: tile
entity: sensor.neopool_mqtt_redox_data
name: Redox
color: cyan
- type: custom:mini-graph-card
entities:
- entity: sensor.neopool_mqtt_redox_data
name: Redox
color: var(--cyan-color)
hours_to_show: 24
line_width: 3
font_size: 50
animate: true
show:
name: false
icon: false
state: false
legend: true
fill: fade
- type: vertical-stack
title: Main Controls
cards:
- type: horizontal-stack
cards:
- show_name: true
show_icon: true
type: button
show_state: true
tap_action:
action: toggle
entity: switch.neopool_mqtt_filtration_switch
icon: phu:pool-filter
name: Filtration
icon_height: 60px
- type: tile
entity: select.neopool_mqtt_filtration_mode
name: Mode
icon: mdi:auto-mode
hide_state: true
features:
- type: select-options
- type: horizontal-stack
cards:
- features:
- type: select-options
type: tile
entity: select.neopool_mqtt_filtration_speed
name: Speed
icon: mdi:speedometer
hide_state: true
- type: tile
entity: select.neopool_mqtt_boost_mode
icon: mdi:lightning-bolt-outline
name: Boost
hide_state: true
features:
- type: select-options
- type: horizontal-stack
cards:
- type: tile
entity: switch.neopool_mqtt_light_switch
icon: mdi:light-recessed
name: Light
- type: tile
entity: button.neopool_mqtt_clear_error_state
name: Clear Errors
icon: mdi:brush-variant
- type: vertical-stack
title: Setpoints
cards:
- type: grid
columns: 2
square: false
cards:
- type: tile
entity: number.neopool_mqtt_ph_min
name: pH Min
features:
- style: slider
type: numeric-input
- type: tile
entity: number.neopool_mqtt_ph_max
name: pH Max
features:
- style: slider
type: numeric-input
- type: tile
entity: number.neopool_mqtt_redox_setpoint
name: Redox
icon: phu:pool-electric-lvl
features:
- style: slider
type: numeric-input
- type: tile
entity: number.neopool_mqtt_hydrolysis_setpoint
name: Hydrolysis
icon: phu:pool-clorine
features:
- style: slider
type: numeric-input
- type: vertical-stack
title: Hydrolysis Module Info
cards:
- type: grid
columns: 2
square: false
cards:
- type: tile
entity: sensor.neopool_mqtt_hydrolysis_state
name: State
icon: mdi:water-sync
- type: tile
entity: sensor.neopool_mqtt_hydrolysis_data
name: Production
icon: phu:pool-clorine
- type: tile
entity: binary_sensor.neopool_mqtt_hydrolysis_low_production
icon: mdi:alert
name: Production Low
- type: tile
entity: binary_sensor.neopool_mqtt_hydrolysis_water_flow
name: Water Flow
icon: mdi:waves-arrow-right
- type: tile
entity: sensor.neopool_mqtt_hydrolysis_runtime_total
name: Runtime Total
- type: tile
entity: sensor.neopool_mqtt_hydrolysis_runtime_polarity_changes
name: Polarity Changes
icon: mdi:swap-horizontal-circle-outline
- type: tile
entity: sensor.neopool_mqtt_hydrolysis_runtime_pol1
name: Runtime Pol1
- type: tile
entity: sensor.neopool_mqtt_hydrolysis_runtime_pol2
name: Runtime Pol2
- type: tile
entity: binary_sensor.neopool_mqtt_hydrolysis_cover
name: Cover
icon: mdi:window-shutter
- type: vertical-stack
title: pH Module Info
cards:
- type: grid
columns: 2
square: false
cards:
- type: tile
entity: sensor.neopool_mqtt_ph_state
name: Controller
- type: tile
entity: sensor.neopool_mqtt_ph_pump
name: Pump
icon: phu:pool-filter
- type: tile
entity: binary_sensor.neopool_mqtt_ph_tank_level
name: Tank
icon: mdi:cup
- type: tile
entity: binary_sensor.neopool_mqtt_ph_fl1
name: Flow Alarm
icon: mdi:waves-arrow-right
- type: vertical-stack
title: Modules Detected
cards:
- type: grid
columns: 2
square: false
cards:
- type: tile
entity: binary_sensor.neopool_mqtt_ph_module
name: pH
- type: tile
entity: binary_sensor.neopool_mqtt_redox_module
name: Redox
- type: tile
entity: binary_sensor.neopool_mqtt_hydrolysis_module
name: Hydrolysis
- type: tile
entity: binary_sensor.neopool_mqtt_chlorine_module
name: Chlorine
- type: tile
entity: binary_sensor.neopool_mqtt_conductivity_module
name: Conductivity
- type: tile
entity: binary_sensor.neopool_mqtt_ionization_module
name: Ionization
- type: vertical-stack
title: Relays State
cards:
- type: grid
columns: 2
square: false
cards:
- type: tile
entity: binary_sensor.neopool_mqtt_relay_ph_state
name: pH
- type: tile
entity: binary_sensor.neopool_mqtt_relay_filtration_state
name: Filter
- type: tile
entity: binary_sensor.neopool_mqtt_relay_light_state
name: Light
- type: tile
entity: binary_sensor.neopool_mqtt_relay_acid_state
name: Acid
- type: vertical-stack
title: AUX Relays Switch
cards:
- type: grid
columns: 2
square: false
cards:
- type: tile
entity: switch.neopool_mqtt_aux1_switch
name: Aux1
- type: tile
entity: switch.neopool_mqtt_aux2_switch
name: Aux2
- type: tile
entity: switch.neopool_mqtt_aux3_switch
name: Aux3
- type: tile
entity: switch.neopool_mqtt_aux4_switch
name: Aux4
- type: vertical-stack
title: Power Unit Info
cards:
- square: false
type: grid
columns: 2
cards:
- type: tile
entity: sensor.neopool_mqtt_powerunit_5v
name: 5 V
- type: tile
entity: sensor.neopool_mqtt_powerunit_12v
name: 12 V
- type: tile
entity: sensor.neopool_mqtt_powerunit_24_30v
name: 24 V
- type: tile
entity: sensor.neopool_mqtt_powerunit_4_20ma
name: 4 mA Source