I have the following sensors configured and the first one is continuously provided with real time solar power by another device. This I can see by looking at the entity data. The second sensor is straight from the documentation.
- platform: mqtt
name: "Solar panels total power"
state_topic: "solar/totalPower"
value_template: '{{ value | float }}'
device_class: power
unit_of_measurement: "W"
- platform: integration
source: sensor.solar_panels_total_power
name: solar_energy
unit_prefix: k
round: 2
I can add the latter integration-sensor to the solar settings but after adding it looks like this (“statistics_not_defined”):
And the Energy dashboard itself tells me that there is no data to report. I’ve waited for several hours.