Skip to content

Commit c8b7cce

Browse files
Update victron_mqtt to 2025.11.5 (#234)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent f91d115 commit c8b7cce

3 files changed

Lines changed: 77 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
@@ -10,13 +10,13 @@
1010
"iot_class": "local_push",
1111
"issue_tracker": "https://github.com/tomer-w/ha-victron-mqtt/issues",
1212
"requirements": [
13-
"victron_mqtt==2025.11.4"
13+
"victron_mqtt==2025.11.5"
1414
],
1515
"ssdp": [
1616
{
1717
"manufacturer": "Victron Energy",
1818
"X_MqttOnLan": "1"
1919
}
2020
],
21-
"version": "2025.11.4"
21+
"version": "2025.11.5"
2222
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@
161161
"battery_current": {
162162
"name": "DC Bus current"
163163
},
164+
"battery_mid_voltage": {
165+
"name": "DC Bus mid voltage"
166+
},
167+
"battery_mid_voltage_deviation": {
168+
"name": "DC Bus mid voltage deviation"
169+
},
164170
"battery_power": {
165171
"name": "Battery power"
166172
},
@@ -740,6 +746,9 @@
740746
"system_control_scheduled_soc": {
741747
"name": "Scheduled SOC"
742748
},
749+
"system_dc_alternator_power": {
750+
"name": "DC Alternator Power"
751+
},
743752
"system_dc_battery_current": {
744753
"name": "DC Battery Current"
745754
},

victron_mqtt.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,50 @@
600600
"generic_name": "DC Bus current",
601601
"is_formula": false
602602
},
603+
{
604+
"topic": "N/{installation_id}/battery/{device_id}/Dc/0/MidVoltage",
605+
"message_type": "MetricKind.SENSOR",
606+
"short_id": "battery_mid_voltage",
607+
"name": "DC Bus mid voltage",
608+
"unit_of_measurement": "V",
609+
"metric_type": "MetricType.VOLTAGE",
610+
"metric_nature": "MetricNature.INSTANTANEOUS",
611+
"value_type": "ValueType.FLOAT",
612+
"precision": 3,
613+
"enum": null,
614+
"min_max_range": "RangeType.STATIC",
615+
"min": null,
616+
"max": null,
617+
"step": null,
618+
"is_adjustable_suffix": null,
619+
"key_values": {},
620+
"experimental": false,
621+
"depends_on": [],
622+
"generic_name": "DC Bus mid voltage",
623+
"is_formula": false
624+
},
625+
{
626+
"topic": "N/{installation_id}/battery/{device_id}/Dc/0/MidVoltageDeviation",
627+
"message_type": "MetricKind.SENSOR",
628+
"short_id": "battery_mid_voltage_deviation",
629+
"name": "DC Bus mid voltage deviation",
630+
"unit_of_measurement": "%",
631+
"metric_type": "MetricType.PERCENTAGE",
632+
"metric_nature": "MetricNature.INSTANTANEOUS",
633+
"value_type": "ValueType.FLOAT",
634+
"precision": 1,
635+
"enum": null,
636+
"min_max_range": "RangeType.STATIC",
637+
"min": null,
638+
"max": null,
639+
"step": null,
640+
"is_adjustable_suffix": null,
641+
"key_values": {},
642+
"experimental": false,
643+
"depends_on": [],
644+
"generic_name": "DC Bus mid voltage deviation",
645+
"is_formula": false
646+
},
603647
{
604648
"topic": "N/{installation_id}/battery/{device_id}/Dc/0/Power",
605649
"message_type": "MetricKind.SENSOR",
@@ -5552,6 +5596,28 @@
55525596
"generic_name": "Scheduled SOC",
55535597
"is_formula": false
55545598
},
5599+
{
5600+
"topic": "N/{installation_id}/system/{device_id}/Dc/Alternator/Power",
5601+
"message_type": "MetricKind.SENSOR",
5602+
"short_id": "system_dc_alternator_power",
5603+
"name": "DC Alternator Power",
5604+
"unit_of_measurement": "W",
5605+
"metric_type": "MetricType.POWER",
5606+
"metric_nature": "MetricNature.INSTANTANEOUS",
5607+
"value_type": "ValueType.FLOAT",
5608+
"precision": 1,
5609+
"enum": null,
5610+
"min_max_range": "RangeType.STATIC",
5611+
"min": null,
5612+
"max": null,
5613+
"step": null,
5614+
"is_adjustable_suffix": null,
5615+
"key_values": {},
5616+
"experimental": false,
5617+
"depends_on": [],
5618+
"generic_name": "DC Alternator Power",
5619+
"is_formula": false
5620+
},
55555621
{
55565622
"topic": "N/{installation_id}/system/{device_id}/Dc/Battery/Current",
55575623
"message_type": "MetricKind.SENSOR",

0 commit comments

Comments
 (0)