Open gruessung opened 1 week ago
This is the charging_power
sensor
charging_power
report power (device_class=SensorDeviceClass.POWER
), not energy (device_class=SensorDeviceClass.ENERGY
).
The API doesn't report energy consumed/charged.
You might be able to derive an additional energy sensor from the charging_power
, see for e.g. https://community.home-assistant.io/t/create-energy-sensor-from-power-meter/505442/2
@dvx76 HA didn't let me select the charging power sensor for a new integralsensor :) I already have one from the old Skoda integration.
Sorry but I don't understand what the problem is or what you are asking from us here. The charging_power
sensor has the correct device_class (SensorDeviceClass.POWER
) and I can select it as the source for a Integral helper
@dvx76 Thats weird!
As you can see i'm not able to choose any sensor starting by sensor.skoda*
Sorry not sure what to tell you. Maybe verify the name, unit and device_class of your charging_power entity in developer tools,
@dvx76 would it be an idea to derive the sensor by default in the integration?
Mostly note-to-self: we could maybe include an entity which subclasses homeassistant.components.integration.sensor.IntegrationSensor
and sets it up with the charging_power
sensor. I don't know if this is a good idea 😄 . Would definitely not look into calculating the value ourselves when HA has this feature out of the box.
Car: Skoda Enyaq
Please add sensor.skoda_enyaq_ladeleistung to home assistant energy class. Actually it's not possible to use this sensor in an intragralhelper to add my car into HA energy dashboard.