Skip to content

Commit ff5e1e7

Browse files
Update victron_mqtt to 2025.8.19 and merge topics (#85)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent b3d4a11 commit ff5e1e7

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.18"
14+
"victron_mqtt==2025.8.19"
1515
],
1616
"ssdp": [
1717
{
1818
"manufacturer": "Victron Energy",
1919
"X_MqttOnLan": "1"
2020
}
2121
],
22-
"version": "2025.8.14"
22+
"version": "2025.8.15"
2323
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,9 @@
494494
},
495495
"switch_output_dimming": {
496496
"name": "Switch {output} Dimming"
497+
},
498+
"system_ess_max_inverter_power_limit": {
499+
"name": "ESS max inverter power limit"
497500
}
498501
}
499502
}

victron_mqtt.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,6 +2561,24 @@
25612561
"max": null,
25622562
"is_adjustable_suffix": null,
25632563
"key_values": {}
2564+
},
2565+
{
2566+
"topic": "N/+/settings/+/Settings/CGwacs/MaxDischargePower",
2567+
"message_type": "MetricKind.NUMBER",
2568+
"short_id": "system_ess_max_inverter_power_limit",
2569+
"name": "ESS max inverter power limit",
2570+
"unit_of_measurement": "W",
2571+
"metric_type": "MetricType.POWER",
2572+
"metric_nature": "MetricNature.INSTANTANEOUS",
2573+
"device_type": "System",
2574+
"value_type": "ValueType.INT",
2575+
"precision": null,
2576+
"enum": null,
2577+
"min_max_range": "RangeType.DYNAMIC",
2578+
"min": null,
2579+
"max": null,
2580+
"is_adjustable_suffix": null,
2581+
"key_values": {}
25642582
}
25652583
],
25662584
"enums": [

0 commit comments

Comments
 (0)