Skip to content

Commit 5fef0ba

Browse files
Update victron_mqtt to 2025.9.34 and merge topics (#160)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 8f3033e commit 5fef0ba

3 files changed

Lines changed: 29 additions & 2 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.9.33"
14+
"victron_mqtt==2025.9.34"
1515
],
1616
"ssdp": [
1717
{
1818
"manufacturer": "Victron Energy",
1919
"X_MqttOnLan": "1"
2020
}
2121
],
22-
"version": "2025.9.18"
22+
"version": "2025.9.19"
2323
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,9 @@
663663
"system_dc_pv_power": {
664664
"name": "PV Power"
665665
},
666+
"system_dc_pv_energy": {
667+
"name": "PV Energy"
668+
},
666669
"system_dc_consumption": {
667670
"name": "DC Consumption"
668671
},

victron_mqtt.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4850,6 +4850,30 @@
48504850
"generic_name": "PV Power",
48514851
"is_formula": false
48524852
},
4853+
{
4854+
"topic": "$$func/system/left_riemann_sum",
4855+
"message_type": "MetricKind.SENSOR",
4856+
"short_id": "system_dc_pv_energy",
4857+
"name": "PV Energy",
4858+
"unit_of_measurement": "kWh",
4859+
"metric_type": "MetricType.ENERGY",
4860+
"metric_nature": "MetricNature.CUMULATIVE",
4861+
"value_type": "ValueType.FLOAT",
4862+
"precision": 1,
4863+
"enum": null,
4864+
"min_max_range": "RangeType.STATIC",
4865+
"min": null,
4866+
"max": null,
4867+
"step": null,
4868+
"is_adjustable_suffix": null,
4869+
"key_values": {},
4870+
"experimental": false,
4871+
"depends_on": [
4872+
"system_dc_pv_power"
4873+
],
4874+
"generic_name": "PV Energy",
4875+
"is_formula": true
4876+
},
48534877
{
48544878
"topic": "N/{installation_id}/system/{device_id}/Dc/System/Power",
48554879
"message_type": "MetricKind.SENSOR",

0 commit comments

Comments
 (0)