Skip to content

[ISSUE] state attibutes exceed maximum size #124

@danielsc82

Description

@danielsc82

Home Assistant version

2026.4.4

ChoreOps integration version

1.0.7

Installation method

HACS

Prerequisites

  • I checked for existing open and closed issues
  • I updated ChoreOps (or confirmed the issue still occurs on the latest version)
  • If this is a dashboard issue, I updated dashboard dependencies such as button-card and confirmed the issue still occurs
  • I enabled debug logging and can share logs

Issue scope

Both integration and dashboard

Steps to reproduce

  1. Click a task button to complete a task
  2. Check TOP see python maxing out CPU
  3. Check HA Logs see errors with sensor state attribute length.

Issue description

When running actions we see huge slow down in performance of the home assistance server. Currently running on proxmox with 2 virtual CPU's and 8gb of ram, tried running the CPU in host mode (my default ) and also in qemu-x86. When looking at logs I see lots of errors occuring with the sensors being too many bytes. It would appear every time a task is completed in dashboard it submit a line containing all tasks currently present, rather than just the selected task.

Image

Relevant entity IDs (optional)

sensors

Logs

2026-05-04 11:14:49.782 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.daniel_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-04 11:14:49.783 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.olga_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-04 11:14:50.620 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.daniel_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
2026-05-04 11:14:50.621 WARNING (Recorder) [homeassistant.components.recorder.db_schema] State attributes for sensor.olga_choreops_ui_dashboard_helper exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored

Additional context

No response

Metadata

Metadata

Assignees

Labels

area: dashboardDashboard UI and template behaviorarea: integrationIntegration logic and statebugSomething is not workingrelease: shippedIncluded in a published release available to users

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions