Skip to content

Commit 456d43a

Browse files
Update victron_mqtt to 2025.7.24 and merge topics (#28)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 1db4e29 commit 456d43a

3 files changed

Lines changed: 28 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
@@ -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.7.23"
14+
"victron_mqtt==2025.7.24"
1515
],
1616
"ssdp": [
1717
{
1818
"manufacturer": "Victron Energy",
1919
"X_MqttOnLan": "1"
2020
}
2121
],
22-
"version": "2025.7.17"
22+
"version": "2025.7.18"
2323
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@
301301
},
302302
"temperature_scale": {
303303
"name": "Temperature scale factor"
304+
},
305+
"cgwacs_ac_power_set_point": {
306+
"name": "CGwacs AC Power Setpoint"
304307
}
305308
},
306309
"switch": {

victron_mqtt.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,22 @@
14291429
"min": null,
14301430
"max": null,
14311431
"is_adjustable_suffix": null
1432+
},
1433+
{
1434+
"topic": "N/+/settings/+/Settings/CGwacs/AcPowerSetPoint",
1435+
"message_type": "MetricKind.NUMBER",
1436+
"short_id": "cgwacs_ac_power_set_point",
1437+
"name": "CGwacs AC Power Setpoint",
1438+
"unit_of_measurement": "W",
1439+
"metric_type": "MetricType.POWER",
1440+
"metric_nature": "MetricNature.INSTANTANEOUS",
1441+
"device_type": "Settings",
1442+
"value_type": "ValueType.INT",
1443+
"precision": null,
1444+
"enum": null,
1445+
"min": "RangeType.DYNAMIC",
1446+
"max": "RangeType.DYNAMIC",
1447+
"is_adjustable_suffix": null
14321448
}
14331449
],
14341450
"enums": [
@@ -1448,7 +1464,7 @@
14481464
{
14491465
"id": "SOLAR_CHARGER",
14501466
"name": "Solar Charger",
1451-
"value": "solar_charger"
1467+
"value": "solarcharger"
14521468
},
14531469
{
14541470
"id": "INVERTER",
@@ -1498,7 +1514,12 @@
14981514
{
14991515
"id": "MULTI_RS_SOLAR",
15001516
"name": "Multi RS Solar",
1501-
"value": "multi_rs_solar"
1517+
"value": "multi"
1518+
},
1519+
{
1520+
"id": "SETTINGS",
1521+
"name": "Settings",
1522+
"value": "settings"
15021523
}
15031524
]
15041525
},

0 commit comments

Comments
 (0)