Closed fsaris closed 3 years ago
That is weird. Power factor is something in a range from -1.0 to 1.0. The unit for this is φ (cos-phi), it is not a percentage of something.
Okay, I see that measurement to for other components. Will dive into this next days/week.
The % value was based on https://www.home-assistant.io/integrations/sensor/#device-class
Your correct the %
was added to get tests green and because HA needs a unit to recognize the value as a numeric value. But value should be as is.
Think will add the
(space) as temp workaround to get the graphs in HA.
For reference:
Some more insides on this https://github.com/home-assistant/architecture/discussions/503
New approach with temporary workaround for missing HA core functionality see #55
HA expects power factor in %. When in % the history is shown as a graph
Followup of #50