File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
<div >
39
39
max. Ladeleistung:
40
40
{{
41
- (max_power = formatNumberTopic("openWB/chargepoint/" + chargePointIndex + "/get/max_evse_current", 0)) == "-"
41
+ (max_power = formatNumberTopic(baseTopic + "/get/max_evse_current", 0)) == "-"
42
42
? max_power
43
43
: Math.floor((max_power * 3 * 230) / 1000)
44
44
}}  ; kW
@@ -222,9 +222,9 @@ export default {
222
222
return {
223
223
mqttTopicsToSubscribe: [
224
224
` openWB/chargepoint/${ this .installedChargePoint .id } /get/+` ,
225
- ` " openWB/chargepoint/${ this .installedChargePoint .id } /get/connected_vehicle/info` ,
226
- ` " openWB/chargepoint/${ this .installedChargePoint .id } /set/+` ,
227
- ` " openWB/internal_chargepoint/${ this .installedChargePoint .id } /data/phases_to_use` ,
225
+ ` openWB/chargepoint/${ this .installedChargePoint .id } /get/connected_vehicle/info` ,
226
+ ` openWB/chargepoint/${ this .installedChargePoint .id } /set/+` ,
227
+ ` openWB/internal_chargepoint/${ this .installedChargePoint .id } /data/phases_to_use` ,
228
228
],
229
229
};
230
230
},
You can’t perform that action at this time.
0 commit comments