Closed mamo-nick closed 11 months ago
That entity is calculated in one of two ways. You can either provide a sensor using the essential_power:
or the card calculates this based on the formula essential = inverter_power_175 + grid_power_169 - aux_power_166
. If you do not provide a sensor then there will be no popup or historical state information. Since you have set essential_power: none
you are using the cards internal logic. You should supply your own sensor as you are using 3 phase power and to enable the more-info popup i.e. essential_power: sensor.total_essential_load
Yes, that's clear, but I'm getting an error popup. I would expect similar behavior to pv_total
, where the entity is unclickable if calculated.
OK thanks. I found the problem. For now just delete the entry essential_power: none
Yep! That's OK. Thanks.
Fixed in 3.13.2
Is there an existing issue for this?
Current Behavior
After click I get error message
Steps To Reproduce
No response
Expected behaviour
To display
sensor.house_consumption
Card Version
3.12
Home Assistant Version
2023.11
Configuration
Relevant log output
No response