t0bst4r / home-assistant-matter-hub

Publish your Home-Assistant Instance using Matter.
Apache License 2.0
14 stars 0 forks source link

[Bug] Google Home can't control light Brightness or Colors #4

Open DMedina559 opened 2 hours ago

DMedina559 commented 2 hours ago

Starting a few days ago Google Home with the old matterbridge-home-assistant addon stopped controlling my lights colors, brightness, and white temps. The same issue arises in this new version also so i figured a bug report here would be more fitting than the old repo.

These are the errors I get in the logs with the new addon

[ 2024-10-27T18:11:49.092Z ] [ ERROR ] [ matter.js / Transaction                  ]: Rolling back online#faebc02@3b70cf9f due to error: (ValidationMandatoryFieldMissingError/128) Missing mandatory field transitionTime
[ 2024-10-27T18:11:49.092Z ] [ INFO  ] [ matter.js / InteractionServer            ]: Validation-Error 0x80 while invoking command: (ValidationMandatoryFieldMissingError/128) Missing mandatory field transitionTime in field transitionTime
[ 2024-10-27T18:12:58.343Z ] [ ERROR ] [ matter.js / Transaction                  ]: Rolling back online#faebc06@3b70cf9f due to error: (ValidationMandatoryFieldMissingError/128) Missing mandatory field transitionTime
[ 2024-10-27T18:12:58.345Z ] [ INFO  ] [ matter.js / InteractionServer            ]: Validation-Error 0x80 while invoking command: (ValidationMandatoryFieldMissingError/128) Missing mandatory field transitionTime in field transitionTime
[ 2024-10-27T18:12:58.358Z ] [ INFO  ] [ matter.js / Behavior                     ]: Invoke 9dbe11de05e74c9db0ce63afedd6f511.aggregator.light_daniel_s_lamp_light.onOff.on online#faebc07@3b70cf9f (no payload)
t0bst4r commented 2 hours ago

Thank you for reporting that issue!

I understand the problem, and I’ll check that in the next days.