But When I check Daily directly on SMA I have for exemple at his time : 1000wh and for daily.energy_2 I have 0.842kwh
From what i have a difference between this two value ?? And dus other weekly Monthly and yearly are they correct ?
Thanks
SELECT max("value") AS "max_value" FROM "homeassistant"."autogen"."Wh" WHERE time > :dashboardTime: AND "entity_id"='daily_yield' GROUP BY time(1d) FILL(null)
for yesterday --> 30.04 KWh
SELECT max("value") AS "max_value" FROM "homeassistant"."autogen"."kWh" WHERE time > :dashboardTime: AND "entity_id"='daily_energy_2_kwh' GROUP BY time(1d) FILL(null)