You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/modules/web_themes/standard_legacy/web/setupMqttServices.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ var topicsToSubscribe = [
34
34
["openWB/bat/get/daily_exported",1],// total daily imported energy; float, unit: kWh
35
35
["openWB/bat/get/daily_imported",1],// total daily imported energy; float, unit: kWh
36
36
37
-
// counter topics, counter with index 0 is always main grid counter
37
+
// counter topics
38
38
["openWB/counter/set/home_consumption",1],// actual home power
39
39
["openWB/counter/set/daily_yield_home_consumption",1],// daily home energy
40
40
["openWB/counter/+/get/power",1],// actual power; int, unit: W
@@ -55,6 +55,9 @@ var topicsToSubscribe = [
55
55
["openWB/chargepoint/+/get/enabled",1],// is the chargepoint enabled? int, 0 = disabled, 1 = enabled
56
56
["openWB/chargepoint/+/set/current",1],// actual set current; float, unit: A
57
57
58
+
// devices and components
59
+
["openWB/system/device/+/component/+/config",1],// configuration of components
60
+
58
61
// information for connected vehicle
59
62
["openWB/chargepoint/+/get/connected_vehicle/info",1],// general info of the vehicle; JSON { "id": int, "name": str }
60
63
["openWB/chargepoint/+/get/connected_vehicle/config",1],// general configuration of the vehicle; JSON { "charge_template": int, "ev_template": int, "chargemode": str, "priority": bool, "average_consumption": int (Wh/100km) }
0 commit comments