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

Latest update to 2025.1.1 causes constant errors #203

Open
tescophil opened this issue Jan 7, 2025 · 0 comments
Open

Latest update to 2025.1.1 causes constant errors #203

tescophil opened this issue Jan 7, 2025 · 0 comments

Comments

@tescophil
Copy link

Version of the custom_component

2025.1.1

Configuration

Just two Govee H6159 strips

Describe the bug

The latest update causes a constant/bound exception in the HA Matter Hub. The manual patch published yesterday related to the HA core update to 2025.1 did not have this effect.

Debug log

2025-01-07 03:55:31.694 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-07 03:55:31.695 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-07 03:55:31.695 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration var which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-07 03:55:31.695 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration govee which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2025-01-07 03:55:33.928 WARNING (MainThread) [custom_components.govee] API is back online.
2025-01-07 03:55:33.932 INFO (MainThread) [custom_components.govee.learning_storage] Loaded learning information from /config/govee_learning.yaml.
2025-01-07 03:55:35.018 DEBUG (MainThread) [custom_components.govee.light] Setting up Govee lights
2025-01-07 03:55:35.018 DEBUG (MainThread) [custom_components.govee.light] _async_update
2025-01-07 03:55:35.317 DEBUG (MainThread) [custom_components.govee.light] Finished fetching govee data in 0.298 seconds (success: True)


[ 2025-01-07T03:38:59.630Z ] [ ERROR ] [ Bridge / dbf403c9bf8e414a99e950c391794ee4          ]: Failed to start bridge due to error: Behaviors have errors
  at file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/endpoint/properties/Behaviors.js:128:21
  at all (file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/general/dist/esm/util/Construction.js:375:17)
  at file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/general/dist/esm/util/Construction.js:365:11
  at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  Cause #0: Error initializing dbf403c9bf8e414a99e950c391794ee4.aggregator.light_summer_house_fairy_lights.colorControl
    at crash (file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/internal/BehaviorBacking.js:48:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
  Caused by: Validating dbf403c9bf8e414a99e950c391794ee4.aggregator.light_summer_house_fairy_lights.colorControl.state: Constraint "colorTempPhysicalMinMireds to colorTemperatureMireds": Value 500 is not within bounds defined by constraint (135)
    at file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/state/validation/constraint.js:35:17
    at file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/state/validation/ValueValidator.js:155:25
    at file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/state/validation/conformance.js:15:22
    at file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/state/managed/values/StructManager.js:135:13
    at Object.change (file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/state/managed/Datasource.js:172:7)
    at ColorControl$State.set [as coupleColorTempToLevelMinMireds] (file:///usr/local/lib/node_modules/home-assistant-matter-hub/node_modules/@matter/node/dist/esm/behavior/state/managed/values/StructManager.js:105:32)
    at Function.assign (<anonymous>)
    at applyPatchState (file:///usr/local/lib/node_modules/home-assistant-matter-hub/dist/backend/cli.js:1094:14)
    at ColorControlServer.update (file:///usr/local/lib/node_modules/home-assistant-matter-hub/dist/backend/cli.js:1218:5)
    at ColorControlServer.initialize (file:///usr/local/lib/node_modules/home-assistant-matter-hub/dist/backend/cli.js:1203:10)
[ 2025-01-07T03:38:59.653Z ] [ INFO  ] [ 


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant