Skip to content

Commit 7e21156

Browse files
Update victron_mqtt to 2026.5.7 (#406)
## Changes - Fix N/{installation_id}/solarcharger/{device_id}/History/Daily/0/TimeIn* to be in minutes: #401 ## Contributors @tomer-w Co-authored-by: tomer-w <57483589+tomer-w@users.noreply.github.com>
1 parent ab57691 commit 7e21156

2 files changed

Lines changed: 4 additions & 4 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.5.6"
13+
"victron_mqtt==2026.5.7"
1414
],
1515
"ssdp": [
1616
{

victron_mqtt.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7717,7 +7717,7 @@
77177717
"message_type": "MetricKind.SENSOR",
77187718
"short_id": "solarcharger_time_in_absorption_today",
77197719
"name": "Time in absorption today",
7720-
"unit_of_measurement": "s",
7720+
"unit_of_measurement": "min",
77217721
"metric_type": "MetricType.DURATION",
77227722
"metric_nature": "MetricNature.TOTAL_INCREASING",
77237723
"value_type": "ValueType.INT",
@@ -7744,7 +7744,7 @@
77447744
"message_type": "MetricKind.SENSOR",
77457745
"short_id": "solarcharger_time_in_bulk_today",
77467746
"name": "Time in bulk today",
7747-
"unit_of_measurement": "s",
7747+
"unit_of_measurement": "min",
77487748
"metric_type": "MetricType.DURATION",
77497749
"metric_nature": "MetricNature.TOTAL_INCREASING",
77507750
"value_type": "ValueType.INT",
@@ -7771,7 +7771,7 @@
77717771
"message_type": "MetricKind.SENSOR",
77727772
"short_id": "solarcharger_time_in_float_today",
77737773
"name": "Time in float today",
7774-
"unit_of_measurement": "s",
7774+
"unit_of_measurement": "min",
77757775
"metric_type": "MetricType.DURATION",
77767776
"metric_nature": "MetricNature.TOTAL_INCREASING",
77777777
"value_type": "ValueType.INT",

0 commit comments

Comments
 (0)