Skip to content

Commit 1feaee7

Browse files
Update victron_mqtt to 2026.3.9 (#325)
## Changes - Fix RuntimeError from asyncio.get\_event\_loop() on Python 3.14 @[copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent) (#83) - fix typo in issue template @dotlambda (#80) - Add ess max charge power topic @AkarshES (#78) ## Contributors @AkarshES, @Copilot, @dotlambda, @tomer-w and [copilot-swe-agent[bot]](https://github.com/apps/copilot-swe-agent) Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 309c20e commit 1feaee7

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

custom_components/victron_mqtt/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"iot_class": "local_push",
1111
"issue_tracker": "https://github.com/tomer-w/ha-victron-mqtt/issues",
1212
"requirements": [
13-
"victron_mqtt==2026.3.7"
13+
"victron_mqtt==2026.3.9"
1414
],
1515
"ssdp": [
1616
{

custom_components/victron_mqtt/translations/en.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@
414414
"system_ess_max_charge_current": {
415415
"name": "ESS max charge current"
416416
},
417+
"system_ess_max_charge_power": {
418+
"name": "ESS max charge power limit"
419+
},
417420
"system_ess_max_charge_voltage": {
418421
"name": "ESS max charge voltage"
419422
},
@@ -1797,6 +1800,9 @@
17971800
"system_ess_max_charge_current": {
17981801
"name": "ESS max charge current"
17991802
},
1803+
"system_ess_max_charge_power": {
1804+
"name": "ESS max charge power limit"
1805+
},
18001806
"system_ess_max_charge_voltage": {
18011807
"name": "ESS max charge voltage"
18021808
},

victron_mqtt.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4782,6 +4782,28 @@
47824782
"generic_name": "ESS mode (Hub4)",
47834783
"is_formula": false
47844784
},
4785+
{
4786+
"topic": "N/{installation_id}/settings/{device_id}/Settings/CGwacs/MaxChargePower",
4787+
"message_type": "MetricKind.NUMBER",
4788+
"short_id": "system_ess_max_charge_power",
4789+
"name": "ESS max charge power limit",
4790+
"unit_of_measurement": "W",
4791+
"metric_type": "MetricType.POWER",
4792+
"metric_nature": "MetricNature.INSTANTANEOUS",
4793+
"value_type": "ValueType.INT",
4794+
"precision": null,
4795+
"enum": null,
4796+
"min_max_range": "RangeType.DYNAMIC",
4797+
"min": -1,
4798+
"max": 1000000,
4799+
"step": null,
4800+
"is_adjustable_suffix": null,
4801+
"key_values": {},
4802+
"experimental": false,
4803+
"depends_on": [],
4804+
"generic_name": "ESS max charge power limit",
4805+
"is_formula": false
4806+
},
47854807
{
47864808
"topic": "N/{installation_id}/settings/{device_id}/Settings/CGwacs/MaxDischargePower",
47874809
"message_type": "MetricKind.NUMBER",

0 commit comments

Comments
 (0)