Skip to content

Commit 3f7bbbe

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

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

custom_components/victron_mqtt/translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,9 @@
819819
"vebus_inverter_dc_power": {
820820
"name": "Inverter DC power"
821821
},
822+
"vebus_inverter_dc_temperature": {
823+
"name": "Inverter DC temperature"
824+
},
822825
"vebus_device_device_number_input_power_l1": {
823826
"name": "VE.Bus device {device_number} line 1 input power"
824827
},

victron_mqtt.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6150,6 +6150,28 @@
61506150
"generic_name": "Inverter DC power",
61516151
"is_formula": false
61526152
},
6153+
{
6154+
"topic": "N/{installation_id}/vebus/{device_id}/Dc/0/Temperature",
6155+
"message_type": "MetricKind.SENSOR",
6156+
"short_id": "vebus_inverter_dc_temperature",
6157+
"name": "Inverter DC temperature",
6158+
"unit_of_measurement": "\u00b0C",
6159+
"metric_type": "MetricType.TEMPERATURE",
6160+
"metric_nature": "MetricNature.INSTANTANEOUS",
6161+
"value_type": "ValueType.FLOAT",
6162+
"precision": 1,
6163+
"enum": null,
6164+
"min_max_range": "RangeType.STATIC",
6165+
"min": null,
6166+
"max": null,
6167+
"step": null,
6168+
"is_adjustable_suffix": null,
6169+
"key_values": {},
6170+
"experimental": false,
6171+
"depends_on": [],
6172+
"generic_name": "Inverter DC temperature",
6173+
"is_formula": false
6174+
},
61536175
{
61546176
"topic": "N/{installation_id}/vebus/{device_id}/Devices/{device_number}/Ac/In/P",
61556177
"message_type": "MetricKind.SENSOR",

0 commit comments

Comments
 (0)