olavt

Results 44 issues of olavt

I have some code that worked before. Not sure when this broke, since I haven't tested it in a while. This is the message I'm sending and the response I...

I'm not sure if this is causing any practical issues / problems, but I notice that the generated QR-code from using the "open_commissioning_window" command to the Python Matter Server is...

I have added an Matter accessory both to Apple Home and to Open Home Foundation Matter Server and the device works fine in both ecosystems. Then I select "Remove" in...

new-feature

I tested this a while back (a year ago maybe) and then I got this to work with Python Matter Server. Now, I can't get this to work anymore. I'm...

If I call update_node with a non-existing software_version, I get this error message: "Fetching software versions from DCL for device with vendor id 4190 product id 17577 failed." I find...

How can I set the Thread Network Diagnostics cluster feature flags? There does not seem to be any feature flags defined in the SDK for the Thread Network Diagnostic cluster....

I would like to add the Software Diagnostiocs Cluster to the root endpoint. I have tried with: void AddSoftwareDiagnosticsCluster(node_t* node) { endpoint_t* root_endpoint = endpoint::get(node, 0); cluster::software_diagnostics::config_t config; uint32_t features...

**Environment** - ESP-Matter Commit Id: f9f62dd6851d93dd9c770f0ed0066e822f955c35 - ESP-IDF Commit Id: c9763f62dd00c887a1a8fafe388db868a7e44069 - SoC (eg: ESP32 or ESP32-C3): ESP32-C6 This works fine: cluster::air_quality::feature::fair::add(cluster); When I try to add these features, I...

I'm using ESP-IDF v5.2.3 with ESP-Matter. The hardware is an ESP32-C6 dev kit. I would like to change from Matter over WiFi to Matter over Thread. I created this "sdkconfig.defaults.c6_thread"...

What changes are required to change the light example from WiFi to Thread? I tried to change the following in the SDK Configuration editor: - Check the OPENTHREAD_ENABLED option -...