-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodbus HASSIO SUN2000 es.yaml
100 lines (99 loc) · 2.75 KB
/
modbus HASSIO SUN2000 es.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
modbus:
- type: tcp
host: 192.168.xx.xx
port: 502
name: SUN6KTL_"Solar_SUN2000L"
sensors:
- name: SUN6KtL Rendimiento Diario ## SUN6KTL_daily_yield
slave: 0
address: 32114
unit_of_measurement: kWh
data_type: int
count: 2
scale: 0.01
precision: 2
scan_interval: 10
- name: SUN6KtL Potencia Activa ## SUN6KTL_active_power
slave: 0
address: 32080
unit_of_measurement: W
data_type: int
count: 2
scale: 1
precision: 0
scan_interval: 10
- name: SUN6KtL Entrada de Potencia ##SUN6KTL_input_power
slave: 0
address: 32064
unit_of_measurement: W
data_type: int
count: 2
scale: 1
precision: 0
scan_interval: 10
- name: SUN6KtL Pico de Potencia Activa ## SUN6KTL_day_active_power_peak
slave: 0
address: 32078
unit_of_measurement: W
data_type: int
count: 2
scale: 1
precision: 0
scan_interval: 10
- name: SUN6KtL Voltaje PV01 ##SUN6KtL SUN6KTL_pv_01_voltage
slave: 0
address: 32016
unit_of_measurement: V
data_type: uint16
count: 1
scale: 0.1
precision: 1
scan_interval: 10
- name: SUN6KtL Corriente PV01 ##SUN6KTL_pv_01_current
slave: 0
address: 32017
unit_of_measurement: A
data_type: uint16
count: 1
scale: 0.01
precision: 1
scan_interval: 10
- name: SUN6KtL Voltaje FaseA ## SUN6KTL_phase_A_voltage
slave: 0
address: 32069
unit_of_measurement: V
data_type: uint16
count: 1
scale: 0.1
precision: 1
scan_interval: 10
- name: SUN6KtL Corriente FaseA ##SUN6KTL_phase_A_current
slave: 0
address: 32072
unit_of_measurement: A
data_type: int
count: 2
scale: 0.001
precision: 2
scan_interval: 10
- name: SUN6KtL Optimizadores Presentes ## SUN6KTL_Optimizers
slave: 0
address: 37200
unit_of_measurement: Un
data_type: uint16
count: 1
scan_interval: 100
- name: SUN6KtL Optimizadores Online ## SUN6KTL_Online_Optimizers
slave: 0
address: 37201
unit_of_measurement: Un
data_type: uint16
count: 1
scan_interval: 10
- name: SUN6KtL Status Inversor ## SUN6KTL_Device_Status
slave: 0
address: 32089
# unit_of_measurement:
data_type: int
count: 1
scan_interval: 10