Jon Smirl
Jon Smirl
Even for a single light and switch this should use a group with two members -- the light bulb and the indicator. There should not be different mechanisms depending on...
You will be tempted to make a Generic Switch endpoint and then add the Color Switch and the Extended Light clusters to it. Theoretically that should work, but it won't...
There are two ways to control the lights 1) send a group command 2) send commands directly to the light bulbs. If you send commands directly to the light bulbs...
The GroupKeyMap on the GKM cluster can also get out of sync.
There are two places -- the Group cluster and the GroupKeyMap on the GKM.
Why is the key-less group state allowed? And has that state been tested?
@jadhavrohit924 He wants an indicator light in the switch. Think about that and you'll see that it is a much larger problem than it appears. For example, if you group...
What is the error?
Do you have PSRAM? I doubt if a real world controller app is going to fit on S3 without extra PSRAM. The minimum 2MB is plenty. You also need to...
Make sure the PSRAM is enabled in menuconfig. If is enabled correctly the bootlog will print the size of it when the chip first boots. Then enable these: CONFIG_BT_NIMBLE_MEM_ALLOC_MODE_EXTERNAL=y CONFIG_ESP_MATTER_MEM_ALLOC_MODE_EXTERNAL=y...