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
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
ValidationError: Validation error for attribute "currentHue": (Validation/135) Invalid value: 254.83333333333334 is above the maximum, 254.
at TlvNumberSchema.validateBoundaries (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/tlv/TlvNumber.js:58:13)
at TlvNumberSchema.validate (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/tlv/TlvNumber.js:83:10)
at AttributeServer.validateWithSchema (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/cluster/server/AttributeServer.js:119:19)
at AttributeServer.validator (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/cluster/server/AttributeServer.js:267:12)
at AttributeServer.processSet (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/cluster/server/AttributeServer.js:326:10)
at AttributeServer.setLocal (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/cluster/server/AttributeServer.js:319:10)
at ClusterServer.result.<computed> [as setCurrentHueAttribute] (file:///usr/local/lib/node_modules/matterbridge/node_modules/@project-chip/matter.js/dist/esm/cluster/server/ClusterServer.js:249:98)
at ColorControlAspect.update (file:///usr/local/lib/node_modules/matterbridge-home-assistant/lib/devices/aspects/color-control-aspect.js:46:37)
at LightDevice.updateState (file:///usr/local/lib/node_modules/matterbridge-home-assistant/lib/devices/home-assistant-device.js:21:26)
at async HomeAssistantMatterAdapter.create (file:///usr/local/lib/node_modules/matterbridge-home-assistant/lib/home-assistant/home-assistant-matter-adapter.js:91:9) {
code: 135,
clusterCode: undefined,
fieldName: undefined
}
Version
1.5.1-72
The text was updated successfully, but these errors were encountered:
What happened?
There seems to be a bug in the colour conversion.
It produces an out of spec saturation value for a light that is pure red.
Here is the state of the light.
This error prevents the add-on from starting up.
Your configuration
included: light
Relevant log output
Version
1.5.1-72
The text was updated successfully, but these errors were encountered: