You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated to the latest available Home Assistant version.
I have cleared the cache of my browser.
I have tried a different browser to see if it is related to my browser.
I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.
Describe the issue you are experiencing
Having a sensor.home_water entity collecting an increasing float value of water consumption, customized as follow:
sensor.home_water:
friendly_name: Casa - ACQUA
last_reset: '1970-01-01T00:00:00+00:00'
device_class: water
state_class: total_increasing
unit_of_measurement: m³
icon: mdi:water
seems impossibile to let Enery Dashboard show the correct unit of measurement (m³): the graph always express values in Liters (L) x1000 (if you got 3m³, graph shows 3.000 L).
Describe the behavior you expected
Graph must show m³ values.
Steps to reproduce the issue
create a sensor
customize it
populate with a correct value
What version of Home Assistant Core has the issue?
2024.12.3
What was the last working version of Home Assistant Core?
n.a.
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
-
Problem-relevant frontend configuration
-
Javascript errors shown in your browser console/inspector
-
Additional information
No response
The text was updated successfully, but these errors were encountered:
Even if it's not ideal this was the intended behavior, all energy statistics are always normalized to a known unit before display, based on your English/Metric setting, this allows for showing multiple sensors with different units in the same chart.
Perhaps if only having one unit it could have kept that one for display, but that's not how it was coded.
Even if it's not ideal this was the intended behavior, all energy statistics are always normalized to a known unit before display, based on your English/Metric setting, this allows for showing multiple sensors with different units in the same chart.
Perhaps if only having one unit it could have kept that one for display, but that's not how it was coded.
To be honest, it’s total nonsense to me. If I have a sensor expressed in m³, I expect to see it expressed in m³, not in liters (among other things: why multiplied by a thousand?).
Look what happened with gas: if you have a sensor expressed in m³, you show all the graph data in m³. I can’t understand why this was the intended behavior.
Checklist
Describe the issue you are experiencing
Having a
sensor.home_water
entity collecting an increasing float value of water consumption, customized as follow:seems impossibile to let Enery Dashboard show the correct unit of measurement (m³): the graph always express values in Liters (L) x1000 (if you got 3m³, graph shows 3.000 L).
Describe the behavior you expected
Graph must show m³ values.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
2024.12.3
What was the last working version of Home Assistant Core?
n.a.
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
Problem-relevant frontend configuration
Javascript errors shown in your browser console/inspector
Additional information
No response
The text was updated successfully, but these errors were encountered: