#Show data from deleted entity (data still present in database) in energy dashboard.

1 messages · Page 1 of 1 (latest)

eager vortex
#

Hi all i'm trying to figure out if and how it's possible to get the data from a previous entity (updated my "slimmemeter" esp p1 meter). The data is still in the database so i should be able to find a way.

my toughts are:
Make a change in sqlite so the readings from energy.old are visible as readings from entity.new.
(since the p1 meter is still the same so are the meter standings).

Is this even possible and if yes how should i do this.
My knowledge of sqlite is not very high but i do know i can screw alot by doing something wrong.