SVN

Results 6 issues of SVN

After the successful installation of Proxmox server on Raspberry Pi 4 B (4GB RAM), navigated to the web browser and pointed the host server with port 8006 and I was...

Hello, I wanted to change the discovery name from "Matter Accessory" to the custom name, so I changed the nodeLable in Device.ts file: https://github.com/project-chip/matter.js/blob/3b34f9419087ef4f1c9740fd83153e11d6a7a222/packages/matter-node.js/src/Device.ts#L114 However when I try to add...

question
Likely-AppleHome-issue
Likely-GoogleHome-issue

Hello there, How can I change the endpoint name of the devices in the node? We tried adding the fixed label to to factory data with the key value pair...

Hello there, While working with the [esp_http_client](https://github.com/espressif/esp-idf/tree/v5.2.1/examples/protocols/esp_http_client) I've came across a constant increase in the heap memory after each http actions and eventually stops performing the http actions (POST or...

Status: In Progress
Awaiting Response

Hi, I have ESP32C6 working with Matter Light example. Dynamic switching between WiFi to thread network , i referred this gist link - https://gist.github.com/shubhamdp/76723dcedf6cdfe88d7e0c49602ccab2 I have recreated the code and...

Trying to write a array value to the attribute `ElectricalEnergyMeasurement::Attributes::Accuracy::Id` using esp_matter_array ```C ElectricalEnergyMeasurement::Structs::MeasurementAccuracyRangeStruct::Type energyAccuracyRanges[] = { { .rangeMin = 0, .rangeMax = 1'000'000'000'000'000, // 1 million Mwh .percentMax =...