I need help,
and I hope I have included all the useful details
I would like to insert individual sensor energy into the dashboard.
The sensors are provided by a Zigbee energy meter via MQTT:
I saw that I can use integration (Riemann integral sum) to calculate the energy used by my device, by transforming the w into kwh.
so I did this:
the resulting sensor seems to meet the required requirements
# power meter out
- platform: integration
source: sensor.out_power_ab
name: powermeter_out_kwh
unit_prefix: k
round: 2
The problem is that in the energy dashboard it doesn’t appear among the possible sensors
the energy meter also shows me the consumption of the 2 separate clamps directly in kwh but these too cannot be selected in the energy dashboard.
I can’t understand why I can’t use them?