-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodbus.yaml
77 lines (70 loc) · 1.64 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
# Sensors over Modbus TCP
# Not required for SmartControl
- type: tcp
name: Thermia
host: 192.168.x.x
port: 502
sensors:
- name: atlas_modbus_condenser_in_temperature
unit_of_measurement: °C
address: 8
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.01
precision: 1
- name: atlas_modbus_condenser_out_temperature
unit_of_measurement: °C
address: 9
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.01
precision: 1
- name: atlas_modbus_brine_in_temperature
unit_of_measurement: °C
address: 10
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.01
precision: 1
- name: atlas_modbus_brine_out_temperature
unit_of_measurement: °C
address: 11
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.01
precision: 1
- name: atlas_modbus_outdoor_temperature
unit_of_measurement: °C
address: 13
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.01
precision: 1
- name: atlas_modbus_tap_water_weighted_temperature
unit_of_measurement: °C
address: 17
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.01
precision: 1
- name: atlas_modbus_room_temperature
unit_of_measurement: °C
address: 121
slave: 1
input_type: input
scan_interval: 300
data_type: int16
scale: 0.1
precision: 1