Hello,
I use a KNX device (Zennio KES plus) to measure the power and consumption of several circuits.
I can get two pieces of information:
- a consumption index in kWh
- the instantaneous power in kW
I display the instantaneous power well thanks to this:
- name: "Total Instantaneous Power"
state_address: "0/2/5"
sync_state: init
type: power_2byte
And the consumption index with this:
- name: "Total active energy consumed"
state_address: "0/2/4"
sync_state: init
type: active_energy_kwh
Now I don’t know how to integrate this into the energy table.
Can anyone help me?
thank you