Hello,
i get via KNX an energy value in kWh:
- name: "Energiezähler Kühlschrank"
state_address: "1/1/1"
sync_state: init
type: active_energy
state_class: total_increasing
Entity Value/Unit in normal and energy dashboard:
Energiezähler Kühlschrank 151,62 Wh
this is 18 months energy use of my frige the value fits the estimatet consumption just the unit not.
How to change the just th unit without converting the value?
Thanks
Hi,
check if your type is correct. You most likely are using DPT 13.013 in the ETS rather than 13.010 which you set in HA.
You should be able to use active_energy_kwh as the type.
i just change it, the value increased in HA but the unit is still Wh:
Energiezähler Kühlschrank 151.620,00 Wh
The value is now correct. You should now use display as in the entity itself to set it to kWh. This is usually not necessary but since it was misconfigured before it tried to keep the Unit from before
In the entity card I change the unit from Wh to kWh and apply but nothing happen. Unit is still in Wh.
Are you in the entity itself or the card on the Dashboard?
This is the Window you should have:
to
The unit is still in kWh after apply. Is there a way to force it?
Have you tried clearing the frontend cache?
cleared and even tryed a new/other browser. Still the same state, I can’t change the unit.