Results 344 comments of Jon Smirl

@wqx6 This is getting fixed inside CHIP and you won't need the JSON. There is a new API, https://github.com/project-chip/connectedhomeip/blob/master/src/app/CommandSender.h#L379-L393 You'll need to do some adjustments to use this, but this...

Commenting out this Log statement fixes the stackover flow ![image](https://github.com/espressif/esp-matter/assets/14943/45bfc154-0d3b-49df-8332-469edae5f02c)

The reason for this is to support debugging in the field. If you enable debugging I start a web server and which supports a URL that grabs the log buffer....

This works to send the attributes.... ~~~ class ActionsAttrAccess : public AttributeAccessInterface { public: // Register for the Actions cluster on endpoint 1. ActionsAttrAccess() : AttributeAccessInterface(chip::Optional(1), Actions::Id) {} CHIP_ERROR Read(const...

Doesn't appear to have any effect in Apple Home. I thought the Room field would be pre-filled with 'Yellow'.

Look at the second comment, I built an AttributeAccessOverride to send the attribute and verified that is was correctly generated. None of Google/Apple/Amazon appear to do anything with the Actions...

Example failure when I move task stack into PSRAM. I wish there were an option to just make SPI flash use PSRAM safe without me having to search all over...

So I fix the previous one, and then there's just another one... and I have no clue how many places I will need to fix this. The best way to...

IDF people acknowledge this, but they aren't moving to fix it. https://github.com/espressif/esp-idf/issues/15544

I could move 30,720 to SPIRAM if this issue were addressed. https://github.com/espressif/esp-idf/issues/15544