Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

[matter] Any successful integration of Matter Color Temperature Light RGB on nRF with Nest Hub?

Hi,

I am developing matter app controlling RGBW lights/stripe on nRF3540 using nRF SDK.
The commissioning of the matter device works fine using Goolge Home (from Android), same with on/off light and changing brightness (Android + Nest Hub(2nd) ).
A device has configured inside template.zap Endpoint-1 which is Matter Color Temperature Light (0x010C). For a Lightning Color Control for a Cluster is enabled and all possible Attributes are turned on (with related Commands).

From Google Home Extension for a Visual Studio Code, Home Graph Viewer shows status of my rgbw dev:

States
{
  "brightness": 11,
  "on": true,
  "online": true
}

And I do not now if something is missing inside my ZAP file, or inside configuration.
I already raised question on google site for more info from their side.
From Nest Hub when I try to change color of my rgbw dev, I got error, but on my rgbw device I do not see any attempts / requests reaching out rgbw dev.
Does anyone successfully integrated Matter Color Temperature Light on nRF with Nest Hub (Google Cloud)

Thanks in advance for the help.

Related