I have a new cell phone and now this is appearing in my HA logs. Anyone have any ideas?
Jun 15 20:33:42 kruse-pi homeassistant[598]: #033[33m2023-06-15 20:33:42.184 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.kruse_s_s23_ultra_active_notification_count exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored#033[0m
This doesn’t bother me much, just a bug that should be fixed in HA I suppose - ?
It just means it saw a sensor with a LOT of data in one of its ‘state attributes’, and whatever was in that sensor’s state was discarded to save your database from a performance hit.
If it doesn’t happen again ignore it. If it does, try and figure out what the sensor is and determine if you need that data. (If not disable it) and if you do figure out what’s stuffing the sensor with the data and prevent it.
That info is the error message, sensor.kruse_s_s23_ultra_active_notification_count, whatever that is
Now, I would assume a “count” would be a plain number, so not something using 16k of data.
Strange…