MQTT sensor - timestamp shift

Hi All,
I have an application which scrapes the portal of the electricity provider for consumption and production of energy. The portal is updated daily and today I can access yesterday’s data. The application is sending the details to an MQTT topic, I have added mqtt sensors to the configuration.yaml. Is there any way to store the incoming data to the previous day? So that I can map it with the data coming from the inverter.

Thanks,
Gyorgy

No, Home Assistant timestamps sensor states as they update. There is no way around this. There was some talk of allowing past energy readings to be entered but I don’t know if this is being worked on.