Skip to content

Commit

Permalink
kostal_pico_old configuration url
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Oct 27, 2023
1 parent 2158451 commit faf50c9
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 faf50c9

Please sign in to comment.