olavt
olavt
Ideally each attribute should have a timestamp in order for the client to be able to determine the time for when the attribute value was last updated.
Seems like access to a dictionary is not properly protected against access from multiple threads. 2024-03-28 17:31:19 (MainThread) INFO [matter_server.server.device_controller] Starting Matter commissioning with code using Node ID 4 (attempt...
After sending an "open_commissioning_window" commands to matter server for a node (4), I see this in the Python Matter Server log: 2024-03-28 11:38:00 (MainThread) ERROR [matter_server.server.client_handler] [547606914512] Error while handling:...
It seems to be an issue with how logs are done. When I do a "docker logs matter-server > a.log", not all logging are written to a.log. A lot of...
The attributes for General Diagnostics Cluster attribute NetworkInterfaces (attribute path "0/51/0") seems to have possible variations in the serialization format. For one device: "0/51/0": [ { "0": "OpenThread-9244", "1": true,...
Issue is decribed here: https://community.silabs.com/s/question/0D5Vm0000066HePKAU/incorrect-zap-tool-warnings?language=en_US
I'm following the steps here: https://openthread.io/guides/border-router/build to install OTBR on a Raspberry Pi 4. At step 5 where one issue the command "sudo systemctl status" the documentation mentions that the...
Related to this page: https://openthread.io/guides/border-router/docker I think the requirement for using Raspberry Pi OS with Desktop is a bit confusing. "You cannot use the Lite version, as you need to...
I'm looking into the firmware upgrade functionality that was recently added and it looks like it's only possible to update the firmware through the DCL. It would be nice to...
It would be nice if more details on the error would be provided back to the client. Take this example: info: MatterServerAdmin.Program[0] MatterServerClient.SendCommandAsync: Sending command: { "message_id": "3", "command": "commission_with_code",...