File tree 8 files changed +81
-18
lines changed
8 files changed +81
-18
lines changed Original file line number Diff line number Diff line change 4
4
Einstellungen für SMA Sunny Boy/Tripower Batteriespeicher
5
5
<span class =" small" >(Modul: {{ $options.name }})</span >
6
6
</openwb-base-heading >
7
- <openwb-base-alert subtype =" info" >
8
- Diese Komponente benötigt keine Einstellungen.
9
- </openwb-base-alert >
7
+ <openwb-base-number-input
8
+ title =" Modbus ID"
9
+ required
10
+ :model-value =" configuration.modbus_id"
11
+ min =" 1"
12
+ max =" 255"
13
+ @update:model-value ="
14
+ updateConfiguration($event, 'configuration.modbus_id')
15
+ "
16
+ />
10
17
</div >
11
18
</template >
12
19
Original file line number Diff line number Diff line change 4
4
Einstellungen für SMA Sunny Boy Smart Energy Batteriespeicher
5
5
<span class =" small" >(Modul: {{ $options.name }})</span >
6
6
</openwb-base-heading >
7
- <openwb-base-alert subtype =" info" >
8
- Diese Komponente benötigt keine Einstellungen.
9
- </openwb-base-alert >
7
+
8
+ <openwb-base-number-input
9
+ title =" Modbus ID"
10
+ required
11
+ :model-value =" configuration.modbus_id"
12
+ min =" 1"
13
+ max =" 255"
14
+ @update:model-value ="
15
+ updateConfiguration($event, 'configuration.modbus_id')
16
+ "
17
+ />
10
18
</div >
11
19
</template >
12
20
Original file line number Diff line number Diff line change 4
4
Einstellungen für SMA Sunny Boy/Tripower Zähler
5
5
<span class =" small" >(Modul: {{ $options.name }})</span >
6
6
</openwb-base-heading >
7
- <openwb-base-alert subtype =" info" >
8
- Diese Komponente benötigt keine Einstellungen.
9
- </openwb-base-alert >
7
+ <openwb-base-number-input
8
+ title =" Modbus ID"
9
+ required
10
+ :model-value =" configuration.modbus_id"
11
+ min =" 1"
12
+ max =" 255"
13
+ @update:model-value ="
14
+ updateConfiguration($event, 'configuration.modbus_id')
15
+ "
16
+ />
10
17
</div >
11
18
</template >
12
19
Original file line number Diff line number Diff line change 33
33
updateConfiguration($event, 'configuration.version')
34
34
"
35
35
/>
36
+ <openwb-base-number-input
37
+ title =" Modbus ID"
38
+ required
39
+ :model-value =" configuration.modbus_id"
40
+ min =" 1"
41
+ max =" 255"
42
+ @update:model-value ="
43
+ updateConfiguration($event, 'configuration.modbus_id')
44
+ "
45
+ >
46
+ <template #help >
47
+ Für die Standardversion ist die Standardmodbus-ID 3,
48
+ für Core-2 ist sie 1 und für Data Manager/Cluster
49
+ Controller 2. Wurde eine abweichende Modbus ID konfiguriert,
50
+ entsprechend anpassen.
51
+ </template >
52
+ </openwb-base-number-input >
36
53
</div >
37
54
</template >
38
55
Original file line number Diff line number Diff line change 4
4
Einstellungen für Sunny Island Batteriespeicher
5
5
<span class =" small" >(Modul: {{ $options.name }})</span >
6
6
</openwb-base-heading >
7
- <openwb-base-alert subtype =" info" >
8
- Diese Komponente erfordert keine Einstellungen.
9
- </openwb-base-alert >
7
+ <openwb-base-number-input
8
+ title =" Modbus ID"
9
+ required
10
+ :model-value =" configuration.modbus_id"
11
+ min =" 1"
12
+ max =" 255"
13
+ @update:model-value ="
14
+ updateConfiguration($event, 'configuration.modbus_id')
15
+ "
16
+ />
10
17
</div >
11
18
</template >
12
19
Original file line number Diff line number Diff line change 4
4
Einstellungen für Studer Batteriespeicher
5
5
<span class =" small" >(Modul: {{ $options.name }})</span >
6
6
</openwb-base-heading >
7
- <openwb-base-alert subtype =" info" >
8
- Diese Komponente erfordert keine Einstellungen.
9
- </openwb-base-alert >
7
+ <openwb-base-number-input
8
+ title =" Modbus ID"
9
+ required
10
+ :model-value =" configuration.modbus_id"
11
+ min =" 1"
12
+ max =" 255"
13
+ @update:model-value ="
14
+ updateConfiguration($event, 'configuration.modbus_id')
15
+ "
16
+ />
10
17
</div >
11
18
</template >
12
19
Original file line number Diff line number Diff line change 28
28
"
29
29
/>
30
30
<openwb-base-number-input
31
- title =" Geräteadresse "
31
+ title =" Modbus ID "
32
32
required
33
- :min =" 1"
34
- :max =" 255"
35
33
:model-value =" configuration.modbus_id"
34
+ min =" 1"
35
+ max =" 255"
36
36
@update:model-value ="
37
37
updateConfiguration($event, 'configuration.modbus_id')
38
38
"
Original file line number Diff line number Diff line change 23
23
updateConfiguration($event, 'configuration.port')
24
24
"
25
25
/>
26
+ <openwb-base-number-input
27
+ title =" Modbus ID"
28
+ required
29
+ :model-value =" configuration.modbus_id"
30
+ min =" 1"
31
+ max =" 255"
32
+ @update:model-value ="
33
+ updateConfiguration($event, 'configuration.modbus_id')
34
+ "
35
+ />
26
36
</div >
27
37
</template >
28
38
You can’t perform that action at this time.
0 commit comments