Skip to content

Commit 77d2304

Browse files
Update victron_mqtt to 2025.8.2 and merge topics (#57)
Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent ac492b2 commit 77d2304

3 files changed

Lines changed: 26 additions & 26 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.8.1"
14+
"victron_mqtt==2025.8.2"
1515
],
1616
"ssdp": [
1717
{
1818
"manufacturer": "Victron Energy",
1919
"X_MqttOnLan": "1"
2020
}
2121
],
22-
"version": "2025.8.1"
22+
"version": "2025.8.2"
2323
}

custom_components/victron_mqtt/translations/en.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,24 @@
316316
},
317317
"dcload_power": {
318318
"name": "DC load power"
319+
},
320+
"gps_altitude": {
321+
"name": "GPS Altitude"
322+
},
323+
"gps_course": {
324+
"name": "GPS Course"
325+
},
326+
"gps_speed": {
327+
"name": "GPS Speed"
328+
},
329+
"gps_nrofsatellites": {
330+
"name": "GPS Nr Of Satellites"
331+
},
332+
"gps_latitude": {
333+
"name": "GPS Latitude"
334+
},
335+
"gps_longitude": {
336+
"name": "GPS Longitude"
319337
}
320338
},
321339
"binary_sensor": {
@@ -378,24 +396,6 @@
378396
},
379397
"switch_output_dimming": {
380398
"name": "Switch {output} Dimming"
381-
},
382-
"gps_altitude": {
383-
"name": "GPS Altitude"
384-
},
385-
"gps_course": {
386-
"name": "GPS Course"
387-
},
388-
"gps_speed": {
389-
"name": "GPS Speed"
390-
},
391-
"gps_nrofsatellites": {
392-
"name": "GPS Nr Of Satellites"
393-
},
394-
"gps_latitude": {
395-
"name": "GPS Latitude"
396-
},
397-
"gps_longitude": {
398-
"name": "GPS Longitude"
399399
}
400400
}
401401
}

victron_mqtt.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1988,7 +1988,7 @@
19881988
},
19891989
{
19901990
"topic": "N/+/gps/+/Altitude",
1991-
"message_type": "MetricKind.NUMBER",
1991+
"message_type": "MetricKind.SENSOR",
19921992
"short_id": "gps_altitude",
19931993
"name": "GPS Altitude",
19941994
"unit_of_measurement": null,
@@ -2024,7 +2024,7 @@
20242024
},
20252025
{
20262026
"topic": "N/+/gps/+/Course",
2027-
"message_type": "MetricKind.NUMBER",
2027+
"message_type": "MetricKind.SENSOR",
20282028
"short_id": "gps_course",
20292029
"name": "GPS Course",
20302030
"unit_of_measurement": null,
@@ -2060,7 +2060,7 @@
20602060
},
20612061
{
20622062
"topic": "N/+/gps/+/Speed",
2063-
"message_type": "MetricKind.NUMBER",
2063+
"message_type": "MetricKind.SENSOR",
20642064
"short_id": "gps_speed",
20652065
"name": "GPS Speed",
20662066
"unit_of_measurement": null,
@@ -2078,7 +2078,7 @@
20782078
},
20792079
{
20802080
"topic": "N/+/gps/+/NrOfSatellites",
2081-
"message_type": "MetricKind.NUMBER",
2081+
"message_type": "MetricKind.SENSOR",
20822082
"short_id": "gps_nrofsatellites",
20832083
"name": "GPS Nr Of Satellites",
20842084
"unit_of_measurement": null,
@@ -2096,7 +2096,7 @@
20962096
},
20972097
{
20982098
"topic": "N/+/gps/+/Position/Latitude",
2099-
"message_type": "MetricKind.NUMBER",
2099+
"message_type": "MetricKind.SENSOR",
21002100
"short_id": "gps_latitude",
21012101
"name": "GPS Latitude",
21022102
"unit_of_measurement": null,
@@ -2114,7 +2114,7 @@
21142114
},
21152115
{
21162116
"topic": "N/+/gps/+/Position/Longitude",
2117-
"message_type": "MetricKind.NUMBER",
2117+
"message_type": "MetricKind.SENSOR",
21182118
"short_id": "gps_longitude",
21192119
"name": "GPS Longitude",
21202120
"unit_of_measurement": null,

0 commit comments

Comments
 (0)