Skip to content

Commit b731875

Browse files
Update victron_mqtt to 2025.8.24 and merge topics (#97)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent b83ee1c commit b731875

3 files changed

Lines changed: 137 additions & 58 deletions

File tree

custom_components/victron_mqtt/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"iot_class": "local_push",
1212
"issue_tracker": "https://github.com/tomer-w/ha-victron-mqtt/issues",
1313
"requirements": [
14-
"victron_mqtt==2025.8.23"
14+
"victron_mqtt==2025.8.24"
1515
],
1616
"ssdp": [
1717
{
1818
"manufacturer": "Victron Energy",
1919
"X_MqttOnLan": "1"
2020
}
2121
],
22-
"version": "2025.8.19"
22+
"version": "2025.8.20"
2323
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,18 @@
280280
"system_grid_power_phase": {
281281
"name": "Grid Power {phase}"
282282
},
283+
"system_pv_on_output_phases": {
284+
"name": "PV on Output phases"
285+
},
286+
"system_pv_on_output_power_phase": {
287+
"name": "PV on Output Power {phase}"
288+
},
289+
"system_pv_on_output_current_phase": {
290+
"name": "PV on Output Current {phase}"
291+
},
292+
"system_consumption_on_output_phases": {
293+
"name": "Consumption On Output phases"
294+
},
283295
"evcharger_current": {
284296
"name": "EV charger current"
285297
},

0 commit comments

Comments
 (0)