Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/components/devices/alpha_ess/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
v-if="configuration.source == 1"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
<openwb-base-select-input
title="Firmware Version"
notSelected="Bitte auswählen"
Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/carlo_gavazzi/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
1 change: 1 addition & 0 deletions src/components/devices/deye/bat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/deye/counter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/deye/inverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/e3dc/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
1 change: 1 addition & 0 deletions src/components/devices/good_we/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/huawei/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/huawei_smartlogger/bat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/huawei_smartlogger/counter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/huawei_smartlogger/inverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/janitza/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/kostal_plenticore/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/kostal_sem/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/powerdog/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
3 changes: 2 additions & 1 deletion src/components/devices/qcells/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand All @@ -37,7 +38,7 @@

<script>
export default {
name: "DeviceQCellls",
name: "DeviceQCells",
emits: ["update:configuration"],
props: {
configuration: { type: Object, required: true },
Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/saxpower/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/siemens/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
10 changes: 10 additions & 0 deletions src/components/devices/siemens_sentron/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
updateConfiguration($event, 'configuration.port')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
13 changes: 10 additions & 3 deletions src/components/devices/sma_sunny_boy/bat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
Einstellungen für SMA Sunny Boy/Tripower Batteriespeicher
<span class="small">(Modul: {{ $options.name }})</span>
</openwb-base-heading>
<openwb-base-alert subtype="info">
Diese Komponente benötigt keine Einstellungen.
</openwb-base-alert>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
14 changes: 11 additions & 3 deletions src/components/devices/sma_sunny_boy/bat_smart_energy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
Einstellungen für SMA Sunny Boy Smart Energy Batteriespeicher
<span class="small">(Modul: {{ $options.name }})</span>
</openwb-base-heading>
<openwb-base-alert subtype="info">
Diese Komponente benötigt keine Einstellungen.
</openwb-base-alert>

<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
13 changes: 10 additions & 3 deletions src/components/devices/sma_sunny_boy/counter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
Einstellungen für SMA Sunny Boy/Tripower Zähler
<span class="small">(Modul: {{ $options.name }})</span>
</openwb-base-heading>
<openwb-base-alert subtype="info">
Diese Komponente benötigt keine Einstellungen.
</openwb-base-alert>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
16 changes: 16 additions & 0 deletions src/components/devices/sma_sunny_boy/inverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,22 @@
updateConfiguration($event, 'configuration.version')
"
/>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
>
<template #help>
Für die Standardversion ist die Standardmodbus-ID 3, für Core-2
ist sie 1 und für Data Manager/Cluster Controller 2. Wurde eine
abweichende Modbus ID konfiguriert, entsprechend anpassen.
</template>
</openwb-base-number-input>
</div>
</template>

Expand Down
13 changes: 10 additions & 3 deletions src/components/devices/sma_sunny_island/bat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
Einstellungen für Sunny Island Batteriespeicher
<span class="small">(Modul: {{ $options.name }})</span>
</openwb-base-heading>
<openwb-base-alert subtype="info">
Diese Komponente erfordert keine Einstellungen.
</openwb-base-alert>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
@update:model-value="
updateConfiguration($event, 'configuration.modbus_id')
"
/>
</div>
</template>

Expand Down
1 change: 1 addition & 0 deletions src/components/devices/solaredge/bat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/solaredge/counter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</openwb-base-alert>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/solaredge/external_inverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
</openwb-base-alert>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/solaredge/inverter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</openwb-base-heading>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
1 change: 1 addition & 0 deletions src/components/devices/solarmax/bat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
</openwb-base-alert>
<openwb-base-number-input
title="Modbus ID"
required
:model-value="configuration.modbus_id"
min="1"
max="255"
Expand Down
Loading