Hi,
I have a challenge:
Recently my Toon thermostat was removed and therefore my energy production and return/delivery data are now coming from InfluxDB V2.
I have managed to get the data from influx:
delivery and usage, both in watt and both class power.
I made a helper, witn a Riemann integrator and the class is energy, unit of measure is kWh.
For some strange reason I can add the power usage helper in the energy dashboard under Net usage, however, I am unable to select the delivery entity in the energy dashboard setup.
sensor.p1_watt:
device_class: "power"
state_class: measurement
# last_reset: None
# state_class: total_increasing
sensor.actual_delivery:
device_class: "power"
state_class: measurement
sensor.actual_usage:
device_class: "power"
state_class: measurement
sensor.p1_watt_helper:
unit_of_measurement: "kWh"
device_class: "energy"
sensor.actual_usage_helper:
unit_of_measurement: "kWh"
device_class: "energy"
sensor.actual_delivery_helper:
unit_of_measurement: "kWh"
device_class: "energy"
# state_class: "total_increasing"
all entities have data, and I can not figure out what I am doing wrong here.
Is there anyone who knows the solution?
Cheers,
Freek