I am struggling a bit to piece together the Thread implementation in HA.
I have a couple of devices setup and they kind of work but I am finding trying to get any useful debugging info (and there seems to be a lot of debugging to do) or visibility of how things work.
I have a pretty good understanding of Zigbee and from the specs Matter over Thread isn’t too far away (we still have clusters and attributes).
There is seemingly no way to put in custom mappings (ZHA quirks and Z2M converters) but I believe that Matter allows manufacturer specific clusters and attributes just like Zigbee. Take my Aqara FP300 as an example I can see a BooleanStateConfiguration cluster which is showing up in the Matter server but doesn’t map to any controls in HA
and I am fairly sure this would be the equivalent of
So I guess I am looking at how and where the clusters are being parsed and what decides what makes it through to HA. Is it even possible top map this across or is this problematic because it is so generic and there is no mechanism to handle that?


