1
- template : bge_tech_ds100
1
+ template : bgetech-ds100
2
2
product :
3
- identifier : bgetech -ds100
4
- brand : BGEtech
3
+ identifier : bplusge-tech -ds100
4
+ brand : B+GE-TECH
5
5
description : DS100
6
6
render :
7
7
- usage : grid
8
8
default : |
9
9
type: template
10
- template: bge_tech_ds100
10
+ template: bgetech-ds100
11
11
usage: grid
12
12
13
13
# RS485 via adapter (Modbus RTU)
@@ -22,16 +22,10 @@ render:
22
22
id: 1
23
23
host: 192.0.2.2 # Hostname
24
24
port: 502 # Port
25
-
26
- # Modbus TCP
27
- modbus: tcpip
28
- id: 1
29
- host: 192.0.2.2 # Hostname
30
- port: 502 # Port
31
25
- usage : pv
32
26
default : |
33
27
type: template
34
- template: bge_tech_ds100
28
+ template: bgetech-ds100
35
29
usage: pv
36
30
37
31
# RS485 via adapter (Modbus RTU)
@@ -46,16 +40,10 @@ render:
46
40
id: 1
47
41
host: 192.0.2.2 # Hostname
48
42
port: 502 # Port
49
-
50
- # Modbus TCP
51
- modbus: tcpip
52
- id: 1
53
- host: 192.0.2.2 # Hostname
54
- port: 502 # Port
55
43
- usage : charge
56
44
default : |
57
45
type: template
58
- template: bge_tech_ds100
46
+ template: bgetech-ds100
59
47
usage: charge
60
48
61
49
# RS485 via adapter (Modbus RTU)
@@ -70,41 +58,11 @@ render:
70
58
id: 1
71
59
host: 192.0.2.2 # Hostname
72
60
port: 502 # Port
73
-
74
- # Modbus TCP
75
- modbus: tcpip
76
- id: 1
77
- host: 192.0.2.2 # Hostname
78
- port: 502 # Port
79
- - usage : aux
80
- default : |
81
- type: template
82
- template: bge_tech_ds100
83
- usage: aux
84
-
85
- # RS485 via adapter (Modbus RTU)
86
- modbus: rs485serial
87
- id: 1
88
- device: /dev/ttyUSB0 # USB-RS485 Adapter Adresse
89
- baudrate: 1200 # Prüfe die Geräteeinstellungen, typische Werte sind 9600, 19200, 38400, 57600, 115200
90
- comset: "8N1" # Kommunikationsparameter für den Adapter
91
-
92
- # RS485 via TCP/IP (Modbus RTU)
93
- modbus: rs485tcpip
94
- id: 1
95
- host: 192.0.2.2 # Hostname
96
- port: 502 # Port
97
-
98
- # Modbus TCP
99
- modbus: tcpip
100
- id: 1
101
- host: 192.0.2.2 # Hostname
102
- port: 502 # Port
103
61
params :
104
62
- name : modbus
105
63
example :
106
64
default :
107
- choice : ['rs485', 'tcpip' ]
65
+ choice : ['rs485']
108
66
unit :
109
67
description : Modbus Typ
110
68
help :
@@ -118,5 +76,4 @@ modbus:
118
76
id : 1
119
77
port : 502
120
78
rs485serial : true
121
- rs485tcpip : true
122
- tcpip : true
79
+ rs485tcpip : true
0 commit comments