Hello together,
since I’ve changed my solar energy-measurement from Fritz!DECT to Hoymiles DTU-Lite (with HoyMiles Solar Gateway Addon) - I got negative values in my Energy Dashboard.
The data is comming from the sensor-entity “sensor.hoymiles_gateway_solarh_1234567_real_power_total_increasing”.
This is the only entity I can use in the Energy-Dashboard.
In the Hoymiles-Portal - I don’t have negative values.
I’m searching since days - but all the hints I can find - doesn’t solve the problem.
Would be great if I can find a solution here.
regards EU
Go to the home assistant history panel and take a screenshot of this sensor’s history for the same time period as shown in your energy dashboard above. Post it here. Don’t use the more-info pop-up. It hides spikes in the data.
Hello tom_I,
thank you for your feedback.
This is the only value I can select in the Energy Dashboard.
From my point of view, it should also be “sensor.hoymiles_gateway_solarh_1234567_real_power_measurement”.
But here I get the following error in the Energy Dashboard:
Last reset missing
The following entities have the status class “measurement”, but “last_reset” is missing:
sensor.hoymiles_gateway_solarh_1234567_real_power_measurement
Do I have to customize this entity?
Regards EU
Your comment regarding Power is right but I have only these Energy values from Hoymiles:
sensor.hoymiles_gateway_solarh_1234567_today_eq_wh
sensor.hoymiles_gateway_solarh_1234567_month_eq
sensor.hoymiles_gateway_solarh_1234567_year_eq
sensor.hoymiles_gateway_solarh_1234567_total_eq
Regards EU
Yeah that is not an energy sensor. At least not in a form the energy dashboard can use. It is reporting Wh for some short period of time. The correct energy sensor would look like this:
It is stll always increasing throughout the day as you generate energy.
Try feeding your sensor to a utility meter:
Make sure to use the option delta_values: true
Then feed the sensor that the utility meter creates to the energy dashboard. You don’t need to set the cycle option but daily would give you something useful if you want. The energy dashboard can deal correctly with the reset at midnight.