File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 201201 >
202202 <template #help >Hilfetext</template >
203203 </openwb-base-button-group-input >
204+ <openwb-base-range-input
205+ v-if ="
206+ $store.state.mqtt[
207+ 'openWB/general/chargemode_config/pv_charging/phases_to_use'
208+ ] == 0
209+ "
210+ title =" Verzögerung automat. Phasenumschaltung"
211+ :min =" 1"
212+ :max =" 15"
213+ :step =" 1"
214+ unit =" Min."
215+ :model-value ="
216+ $store.state.mqtt[
217+ 'openWB/general/chargemode_config/pv_charging/phase_switch_delay'
218+ ]
219+ "
220+ @update:model-value ="
221+ updateState(
222+ 'openWB/general/chargemode_config/pv_charging/phase_switch_delay',
223+ $event
224+ )
225+ "
226+ >
227+ <template #help >Hilfetext</template >
228+ </openwb-base-range-input >
204229 </div >
205230 </openwb-base-card >
206231 <openwb-base-card title =" Speicher-Beachtung" >
@@ -458,6 +483,7 @@ export default {
458483 " openWB/general/chargemode_config/pv_charging/switch_off_threshold" ,
459484 " openWB/general/chargemode_config/pv_charging/switch_off_delay" ,
460485 " openWB/general/chargemode_config/pv_charging/phases_to_use" ,
486+ " openWB/general/chargemode_config/pv_charging/phase_switch_delay" ,
461487 " openWB/general/chargemode_config/pv_charging/bat_prio" ,
462488 " openWB/general/chargemode_config/pv_charging/switch_on_soc" ,
463489 " openWB/general/chargemode_config/pv_charging/switch_off_soc" ,
You can’t perform that action at this time.
0 commit comments