law-ko
law-ko
Any updates on this?
I also have the same issue even with the ota_mqtt demo project, any way to resolve this?
I think this is very helpful and should be merged as cJSON is being used in many systems.
@aBozowski We are trying to read our own MEI attributes and seems like we would need to regenerate the Matter lib, and we followed this [guide](https://developers.home.google.com/matter/extensions/sample-cluster). Do we still need...
> Using docker makes the build more reproducible but it is not required. > > It is also not required to rebuild the library in order to read MEI clusters....
> It would be useful if this sample included an example of manually decoding a cluster. Note that you can manually decode the standard clusters too. AttributeState.tlv is there for...
> You need to decode the TLV on the AttributeState It is also available as JSON. attrib.json > > ``` > fun decodeSensors(deviceId: Long, attrib: AttributeState) { > val sensor...
> I use a wild card subscription for the endpoint, then I am able to decode it like this, LOWPAN_CLUSTER_BLE is a custom cluster. I did need to add locking...
> Look in your Android log and make sure your device is really reporting it. The reports are printed in detail in the logs. If I use wildcard then the...
> The logs print all report messages from the devices. Search for where it reports the other clusters on that endpoint. > > You could have an error in the...