File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/components/devices/huawei/huawei Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
<openwb-base-heading > Einstellungen für Huawei </openwb-base-heading >
4
4
<openwb-base-alert subtype =" info" >
5
5
Die Antwort der Huawei Wechselrichter benötigt sehr viel Zeit. Es wird empfohlen, dass Regelintervall der openWB
6
- auf "sehr langsam" zu stellen.
6
+ auf "sehr langsam" zu stellen. Mit unserem Huawei-Kit können Huawei Wechselrichter auch in normaler
7
+ Regelgeschwindigkeit abgefragt werden.
7
8
</openwb-base-alert >
8
9
<openwb-base-text-input
10
+ v-if =" device.configuration.type != 'huawei_kit'"
9
11
title =" IP oder Hostname"
10
12
subtype =" host"
11
13
required
12
14
:model-value =" device.configuration.ip_address"
13
15
@update:model-value =" updateConfiguration($event, 'configuration.ip_address')"
14
16
/>
15
17
<openwb-base-number-input
18
+ v-if =" device.configuration.type != 'huawei_kit'"
16
19
title =" Port"
17
20
required
18
21
:min =" 1"
39
42
not-selected =" Bitte auswählen"
40
43
:options =" [
41
44
{ value: 's_dongle', text: 'SDongle' },
45
+ { value: 'huawei_kit', text: 'Huawei Kit' },
42
46
{ value: 'modbus_rtu', text: 'Modbus RTU (mit Modbus/TCP Adapter)' },
43
47
]"
44
48
:model-value =" device.configuration.type"
You can’t perform that action at this time.
0 commit comments