Skip to content

Commit f27758b

Browse files
Update victron_mqtt to 2025.8.4 and merge topics (#64)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 1d47b26 commit f27758b

3 files changed

Lines changed: 23 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.8.3"
14+
"victron_mqtt==2025.8.4"
1515
],
1616
"ssdp": [
1717
{
1818
"manufacturer": "Victron Energy",
1919
"X_MqttOnLan": "1"
2020
}
2121
],
22-
"version": "2025.8.3"
22+
"version": "2025.8.4"
2323
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,9 @@
396396
"system_ac_power_set_point": {
397397
"name": "AC Power Setpoint"
398398
},
399+
"system_ess_max_charge_current": {
400+
"name": "ESS max charge current"
401+
},
399402
"switch_output_dimming": {
400403
"name": "Switch {output} Dimming"
401404
}

victron_mqtt.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,6 +1896,24 @@
18961896
"is_adjustable_suffix": null,
18971897
"key_values": {}
18981898
},
1899+
{
1900+
"topic": "N/+/settings/+/Settings/SystemSetup/MaxChargeCurrent",
1901+
"message_type": "MetricKind.NUMBER",
1902+
"short_id": "system_ess_max_charge_current",
1903+
"name": "ESS max charge current",
1904+
"unit_of_measurement": "A",
1905+
"metric_type": "MetricType.CURRENT",
1906+
"metric_nature": "MetricNature.INSTANTANEOUS",
1907+
"device_type": "System",
1908+
"value_type": "ValueType.INT",
1909+
"precision": null,
1910+
"enum": null,
1911+
"min_max_range": "RangeType.DYNAMIC",
1912+
"min": null,
1913+
"max": null,
1914+
"is_adjustable_suffix": null,
1915+
"key_values": {}
1916+
},
18991917
{
19001918
"topic": "N/+/dcload/+/Dc/0/Voltage",
19011919
"message_type": "MetricKind.SENSOR",

0 commit comments

Comments
 (0)