Skip to content

Commit

Permalink
Merge pull request #373 from benderl/kostal-pico-old
Browse files Browse the repository at this point in the history
kostal_pico_old configuration url
  • Loading branch information
LKuemmel authored Oct 30, 2023
2 parents 2158451 + faf50c9 commit 7b940f4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/components/devices/kostal_piko_old/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@
<span class="small">(Modul: {{ $options.name }})</span>
</openwb-base-heading>
<openwb-base-text-input
title="IP oder Hostname"
subtype="host"
title="URL"
subtype="url"
required
:model-value="configuration.ip_address"
:model-value="configuration.url"
@update:model-value="
updateConfiguration($event, 'configuration.ip_address')
updateConfiguration($event, 'configuration.url')
"
/>
>
<template #help>
Es wird eine komplette URL inklusive Protokoll erwartet.
Normalerweise ist der Wechselrichter über "http://IP" zu
erreichen.
</template>
</openwb-base-text-input>
<openwb-base-text-input
title="Benutzername"
subtype="user"
Expand Down

0 comments on commit 7b940f4

Please sign in to comment.