olavt

Results 59 comments of olavt

I see that this was released now: https://github.com/home-assistant-libs/python-matter-server/pull/884 Where can I find any docs on how to use this new feature?

@agners Do you have a sample json file with the correct file::// syntax for the update directory with the corresponding --ota-provider-dir syntax?

@agners Maybe there should be an API to be able to create the json information without having to upload it to the filesystem and without having to re-start the Python...

This is an example of data that would be relevant:

@Jerry-ESP How can I set these feature flags? ![Image](https://github.com/user-attachments/assets/0093354b-f9d1-42e7-a397-93b71125fee2)

@Jerry-ESP I added this code to my project now: cluster::thread_network_diagnostics::feature::error_counts::add(cluster); cluster::thread_network_diagnostics::feature::mac_counts::add(cluster); cluster::thread_network_diagnostics::feature::mle_counts::add(cluster); cluster::thread_network_diagnostics::feature::packets_counts::add(cluster); It builds fine, but I don't have access to my controller to check how it works yet.

@Jerry-ESP I'm getting a compilation error on this statement: attribute::thread_network_diagnostics::create_detached_role_count(cluster, 0); 'esp_matter::attribute::thread_network_diagnostics' has not been declared This line of code works: attribute::create(cluster, ThreadNetworkDiagnostics::Attributes::TxTotalCount::Id, ATTRIBUTE_FLAG_MANAGED_INTERNALLY, esp_matter_uint32(0)); I have these at the...

I still get the same error: 'esp_matter::attribute::thread_network_diagnostics' has not been declared

@wqx6 I suppose I should add it to sdkconfig.defaults as sdkconfig is not supposed to be edited? I also notice that after changing sdkconfig.default a "Build Project" does not properly...

@wqx6 I added the setting you suggested to sdkconfig.defaults and now it built with no errors. But, a lot of relevant data is missing: ![Image](https://github.com/user-attachments/assets/8239b76c-21e7-4215-8430-9464b09c449c) I would have expected something...