You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ] [
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: