Skip to content

Commit fed7e9d

Browse files
Update victron_mqtt to 2025.10.2 and merge topics (#172)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 3cbb65f commit fed7e9d

3 files changed

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

custom_components/victron_mqtt/translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@
648648
"system_control_active_soc_limit": {
649649
"name": "Active SOC Limit"
650650
},
651+
"system_control_scheduled_soc": {
652+
"name": "Scheduled SOC"
653+
},
651654
"system_dc_battery_current": {
652655
"name": "DC Battery Current"
653656
},

victron_mqtt.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4780,6 +4780,28 @@
47804780
"generic_name": "Active SOC Limit",
47814781
"is_formula": false
47824782
},
4783+
{
4784+
"topic": "N/{installation_id}/system/{device_id}/Control/ScheduledSoc",
4785+
"message_type": "MetricKind.SENSOR",
4786+
"short_id": "system_control_scheduled_soc",
4787+
"name": "Scheduled SOC",
4788+
"unit_of_measurement": "%",
4789+
"metric_type": "MetricType.ELECTRIC_STORAGE_PERCENTAGE",
4790+
"metric_nature": "MetricNature.INSTANTANEOUS",
4791+
"value_type": "ValueType.FLOAT",
4792+
"precision": 1,
4793+
"enum": null,
4794+
"min_max_range": "RangeType.STATIC",
4795+
"min": null,
4796+
"max": null,
4797+
"step": null,
4798+
"is_adjustable_suffix": null,
4799+
"key_values": {},
4800+
"experimental": false,
4801+
"depends_on": [],
4802+
"generic_name": "Scheduled SOC",
4803+
"is_formula": false
4804+
},
47834805
{
47844806
"topic": "N/{installation_id}/system/{device_id}/Dc/Battery/Current",
47854807
"message_type": "MetricKind.SENSOR",

0 commit comments

Comments
 (0)