Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hourly Forecast exceeds maximum size of 16384 bytes #74

Closed
markus99 opened this issue Jan 26, 2024 · 1 comment
Closed

Hourly Forecast exceeds maximum size of 16384 bytes #74

markus99 opened this issue Jan 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@markus99
Copy link

Describe the bug
State attributes for sensor.watchman_missing_entities exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored

To Reproduce
Setup Hourly Forecast

Expected behavior
No error ;)

Screenshots
Logger: homeassistant.components.recorder.db_schema
Source: components/recorder/db_schema.py:582
Integration: Recorder (documentation, issues)
First occurred: 12:45:16 PM (7 occurrences)
Last logged: 12:54:10 PM

State attributes for sensor.weatherflow_forecast_hourly exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored
State attributes for sensor.watchman_missing_entities exceed maximum size of 16384 bytes. This can cause database performance issues; Attributes will not be stored

Additional context
Would love the ability to configure # of hours to request for the hourly forecast. Appears integration currently is returning 227 hours into the future, whereas, at least for me, I am only utilizing the next 12.

Ie. It's currently Friday at 1pm Central, and the hourly forecast goes through NEXT Sunday @ 11pm (over 9 days from now) - which, to be honest, and apologies to weather persons and AI algorithms, isn't likely to be close to accurate anyhow :P

image

@briis briis added the enhancement New feature or request label Jan 26, 2024
briis added a commit that referenced this issue Jan 27, 2024
…Closing Hourly Forecast exceeds maximum size of 16384 bytes #74
@briis
Copy link
Owner

briis commented Jan 27, 2024

Closing this. Is fixed with the 1.0.8 release.

@briis briis closed this as completed Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants