-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodbus.yaml
304 lines (299 loc) · 8.16 KB
/
modbus.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
301
302
303
304
- name: pe1_test
type: tcp
host: xxx.xxx.xxx.xxx
port: 502
# maybe need 1 second delay after connect for device to get ready
#delay: 1
sensors:
# SYSTEM STATUS
- name: Modbus PE1 System Status Enum
unique_id: modbus_pe1_system_status_enum
slave: 2
input_type: input
address: 4000
scan_interval: 30
device_class: enum
- name: Modbus PE1 Furnace Status Enum
unique_id: modbus_pe1_furnace_status_enum
slave: 2
input_type: input
address: 4001
scan_interval: 30
device_class: enum
- name: Modbus PE1 Heating Mode Enum
unique_id: modbus_pe1_heating_mode_enum
slave: 2
input_type: holding
address: 8046
scan_interval: 30
device_class: enum
# TEMPERATURES
- name: Modbus PE1 Hotwater Temperature Top
unique_id: modbus_pe1_hotwater_temperature_top
slave: 2
input_type: input
# 31631 - 30001 = 1630
address: 1630
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Furnace Temperature
unique_id: modbus_pe1_furnace_temperature
slave: 2
input_type: input
address: 0
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Calculated Heater Target Temperature
unique_id: modbus_pe1_calculated_heater_target_temperature
slave: 2
input_type: input
address: 27
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Return Flow Temperature
unique_id: modbus_pe1_return_flow_temperature
slave: 2
input_type: input
address: 9
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Calculated Target Return Flow Temperature
unique_id: modbus_pe1_calculated_target_return_flow_temperature
slave: 2
input_type: input
address: 66
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Target Flow Temperature At Circulation Line
unique_id: modbus_pe1_return_flow_temperature_at_circulation_line
slave: 2
input_type: input
address: 711
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Outside Temperature
unique_id: modbus_pe1_outside_temperature
slave: 2
input_type: input
address: 1000
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Flow Temperature Actual
unique_id: modbus_pe1_flow_temperature_actual
slave: 2
input_type: input
address: 1030
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Flow Temperature Target
unique_id: modbus_pe1_flow_temperature_target
slave: 2
input_type: input
address: 1031
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Room Temperature
unique_id: modbus_pe1_room_temperature
slave: 2
input_type: input
address: 1032
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Buffer Temperature Top
unique_id: modbus_pe1_buffer_temperature_top
slave: 2
input_type: input
address: 2000
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
- name: Modbus PE1 Buffer Temperature Bottom
unique_id: modbus_pe1_buffer_temperature_bottom
slave: 2
input_type: input
address: 2002
scan_interval: 30
scale: 0.5
precision: 0
device_class: temperature
state_class: measurement
unit_of_measurement: °C
# CONSUMPTION
- name: Modbus PE1 Total Pellet Consumption
unique_id: modbus_pe1_total_pellet_consumption
slave: 2
input_type: input
address: 83
scan_interval: 3600
scale: 0.1
precision: 1
device_class: weight
state_class: total_increasing
unit_of_measurement: mg
- name: Modbus PE1 Pellet Consumption KG
unique_id: modbus_pe1_pellet_consumption_kg
slave: 2
input_type: input
address: 81
scan_interval: 3600
scale: 1
precision: 0
device_class: weight
state_class: total
unit_of_measurement: kg
- name: Modbus PE1 Pellet Fill Level
unique_id: modbus_pe1_pellet_fill_level
slave: 2
input_type: input
address: 21
scan_interval: 3600
scale: 0.005
precision: 1
device_class: battery
state_class: measurement
unit_of_measurement: '%'
# PUMP CONTROLS
- name: Modbus PE1 Return Flow Pump Control
unique_id: modbus_pe1_return_flow_pump_control
slave: 2
input_type: input
address: 36
scan_interval: 30
scale: 1
precision: 0
device_class: power_factor
state_class: measurement
unit_of_measurement: '%'
- name: Modbus PE1 Water Boiler Pump Control
unique_id: modbus_pe1_water_boiler_pump_control
slave: 2
input_type: input
address: 1632
scan_interval: 30
scale: 1
precision: 0
device_class: power_factor
state_class: measurement
unit_of_measurement: '%'
- name: Modbus PE1 Buffer Pump Control
unique_id: modbus_pe1_buffer_pump_control
slave: 2
input_type: input
address: 2003
scan_interval: 30
scale: 1
precision: 0
device_class: power_factor
state_class: measurement
unit_of_measurement: '%'
# BUFFER CHARGE
- name: Modbus PE1 Buffer Charge
unique_id: modbus_pe1_buffer_charge
slave: 2
input_type: input
address: 2006
scan_interval: 30
scale: 1
precision: 0
device_class: battery
state_class: measurement
unit_of_measurement: '%'
# MISC
- name: Modbus PE1 Operating Hours
unique_id: modbus_pe1_operating_hours
slave: 2
input_type: input
address: 20
scan_interval: 3600
scale: 1
precision: 0
device_class: duration
state_class: total_increasing
unit_of_measurement: 'h'
- name: Modbus PE1 Hours Since Last Maintenance
unique_id: modbus_pe1_hours_since_last_maintenance
slave: 2
input_type: input
address: 55
scan_interval: 3600
scale: 1
precision: 0
device_class: duration
state_class: total
unit_of_measurement: 'h'
- name: Modbus PE1 Hours Of Pellets Operation
unique_id: modbus_pe1_hours_of_pellets_operation
slave: 2
input_type: input
address: 62
scan_interval: 3600
scale: 1
precision: 0
device_class: duration
state_class: total_increasing
unit_of_measurement: 'h'
- name: Modbus PE1 Hours Of Heating
unique_id: modbus_pe1_hours_of_heating
slave: 2
input_type: input
address: 63
scan_interval: 3600
scale: 1
precision: 0
device_class: duration
state_class: total_increasing
unit_of_measurement: 'h'
- name: Modbus PE1 Hours Until Ash Removal
unique_id: modbus_pe1_hours_until_ash_removal
slave: 2
input_type: input
address: 86
scan_interval: 3600
scale: 1
precision: 0
device_class: duration
state_class: measurement
unit_of_measurement: 'h'