A lot of warnings for Roborock

Hi, yesterday i integrated the Roborock vacuum cleaner but after integration i am receiving a lot of warning in the home-assistant.log . I couldn’t find solution in the forum so what can be the problem ?
I have roborock s5 which do not have camera.

2023-03-07 12:04:03.663 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:09:03.665 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:14:03.666 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:19:03.666 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:24:03.667 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:29:03.667 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:34:03.668 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2023-03-07 12:39:03.671 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for camera.berta_map exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored

I’m getting the same thing. Running humbertogontijo’s Roborock integration

I’ve started getting this too. Running humbertogontijo’s Roborock integration as well.

Have you tried excluding or reducing commit intervals?

recorder:
  purge_keep_days: 120
  auto_purge: true
  commit_interval: 10
  db_url: !secret marinadb
  exclude:
    entity_globs:
      - sensor.vacuum_*
      - automation.vacuum_*

These errors was driving me crazy and i delete the integration, probably will wait till they fixed it :smiley:

1 Like

Same here. I’ll try the “exclude_globs:” My commit_interval is already 30.

i just made an exclude for that specific map-entity. works for me

recorder:
  db_url: !secret mariadb_url
  exclude:
    entities:
      - camera.marvin_map
1 Like