-
Notifications
You must be signed in to change notification settings - Fork 0
/
utility_meter.yaml
179 lines (153 loc) · 4.39 KB
/
utility_meter.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
daily_supply_fee:
source: input_number.supply_charge
name: "Supply fee charge (daily)"
unique_id: 2452716747803
cycle: daily
tariffs:
- charge
daily_supply_fee_correction:
source: input_number.supply_charge
name: "Supply fee correction (daily)"
unique_id: 2452716747805
cycle: daily
tariffs:
- count
pv_energy_hourly:
source: sensor.pv_solar_energy
name: "PV energy (hourly)"
unique_id: 2452716747908
cycle: hourly
pv_energy_daily:
source: sensor.pv_solar_energy
name: "PV energy (daily)"
unique_id: 2452716747910
cycle: daily
pv_energy_monthly:
source: sensor.pv_solar_energy
name: "PV energy (monthly)"
unique_id: 2452716747912
cycle: monthly
energy_from_inverter_hourly:
source: sensor.energy_from_inverter
name: "Energy from inverter (hourly)"
unique_id: 2452716747883
cycle: hourly
energy_from_inverter_daily:
source: sensor.energy_from_inverter
name: "Energy from inverter (daily)"
unique_id: 2452716747885
cycle: daily
energy_from_inverter_monthly:
source: sensor.energy_from_inverter
name: "Energy from inverter (monthly)"
unique_id: 2452716747887
cycle: monthly
energy_to_inverter_hourly:
source: sensor.energy_to_inverter
name: "Energy to inverter (hourly)"
unique_id: 2452716747889
cycle: hourly
energy_to_inverter_daily:
source: sensor.energy_to_inverter
name: "Energy to inverter (daily)"
unique_id: 2452716747891
cycle: daily
energy_to_inverter_monthly:
source: sensor.energy_to_inverter
name: "Energy to inverter (monthly)"
unique_id: 2452716747893
cycle: monthly
grid_consumption_energy_hourly:
source: sensor.grid_consumption_energy
name: "Grid consumption energy (hourly)"
unique_id: 2452716747849
cycle: hourly
grid_consumption_energy_daily:
source: sensor.grid_consumption_energy
name: "Grid consumption energy (daily)"
unique_id: 2452716747807
cycle: daily
grid_consumption_energy_monthly:
source: sensor.grid_consumption_energy
name: "Grid consumption energy (monthly)"
unique_id: 2452716747809
cycle: monthly
exported_energy_hourly:
source: sensor.exported_energy
name: "Exported energy (hourly)"
unique_id: 2452716747851
cycle: hourly
exported_energy_daily:
source: sensor.exported_energy
name: "Exported energy (daily)"
unique_id: 2452716747811
cycle: daily
exported_energy_monthly:
source: sensor.exported_energy
name: "Exported energy (monthly)"
unique_id: 2452716747813
cycle: monthly
ac_energy_daily:
source: sensor.ac_energy
unique_id: 2452716747819
cycle: daily
grid_consumption_tou_energy_hourly:
name: "Hourly time of use energy"
unique_id: 2452716747853
source: sensor.grid_consumption_energy
cycle: hourly
tariffs:
- peak
- offpeak
- shoulder_am
- shoulder_pm
grid_consumption_tou_energy_daily:
name: "Daily time of use energy"
unique_id: 2452716747799
source: sensor.grid_consumption_energy
cycle: daily
tariffs:
- peak
- offpeak
- shoulder_am
- shoulder_pm
grid_consumption_tou_energy_monthly:
name: "Monthly time of use energy"
unique_id: 2452716747801
source: sensor.grid_consumption_energy
cycle: monthly
tariffs:
- peak
- offpeak
- shoulder_am
- shoulder_pm
grid_offpeak_energy_export_daily:
name: "Grid offpeak energy export (daily)"
unique_id: 2452716747938
source: sensor.grid_offpeak_energy_export
cycle: daily
grid_peak_energy_export_daily:
name: "Grid peak energy export (daily)"
unique_id: 2452716747932
source: sensor.grid_peak_energy_export
cycle: daily
grid_shoulder_energy_export_daily:
name: "Grid shoulder energy export (daily)"
unique_id: 2452716747934
source: sensor.grid_shoulder_energy_export
cycle: daily
grid_offpeak_energy_import_daily:
name: "Grid offpeak energy import (daily)"
unique_id: 2452716747936
source: sensor.grid_offpeak_energy_import
cycle: daily
grid_peak_energy_import_daily:
name: "Grid peak energy import (daily)"
unique_id: 2452716747940
source: sensor.grid_peak_energy_import
cycle: daily
grid_shoulder_energy_import_daily:
name: "Grid shoulder energy import (daily)"
unique_id: 2452716747942
source: sensor.grid_shoulder_energy_import
cycle: daily