Hi, since yesterday the sensor history no longer works on all sensors
A solid line is shown with the same value on the chart, what happened?
This error appears in the log file "database disk image is malformed".
Fixed it seems that the DB file sometimes gets too big or gets corrupted !!
Solution: delete home-assistant_v2.db file and restart
esbenr
(Esben Bücking-Rasmussen)
October 25, 2019, 7:19am
3
Here is how to delete the DB file.
The file is home-assistant_v2.db and is located in the configuration directory.
As mentioned, it’s advisable to stop Home Assistant prior to deleting the database file. Instructions for stopping/re-starting Home Assistant depend on how you installed it.
Is it:
Hassbian
Hass.io
Venv on Linux
Docker
If it’s hass.io then you’ll need to remotely connect via SSH and run:
hassio ha stop
After you’ve deleted the database file, run:
hassio ha start
The reason I asked if you were using an SD c…