Description
The problem
After upgrading my several-month-old installation of hass core, I discovered that deCONZ was no longer working, generating HTTP 431 Request Header Fields Too Large errors when I attempted to access the Phoscon integration or toggle lights and the like.
After a bunch of investigation, I discovered that the header in question was a massive cookie header. The cookie in question was .ASPXAUTH_TRUEHOME, the auth cookie from aiosomecomfort. Somehow, that cookie was leaking out of honeywell's cookie jar and into the jar that was being used for deCONZ, causing it to break. Once I disabled the honeywell integration and restarted hass, everything started working again.
What version of Home Assistant Core has the issue?
core-2025.6.2
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
honeywell
Link to integration documentation on our website
https://www.home-assistant.io/integrations/honeywell
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
No response