Skip to content

Commit d020783

Browse files
Update victron_mqtt to 2026.4.0 (#333)
## Changes - remove dcdc none-existed topic - centralize device name logic in the library ## Contributors @tomer-w Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent c719744 commit d020783

3 files changed

Lines changed: 2 additions & 30 deletions

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.13"
13+
"victron_mqtt==2026.4.0"
1414
],
1515
"ssdp": [
1616
{

custom_components/victron_mqtt/translations/en.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,6 @@
332332
"alternator_charge_current_limit": {
333333
"name": "Charge current limit"
334334
},
335-
"dcdc_charge_current_limit": {
336-
"name": "Charge current limit"
337-
},
338335
"evcharger_set_current": {
339336
"name": "Set current"
340337
},
@@ -902,9 +899,6 @@
902899
"sustain_alt": "Sustain Alt"
903900
}
904901
},
905-
"dcdc_charge_current_limit": {
906-
"name": "Charge current limit"
907-
},
908902
"dcdc_dc_current": {
909903
"name": "DC output current"
910904
},

victron_mqtt.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,28 +1766,6 @@
17661766
"generic_name": "Mode",
17671767
"is_formula": false
17681768
},
1769-
{
1770-
"topic": "N/{installation_id}/dcdc/{device_id}/Settings/ChargeCurrentLimit",
1771-
"message_type": "MetricKind.NUMBER",
1772-
"short_id": "dcdc_charge_current_limit",
1773-
"name": "Charge current limit",
1774-
"unit_of_measurement": "A",
1775-
"metric_type": "MetricType.CURRENT",
1776-
"metric_nature": "MetricNature.MEASUREMENT",
1777-
"value_type": "ValueType.FLOAT",
1778-
"precision": 1,
1779-
"enum": null,
1780-
"min_max_range": "RangeType.STATIC",
1781-
"min": 0,
1782-
"max": 200,
1783-
"step": null,
1784-
"is_adjustable_suffix": null,
1785-
"key_values": {},
1786-
"experimental": false,
1787-
"depends_on": [],
1788-
"generic_name": "Charge current limit",
1789-
"is_formula": false
1790-
},
17911769
{
17921770
"topic": "N/{installation_id}/dcdc/{device_id}/State",
17931771
"message_type": "MetricKind.SENSOR",
@@ -9318,7 +9296,7 @@
93189296
"EnumValues": [
93199297
{
93209298
"id": "system",
9321-
"name": "System",
9299+
"name": "Victron Venus",
93229300
"value": "system"
93239301
},
93249302
{

0 commit comments

Comments
 (0)