Results 344 comments of Jon Smirl

It is more than Android chip-tool being broken. Android chip-tool is broken because the underlying JNI library is also currently broken. I applied to the Google beta, maybe they can...

I have access to their developer portal now and I think this mobile-sdk is what I need, but it has not been released yet. They are putting the chip library...

Some other things to consider... 1) What about groups? When the device is in the group, and when it is not in the group. 2) if there is a self-binding...

Rules like this could work: 1) Allow the device to create a default self-bind without needing to be on a fabric. This self bind is permanent. 2) If you add...

Diagram of the use-case ![grouped-dimmers](https://user-images.githubusercontent.com/14943/182855397-c7452f03-9bef-4b70-9396-301985858a63.png)

Should Matter have special loop back node and group IDs? for example 0xFFFF or 0x0 always means self?

Related issue, could a fabric ID of 0x0 or -1 always indicate a device local fabric? ie a fabric which is only valid internally to the device and doesn't need...

I don't think this is a good solution to self-binding. There is a lot of device state logic contained in src/app/clusters/* If you just kick the event up to me...

I'd like to see it merged too.

Does it work like this? http request goes off to DynamoDB and the results come back as JSON. Go then turns that JSON into a structure like this: { "ConsumedCapacity":...