Skip to content

Commit 7d49ec6

Browse files
authored
add Huawei-Kit (#670)
1 parent 1fe8c6a commit 7d49ec6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/devices/huawei/huawei/device.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
<openwb-base-heading> Einstellungen für Huawei </openwb-base-heading>
44
<openwb-base-alert subtype="info">
55
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.
78
</openwb-base-alert>
89
<openwb-base-text-input
10+
v-if="device.configuration.type != 'huawei_kit'"
911
title="IP oder Hostname"
1012
subtype="host"
1113
required
1214
:model-value="device.configuration.ip_address"
1315
@update:model-value="updateConfiguration($event, 'configuration.ip_address')"
1416
/>
1517
<openwb-base-number-input
18+
v-if="device.configuration.type != 'huawei_kit'"
1619
title="Port"
1720
required
1821
:min="1"
@@ -39,6 +42,7 @@
3942
not-selected="Bitte auswählen"
4043
:options="[
4144
{ value: 's_dongle', text: 'SDongle' },
45+
{ value: 'huawei_kit', text: 'Huawei Kit' },
4246
{ value: 'modbus_rtu', text: 'Modbus RTU (mit Modbus/TCP Adapter)' },
4347
]"
4448
:model-value="device.configuration.type"

0 commit comments

Comments
 (0)