Skip to content

Commit c719744

Browse files
committed
2 parents 1b7d781 + ddf2a0a commit c719744

4 files changed

Lines changed: 1882 additions & 272 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==2026.3.12"
13+
"victron_mqtt==2026.3.13"
1414
],
1515
"ssdp": [
1616
{
1717
"manufacturer": "Victron Energy",
1818
"X_MqttOnLan": "1"
1919
}
2020
],
21-
"version": "2026.3.6"
21+
"version": "2026.3.7"
2222
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
"on": "On"
4646
}
4747
},
48+
"dcdc_mode": {
49+
"name": "Mode",
50+
"state": {
51+
"off": "Off",
52+
"on": "On"
53+
}
54+
},
4855
"digitalinput_settings_invert_translation": {
4956
"name": "Invert digital input",
5057
"state": {
@@ -325,6 +332,9 @@
325332
"alternator_charge_current_limit": {
326333
"name": "Charge current limit"
327334
},
335+
"dcdc_charge_current_limit": {
336+
"name": "Charge current limit"
337+
},
328338
"evcharger_set_current": {
329339
"name": "Set current"
330340
},
@@ -892,6 +902,54 @@
892902
"sustain_alt": "Sustain Alt"
893903
}
894904
},
905+
"dcdc_charge_current_limit": {
906+
"name": "Charge current limit"
907+
},
908+
"dcdc_dc_current": {
909+
"name": "DC output current"
910+
},
911+
"dcdc_dc_power": {
912+
"name": "DC output power"
913+
},
914+
"dcdc_dc_voltage": {
915+
"name": "DC output voltage"
916+
},
917+
"dcdc_input_current": {
918+
"name": "Input current"
919+
},
920+
"dcdc_input_power": {
921+
"name": "Input power"
922+
},
923+
"dcdc_input_voltage": {
924+
"name": "Input voltage"
925+
},
926+
"dcdc_state": {
927+
"name": "State",
928+
"state": {
929+
"absorption": "Absorption",
930+
"auto_equalize": "Auto Equalize / Recondition",
931+
"battery_safe": "Battery Safe",
932+
"bulk": "Bulk",
933+
"discharging": "Discharging",
934+
"equalize": "Equalize",
935+
"external_control": "External Control",
936+
"fault": "Fault",
937+
"float": "Float",
938+
"inverting": "Inverting",
939+
"low_power": "Low Power",
940+
"off": "Off",
941+
"passthrough": "Passthrough",
942+
"power_assist": "Power Assist",
943+
"power_supply": "Power Supply",
944+
"recharging": "Recharging",
945+
"repeated_absorption": "Repeated Absorption",
946+
"scheduled_recharging": "Scheduled Recharging",
947+
"starting_up": "Starting Up",
948+
"storage": "Storage",
949+
"sustain": "Sustain",
950+
"sustain_alt": "Sustain Alt"
951+
}
952+
},
895953
"dcload_current": {
896954
"name": "Current"
897955
},
@@ -2146,6 +2204,9 @@
21462204
"vebus_inverter_dc_temperature": {
21472205
"name": "DC temperature"
21482206
},
2207+
"vebus_inverter_dc_voltage": {
2208+
"name": "DC voltage"
2209+
},
21492210
"vebus_inverter_ignoreacin1_state": {
21502211
"name": "State of ignore AC-in-1",
21512212
"state": {
@@ -2228,6 +2289,13 @@
22282289
"on": "On"
22292290
}
22302291
},
2292+
"dcdc_mode": {
2293+
"name": "Mode",
2294+
"state": {
2295+
"off": "Off",
2296+
"on": "On"
2297+
}
2298+
},
22312299
"digitalinput_settings_invert_translation": {
22322300
"name": "Invert digital input",
22332301
"state": {

0 commit comments

Comments
 (0)