Hello tom_I,
Thansk for your reply:
I check things you mentioned:
Settings → Logs: Empty
Developer tools → Statistics:
Only checked the entities related to Energy, no issues:
Settings → Dashboards → Energy:
It’s still the same configured as before:
In the docker logging are database errors, but they are related to another sensor.
2022-08-26 08:45:10.110 ERROR (Recorder) [homeassistant.components.recorder.util] Error executing query: (MySQLdb.OperationalError) (1366, "Incorrect string value: '\\xE2\\x8B\\x85m\\xC2\\xB2' for column `homeassistant`.`statistics_meta`.`unit_of_measurement` at row 1")
[SQL: INSERT INTO statistics_meta (statistic_id, source, unit_of_measurement, has_mean, has_sum, name) VALUES (%s, %s, %s, %s, %s, %s)]
[parameters: ('sensor.plant_keuken_anthurium_andraeanum_ppfd_mol', 'recorder', 'mol/s⋅m²', 1, 0, None)]
(Background on this error at: https://sqlalche.me/e/14/e3q8)
2022-08-26 08:45:10.116 WARNING (Recorder) [homeassistant.components.recorder.util] Error executing statistics: (MySQLdb.OperationalError) (1366, "Incorrect string value: '\\xE2\\x8B\\x85m\\xC2\\xB2' for column `homeassistant`.`statistics_meta`.`unit_of_measurement` at row 1")
[SQL: INSERT INTO statistics_meta (statistic_id, source, unit_of_measurement, has_mean, has_sum, name) VALUES (%s, %s, %s, %s, %s, %s)]
[parameters: ('sensor.plant_keuken_anthurium_andraeanum_ppfd_mol', 'recorder', 'mol/s⋅m²', 1, 0, None)]
(Background on this error at: https://sqlalche.me/e/14/e3q8)
I just upgraded to 2022.8.7, but still the same.