Double data in MySQL

Hi,
Since 2020-03-25 01:39:17 every data in my MySQL database is doubled. I have 500+ sensor data and all are doubled - twice same timestamp, same value in db. Sometimes timestamp second is different (+1), so it’s real data there. Is someone seen this behaviour or can explain it?

I made HA upgrade and server restart also during this period, but double amount of data continued to inserted to MySQL.
Solution was HA uninstall and new install. Reason, why this happened is unclear. Everything worked, I didn’t notice performance slowdown.

Br,
Urmas

I have also noticed since 0.108.0 (there was a notable database update failure in my first log after the update), I now have a database that has jumped to 1.4GB, when originally it never floated much higher than 700MB. I’m using an external Mariadb.

Stupidly I did not capture the error.

Edit: Now looking at the tables, I dont see an obvious doubling of data (data within the same second, are not duplicated at least), so mines probably got another explanation (though the error after update definitely occurred).

I think this started after 6 hours power outage on night at 25.03.
I have hundreds of sensor data recorded every 5 min, and (for testing) purge time was also 60 days.
One sensor data example (bold is moment of change):

|sensor.andur_4_temp|23.76|2020-03-25 00:20:09|
|sensor.andur_4_temp|23.74|2020-03-25 00:30:42|
|sensor.andur_4_temp|23.71|2020-03-25 00:35:59|
|sensor.andur_4_temp|23.70|2020-03-25 00:46:32|
|sensor.andur_4_temp|23.68|2020-03-25 00:51:48|
|sensor.andur_4_temp|23.67|2020-03-25 00:57:05|
|sensor.andur_4_temp|23.66|2020-03-25 01:02:21|
|sensor.andur_4_temp|23.65|2020-03-25 01:07:38|
|sensor.andur_4_temp|23.61|2020-03-25 01:12:54|
|sensor.andur_4_temp|23.58|2020-03-25 01:18:11|
|sensor.andur_4_temp|23.56|2020-03-25 01:23:27|
|sensor.andur_4_temp|23.51|2020-03-25 01:28:44|
|sensor.andur_4_temp|23.50|2020-03-25 01:34:00|
|sensor.andur_4_temp|23.44|2020-03-25 01:39:17|
|sensor.andur_4_temp|22.11|2020-03-25 07:54:49|
|sensor.andur_4_temp|22.11|2020-03-25 07:54:49|
|sensor.andur_4_temp|23.39|2020-03-25 10:59:56|
|sensor.andur_4_temp|23.39|2020-03-25 10:59:56|
|sensor.andur_4_temp|23.40|2020-03-25 11:05:12|
|sensor.andur_4_temp|23.40|2020-03-25 11:05:12|
|sensor.andur_4_temp|23.42|2020-03-25 11:10:29|
|sensor.andur_4_temp|23.42|2020-03-25 11:10:29|
|sensor.andur_4_temp|23.43|2020-03-25 11:26:18|
|sensor.andur_4_temp|23.43|2020-03-25 11:26:18|
|sensor.andur_4_temp|23.44|2020-03-25 11:36:51|
|sensor.andur_4_temp|23.44|2020-03-25 11:36:51|
|sensor.andur_4_temp|23.46|2020-03-25 11:42:08|
|sensor.andur_4_temp|23.46|2020-03-25 11:42:08|
|sensor.andur_4_temp|23.49|2020-03-25 11:52:41|
|sensor.andur_4_temp|23.49|2020-03-25 11:52:41|
|sensor.andur_4_temp|23.50|2020-03-25 11:57:57|
|sensor.andur_4_temp|23.50|2020-03-25 11:57:57|
|sensor.andur_4_temp|23.52|2020-03-25 12:08:30|
|sensor.andur_4_temp|23.52|2020-03-25 12:08:30|
|sensor.andur_4_temp|23.54|2020-03-25 12:13:47|
|sensor.andur_4_temp|23.54|2020-03-25 12:13:47|
|sensor.andur_4_temp|23.58|2020-03-25 12:19:03|
|sensor.andur_4_temp|23.58|2020-03-25 12:19:03|
|sensor.andur_4_temp|23.61|2020-03-25 12:24:20|
|sensor.andur_4_temp|23.61|2020-03-25 12:24:20|