-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
65 lines (65 loc) · 1.4 KB
/
configuration.yaml
File metadata and controls
65 lines (65 loc) · 1.4 KB
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
modbus:
- name: Esmart3
type: serial
baudrate: 9600
bytesize: 8
method: rtu
parity: N
port: /dev/ttyACM0
stopbits: 1
timeout: 10
sensors:
- name: FV_Voltage
unit_of_measurement: V
slave: 1
address: 1
scale: 0.1
offset: 0
input_type: holding
precision: 1
device_class: voltage
- name: FV_Voltage_Battery
unit_of_measurement: V
slave: 1
address: 2
scale: 0.1
offset: 0
input_type: holding
precision: 1
device_class: voltage
- name: FV_Power
unit_of_measurement: W
slave: 1
address: 7
scale: 1
offset: 0
input_type: holding
precision: 1
device_class: power
- name: FV_Current
unit_of_measurement: A
slave: 1
address: 3
scale: 0.1
offset: 0
input_type: holding
precision: 1
device_class: current
- name: FV_Day_Power
unit_of_measurement: W
slave: 1
address: 519
scale: 1
offset: 0
input_type: holding
precision: 1
device_class: power
- name: FV_Temperature
unit_of_measurement: °C
slave: 1
address: 9
scale: 1
offset: 0
input_type: holding
precision: 1
device_class: temperature