home-assistant-libs / python-matter-server

Python server to interact with Matter
Apache License 2.0
402 stars 64 forks source link

Python Matter Server - Repeats Attribute Information for Clusters #793

Closed jvmahon closed 2 days ago

jvmahon commented 2 weeks ago

In the Python Matter Server web interface, for some devices, I get a repeat of cluster / attribute information. See image below.

What's even odder is that the data value for the repeated attributes does not match. For example, in the image below, notice how FeatureMap and ClusterRevision are repeated, but have different values.

Data shown below is for cluster 0x0008 of Endpoint 1. Diagnostic data for that endpoint is attached: node 218.json

image

jvmahon commented 2 weeks ago

I'm not completely sure, but this might only be affecting devices with 3 or more endpoints (Root Endpoint 0 + two others).

It does not affect all clusters

jvmahon commented 2 days ago

I'm not seeing this in the 6.3.1 Python Matter Server, so it may be fixed. Presumably, the issue was resolved, so I'm closing this.