Skip to content

Commit 0355d84

Browse files
authored
Merge pull request #609 from ndrsnhs/pv-charging-threshold-hint
add warning text
2 parents 3a1bb31 + 87b08b9 commit 0355d84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/views/PVChargeConfig.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
<template #help> Obere Grenze des Regelbereichs. </template>
6666
</openwb-base-number-input>
6767
<hr />
68+
<openwb-base-alert subtype="danger">
69+
Die Differenzleistung zw. Ein- und Abschaltschwelle sollte mind. 1.4kW (230V x 6A) betragen. (Konfiguriert:
70+
{{($store.state.mqtt['openWB/general/chargemode_config/pv_charging/switch_on_threshold'] -
71+
$store.state.mqtt['openWB/general/chargemode_config/pv_charging/switch_off_threshold']) / 1000}}&nbsp;kW)
72+
</openwb-base-alert>
6873
<openwb-base-number-input
6974
title="Einschaltschwelle"
7075
:min="0"

0 commit comments

Comments
 (0)