Skip to content

Commit 35c5aaa

Browse files
Update victron_mqtt to 2025.12.9 (#252)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 77700cc commit 35c5aaa

3 files changed

Lines changed: 104 additions & 4 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.12.6"
13+
"victron_mqtt==2025.12.9"
1414
],
1515
"ssdp": [
1616
{
1717
"manufacturer": "Victron Energy",
1818
"X_MqttOnLan": "1"
1919
}
2020
],
21-
"version": "2025.12.4"
21+
"version": "2025.12.5"
2222
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,12 @@
494494
"evcharger_current": {
495495
"name": "EV charger current"
496496
},
497+
"evcharger_max_set_current": {
498+
"name": "EV charger maximum set current"
499+
},
500+
"evcharger_min_set_current": {
501+
"name": "EV charger minimum set current"
502+
},
497503
"evcharger_mode": {
498504
"name": "EV charger mode"
499505
},
@@ -1055,6 +1061,9 @@
10551061
"temperature_offset": {
10561062
"name": "Temperature offset"
10571063
},
1064+
"temperature_pressure": {
1065+
"name": "Pressure"
1066+
},
10581067
"temperature_scale": {
10591068
"name": "Temperature scale factor"
10601069
},
@@ -1169,6 +1178,9 @@
11691178
"vebus_inverter_input_apparent_power_phase": {
11701179
"name": "Inverter input apparent power {phase}"
11711180
},
1181+
"vebus_inverter_input_current_phase": {
1182+
"name": "Inverter input current {phase}"
1183+
},
11721184
"vebus_inverter_input_frequency_phase": {
11731185
"name": "Inverter input frequency {phase}"
11741186
},

victron_mqtt.json

Lines changed: 90 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,50 @@
16341634
"generic_name": "EV charger current",
16351635
"is_formula": false
16361636
},
1637+
{
1638+
"topic": "N/{installation_id}/evcharger/{device_id}/MaxCurrent",
1639+
"message_type": "MetricKind.SENSOR",
1640+
"short_id": "evcharger_max_set_current",
1641+
"name": "EV charger maximum set current",
1642+
"unit_of_measurement": "A",
1643+
"metric_type": "MetricType.CURRENT",
1644+
"metric_nature": "MetricNature.INSTANTANEOUS",
1645+
"value_type": "ValueType.INT",
1646+
"precision": null,
1647+
"enum": null,
1648+
"min_max_range": "RangeType.STATIC",
1649+
"min": null,
1650+
"max": null,
1651+
"step": null,
1652+
"is_adjustable_suffix": null,
1653+
"key_values": {},
1654+
"experimental": false,
1655+
"depends_on": [],
1656+
"generic_name": "EV charger maximum set current",
1657+
"is_formula": false
1658+
},
1659+
{
1660+
"topic": "N/{installation_id}/evcharger/{device_id}/MinCurrent",
1661+
"message_type": "MetricKind.SENSOR",
1662+
"short_id": "evcharger_min_set_current",
1663+
"name": "EV charger minimum set current",
1664+
"unit_of_measurement": "A",
1665+
"metric_type": "MetricType.CURRENT",
1666+
"metric_nature": "MetricNature.INSTANTANEOUS",
1667+
"value_type": "ValueType.INT",
1668+
"precision": null,
1669+
"enum": null,
1670+
"min_max_range": "RangeType.STATIC",
1671+
"min": null,
1672+
"max": null,
1673+
"step": null,
1674+
"is_adjustable_suffix": null,
1675+
"key_values": {},
1676+
"experimental": false,
1677+
"depends_on": [],
1678+
"generic_name": "EV charger minimum set current",
1679+
"is_formula": false
1680+
},
16371681
{
16381682
"topic": "N/{installation_id}/evcharger/{device_id}/Mode",
16391683
"message_type": "MetricKind.SELECT",
@@ -1668,8 +1712,8 @@
16681712
"precision": null,
16691713
"enum": null,
16701714
"min_max_range": "RangeType.STATIC",
1671-
"min": 0,
1672-
"max": 32,
1715+
"min": "evcharger_min_set_current:0",
1716+
"max": "evcharger_max_set_current:32",
16731717
"step": null,
16741718
"is_adjustable_suffix": null,
16751719
"key_values": {},
@@ -6482,6 +6526,28 @@
64826526
"generic_name": "Temperature offset",
64836527
"is_formula": false
64846528
},
6529+
{
6530+
"topic": "N/{installation_id}/temperature/{device_id}/Pressure",
6531+
"message_type": "MetricKind.SENSOR",
6532+
"short_id": "temperature_pressure",
6533+
"name": "Pressure",
6534+
"unit_of_measurement": "hPa",
6535+
"metric_type": "MetricType.PRESSURE",
6536+
"metric_nature": "MetricNature.INSTANTANEOUS",
6537+
"value_type": "ValueType.FLOAT",
6538+
"precision": 1,
6539+
"enum": null,
6540+
"min_max_range": "RangeType.STATIC",
6541+
"min": null,
6542+
"max": null,
6543+
"step": null,
6544+
"is_adjustable_suffix": null,
6545+
"key_values": {},
6546+
"experimental": false,
6547+
"depends_on": [],
6548+
"generic_name": "Pressure",
6549+
"is_formula": false
6550+
},
64856551
{
64866552
"topic": "N/{installation_id}/temperature/{device_id}/Scale",
64876553
"message_type": "MetricKind.NUMBER",
@@ -6636,6 +6702,28 @@
66366702
"generic_name": "Inverter input frequency {phase}",
66376703
"is_formula": false
66386704
},
6705+
{
6706+
"topic": "N/{installation_id}/vebus/{device_id}/Ac/ActiveIn/{phase}/I",
6707+
"message_type": "MetricKind.SENSOR",
6708+
"short_id": "vebus_inverter_input_current_{phase}",
6709+
"name": "Inverter input current {phase}",
6710+
"unit_of_measurement": "A",
6711+
"metric_type": "MetricType.CURRENT",
6712+
"metric_nature": "MetricNature.INSTANTANEOUS",
6713+
"value_type": "ValueType.FLOAT",
6714+
"precision": 1,
6715+
"enum": null,
6716+
"min_max_range": "RangeType.STATIC",
6717+
"min": null,
6718+
"max": null,
6719+
"step": null,
6720+
"is_adjustable_suffix": null,
6721+
"key_values": {},
6722+
"experimental": false,
6723+
"depends_on": [],
6724+
"generic_name": "Inverter input current {phase}",
6725+
"is_formula": false
6726+
},
66396727
{
66406728
"topic": "N/{installation_id}/vebus/{device_id}/Ac/ActiveIn/{phase}/P",
66416729
"message_type": "MetricKind.SENSOR",

0 commit comments

Comments
 (0)