-
Notifications
You must be signed in to change notification settings - Fork 8
/
zz-eb1-ha.yaml
300 lines (273 loc) · 7.47 KB
/
zz-eb1-ha.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
# if you use discovery1/2.txt,
# you don't need this file
#
# edpbox1 tasmota package
#
mqtt:
#
button:
#
- name: "ESP Restart"
unique_id: EB1_ESP_Restart
command_topic: "cmnd/edpbox1/restart"
payload_press: "1"
icon: mdi:restart
device:
identifiers: nikito7-EB1
name: EB1
model: Easy HAN
manufacturer: nikito7
###
#
sensor:
#
- name: "ESP Uptime"
unique_id: EB1_ESP_Uptime
state_topic: "tele/edpbox1/STATE"
value_template: '{{ ( value_json.UptimeSec / 3600 ) | round(1) }}'
unit_of_measurement: "h"
icon: mdi:alarm
availability_topic: "tele/edpbox1/LWT"
payload_available: "Online"
payload_not_available: "Offline"
device:
identifiers: nikito7-EB1
- name: "ESP Free Heap"
unique_id: EB1_ESP_Heap
state_topic: "tele/edpbox1/STATE"
value_template: '{{ value_json.Heap }}'
unit_of_measurement: "kB"
icon: mdi:chip
device:
identifiers: nikito7-EB1
- name: "ESP Signal"
unique_id: EB1_ESP_Signal
state_topic: "tele/edpbox1/STATE"
value_template: '{{ value_json.Wifi.Signal }}'
unit_of_measurement: "dB"
device_class: signal_strength
device:
identifiers: nikito7-EB1
- name: "ESP Vcc"
unique_id: EB1_ESP_Vcc
state_topic: "tele/edpbox1/STATE"
value_template: '{{ value_json.Vcc|float(0.000) }}'
unit_of_measurement: "V"
device_class: voltage
state_class: measurement
device:
identifiers: nikito7-EB1
###
- name: "Clock H"
unique_id: EB1_Clock_H
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% if value_json.EB1.CH is defined %}
{{ value_json.EB1.CH }}
{% else %}
{{ states('sensor.eb1_clock_h') }}
{% endif %}
icon: mdi:clock
device:
identifiers: nikito7-EB1
- name: "Clock M"
unique_id: EB1_Clock_M
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% if value_json.EB1.CM is defined %}
{{ value_json.EB1.CM }}
{% else %}
{{ states('sensor.eb1_clock_m') }}
{% endif %}
icon: mdi:clock
device:
identifiers: nikito7-EB1
- name: "Clock"
unique_id: EB1_Clock
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% if value_json.HAN.ck is defined %}
{{ value_json.HAN.ck|string %}
{% else %}
{{ states('sensor.eb1_clock') }}
{% endif %}
icon: mdi:clock
device:
identifiers: nikito7-EB1
- name: "ESP Clock"
unique_id: EB1_ESP_Clock
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% if value_json.Time is defined %}
{{ value_json.Time.split('T')[1]|string }}
{% endif %}
icon: mdi:clock
device:
identifiers: nikito7-EB1
###
- name: "Voltage L1"
unique_id: EB1_VolL1
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.VL1|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "V"
device_class: voltage
state_class: measurement
device:
identifiers: nikito7-EB1
- name: "Current L1"
unique_id: EB1_CurL1
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.Current|float(0) %}
{% if x > -1 %}
{{ x }}
{% endif %}
unit_of_measurement: "A"
device_class: current
state_class: measurement
device:
identifiers: nikito7-EB1
- name: "Power Factor"
unique_id: EB1_PowFac
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json['EB1']['Factor']|float(0) %}
{% if x > -1 %}
{{ x }}
{% endif %}
#unit_of_measurement: "" #nenhum
device_class: power_factor
state_class: measurement
device:
identifiers: nikito7-EB1
- name: "Active Power Import"
unique_id: EB1_ActPow
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json['EB1']['Power']|int(0) %}
{% if x > -1 %}
{{ x }}
{% endif %}
unit_of_measurement: "W"
device_class: power
state_class: measurement
device:
identifiers: nikito7-EB1
- name: "Active Power Export"
unique_id: EB1_ActPowExp
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.APE|int(0) %}
{% if x > -1 %}
{{ x }}
{% endif %}
unit_of_measurement: "W"
device_class: power
state_class: measurement
device:
identifiers: nikito7-EB1
- name: "Frequency"
unique_id: EB1_Frequency
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.Frequency|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "Hz"
device_class: frequency
device:
identifiers: nikito7-EB1
###
###
- name: "T1 Vazio"
unique_id: EB1_TotEneT1
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.TET1|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "kWh"
device_class: energy
state_class: total_increasing
device:
identifiers: nikito7-EB1
- name: "T2 Ponta"
unique_id: EB1_TotEneT2
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.TET2|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "kWh"
device_class: energy
state_class: total_increasing
device:
identifiers: nikito7-EB1
- name: "T3 Cheias"
unique_id: EB1_TotEneT3
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.TET3|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "kWh"
device_class: energy
state_class: total_increasing
device:
identifiers: nikito7-EB1
###
###
- name: "Import"
unique_id: EB1_TotEneImp
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.TEI|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "kWh"
device_class: energy
state_class: total_increasing
device:
identifiers: nikito7-EB1
- name: "Export"
unique_id: EB1_TotEneExp
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.TEE|float(0) %}
{% if x > 0 %}
{{ x }}
{% endif %}
unit_of_measurement: "kWh"
device_class: energy
state_class: total_increasing
device:
identifiers: nikito7-EB1
###
###
- name: "Tariff"
unique_id: EB1_Tariff
state_topic: "tele/edpbox1/SENSOR"
value_template: >
{% set x = value_json.EB1.Tariff|int(0) %}
{% if x == 1 %}
{{ "Vazio" }}
{% elif x == 2 %}
{{ "Ponta" }}
{% elif x == 3 %}
{{ "Cheias" }}
{% endif %}
icon: mdi:counter
device:
identifiers: nikito7-EB1
###
##
#