Skip to content

Commit 5b787f3

Browse files
Update victron_mqtt to 2026.4.9 (#355)
## Changes - Add more device classes ## Contributors @tomer-w Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent 20837b5 commit 5b787f3

3 files changed

Lines changed: 26 additions & 27 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.4.7"
13+
"victron_mqtt==2026.4.9"
1414
],
1515
"ssdp": [
1616
{

custom_components/victron_mqtt/translations/en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,8 +1972,7 @@
19721972
"name": "Offset"
19731973
},
19741974
"temperature_pressure": {
1975-
"name": "Pressure",
1976-
"unit_of_measurement": "hPa"
1975+
"name": "Pressure"
19771976
},
19781977
"temperature_scale": {
19791978
"name": "Scale factor"

victron_mqtt.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
"name": "DC bus mid voltage deviation",
764764
"unit_of_measurement": "%",
765765
"metric_type": "MetricType.PERCENTAGE",
766-
"metric_nature": "MetricNature.MEASUREMENT",
766+
"metric_nature": "MetricNature.NONE",
767767
"value_type": "ValueType.FLOAT",
768768
"precision": 1,
769769
"enum": null,
@@ -2863,7 +2863,7 @@
28632863
"name": "Today runtime",
28642864
"unit_of_measurement": "h",
28652865
"metric_type": "MetricType.DURATION",
2866-
"metric_nature": "MetricNature.MEASUREMENT",
2866+
"metric_nature": "MetricNature.TOTAL_INCREASING",
28672867
"value_type": "ValueType.INT_SECONDS_TO_HOURS",
28682868
"precision": 1,
28692869
"enum": null,
@@ -2887,8 +2887,8 @@
28872887
"short_id": "gps_altitude",
28882888
"name": "Altitude",
28892889
"unit_of_measurement": "m",
2890-
"metric_type": "MetricType.NONE",
2891-
"metric_nature": "MetricNature.MEASUREMENT",
2890+
"metric_type": "MetricType.DISTANCE",
2891+
"metric_nature": "MetricNature.NONE",
28922892
"value_type": "ValueType.FLOAT",
28932893
"precision": 2,
28942894
"enum": null,
@@ -2938,7 +2938,7 @@
29382938
"name": "Course",
29392939
"unit_of_measurement": "\u00b0",
29402940
"metric_type": "MetricType.HEADING",
2941-
"metric_nature": "MetricNature.MEASUREMENT",
2941+
"metric_nature": "MetricNature.NONE",
29422942
"value_type": "ValueType.FLOAT",
29432943
"precision": 2,
29442944
"enum": null,
@@ -2988,7 +2988,7 @@
29882988
"name": "Number of satellites",
29892989
"unit_of_measurement": "satellites",
29902990
"metric_type": "MetricType.NONE",
2991-
"metric_nature": "MetricNature.MEASUREMENT",
2991+
"metric_nature": "MetricNature.NONE",
29922992
"value_type": "ValueType.INT",
29932993
"precision": null,
29942994
"enum": null,
@@ -3013,7 +3013,7 @@
30133013
"name": "Latitude",
30143014
"unit_of_measurement": "lat",
30153015
"metric_type": "MetricType.LOCATION",
3016-
"metric_nature": "MetricNature.MEASUREMENT",
3016+
"metric_nature": "MetricNature.NONE",
30173017
"value_type": "ValueType.FLOAT",
30183018
"precision": null,
30193019
"enum": null,
@@ -3038,7 +3038,7 @@
30383038
"name": "Longitude",
30393039
"unit_of_measurement": "long",
30403040
"metric_type": "MetricType.LOCATION",
3041-
"metric_nature": "MetricNature.MEASUREMENT",
3041+
"metric_nature": "MetricNature.NONE",
30423042
"value_type": "ValueType.FLOAT",
30433043
"precision": null,
30443044
"enum": null,
@@ -3063,7 +3063,7 @@
30633063
"name": "Speed",
30643064
"unit_of_measurement": "m/s",
30653065
"metric_type": "MetricType.SPEED",
3066-
"metric_nature": "MetricNature.MEASUREMENT",
3066+
"metric_nature": "MetricNature.NONE",
30673067
"value_type": "ValueType.FLOAT",
30683068
"precision": 2,
30693069
"enum": null,
@@ -3294,8 +3294,8 @@
32943294
"short_id": "grid_power_factor",
32953295
"name": "Power factor",
32963296
"unit_of_measurement": null,
3297-
"metric_type": "MetricType.NONE",
3298-
"metric_nature": "MetricNature.MEASUREMENT",
3297+
"metric_type": "MetricType.POWER_FACTOR",
3298+
"metric_nature": "MetricNature.NONE",
32993299
"value_type": "ValueType.FLOAT",
33003300
"precision": 3,
33013301
"enum": null,
@@ -3444,8 +3444,8 @@
34443444
"short_id": "grid_power_factor_{phase}",
34453445
"name": "Power factor on {phase}",
34463446
"unit_of_measurement": null,
3447-
"metric_type": "MetricType.NONE",
3448-
"metric_nature": "MetricNature.MEASUREMENT",
3447+
"metric_type": "MetricType.POWER_FACTOR",
3448+
"metric_nature": "MetricNature.NONE",
34493449
"value_type": "ValueType.FLOAT",
34503450
"precision": 3,
34513451
"enum": null,
@@ -4370,7 +4370,7 @@
43704370
"name": "Phases",
43714371
"unit_of_measurement": "phases",
43724372
"metric_type": "MetricType.NONE",
4373-
"metric_nature": "MetricNature.MEASUREMENT",
4373+
"metric_nature": "MetricNature.NONE",
43744374
"value_type": "ValueType.INT",
43754375
"precision": null,
43764376
"enum": null,
@@ -6791,7 +6791,7 @@
67916791
"name": "Time in absorption today",
67926792
"unit_of_measurement": "s",
67936793
"metric_type": "MetricType.DURATION",
6794-
"metric_nature": "MetricNature.MEASUREMENT",
6794+
"metric_nature": "MetricNature.TOTAL_INCREASING",
67956795
"value_type": "ValueType.INT",
67966796
"precision": null,
67976797
"enum": null,
@@ -6816,7 +6816,7 @@
68166816
"name": "Time in bulk today",
68176817
"unit_of_measurement": "s",
68186818
"metric_type": "MetricType.DURATION",
6819-
"metric_nature": "MetricNature.MEASUREMENT",
6819+
"metric_nature": "MetricNature.TOTAL_INCREASING",
68206820
"value_type": "ValueType.INT",
68216821
"precision": null,
68226822
"enum": null,
@@ -6841,7 +6841,7 @@
68416841
"name": "Time in float today",
68426842
"unit_of_measurement": "s",
68436843
"metric_type": "MetricType.DURATION",
6844-
"metric_nature": "MetricNature.MEASUREMENT",
6844+
"metric_nature": "MetricNature.TOTAL_INCREASING",
68456845
"value_type": "ValueType.INT",
68466846
"precision": null,
68476847
"enum": null,
@@ -7341,7 +7341,7 @@
73417341
"name": "Consumption phases",
73427342
"unit_of_measurement": "phases",
73437343
"metric_type": "MetricType.NONE",
7344-
"metric_nature": "MetricNature.MEASUREMENT",
7344+
"metric_nature": "MetricNature.NONE",
73457345
"value_type": "ValueType.INT",
73467346
"precision": null,
73477347
"enum": null,
@@ -7441,7 +7441,7 @@
74417441
"name": "Consumption on output phases",
74427442
"unit_of_measurement": "phases",
74437443
"metric_type": "MetricType.NONE",
7444-
"metric_nature": "MetricNature.MEASUREMENT",
7444+
"metric_nature": "MetricNature.NONE",
74457445
"value_type": "ValueType.INT",
74467446
"precision": null,
74477447
"enum": null,
@@ -7516,7 +7516,7 @@
75167516
"name": "Grid phases",
75177517
"unit_of_measurement": "phases",
75187518
"metric_type": "MetricType.NONE",
7519-
"metric_nature": "MetricNature.MEASUREMENT",
7519+
"metric_nature": "MetricNature.NONE",
75207520
"value_type": "ValueType.INT_DEFAULT_0",
75217521
"precision": null,
75227522
"enum": null,
@@ -7591,7 +7591,7 @@
75917591
"name": "PV on output phases",
75927592
"unit_of_measurement": "phases",
75937593
"metric_type": "MetricType.NONE",
7594-
"metric_nature": "MetricNature.MEASUREMENT",
7594+
"metric_nature": "MetricNature.NONE",
75957595
"value_type": "ValueType.INT",
75967596
"precision": null,
75977597
"enum": null,
@@ -8222,7 +8222,7 @@
82228222
"name": "Dynamic ESS number of schedules",
82238223
"unit_of_measurement": "schedules",
82248224
"metric_type": "MetricType.NONE",
8225-
"metric_nature": "MetricNature.MEASUREMENT",
8225+
"metric_nature": "MetricNature.NONE",
82268226
"value_type": "ValueType.INT",
82278227
"precision": null,
82288228
"enum": null,
@@ -8596,7 +8596,7 @@
85968596
"short_id": "temperature_humidity",
85978597
"name": "Humidity",
85988598
"unit_of_measurement": "%",
8599-
"metric_type": "MetricType.PERCENTAGE",
8599+
"metric_type": "MetricType.HUMIDITY",
86008600
"metric_nature": "MetricNature.MEASUREMENT",
86018601
"value_type": "ValueType.FLOAT",
86028602
"precision": 1,
@@ -8672,7 +8672,7 @@
86728672
"name": "Scale factor",
86738673
"unit_of_measurement": null,
86748674
"metric_type": "MetricType.NONE",
8675-
"metric_nature": "MetricNature.MEASUREMENT",
8675+
"metric_nature": "MetricNature.NONE",
86768676
"value_type": "ValueType.FLOAT",
86778677
"precision": 2,
86788678
"enum": null,

0 commit comments

Comments
 (0)