Hello,
I want to create a Matter network using my nRF5340 DK board, as Matter accessory, and my RaspberryPI, as controller (CHIP Tool controller). I'm using as well nRF SDK v1.9.99-dev.
I want to use a cluster allowing to send/receive a message in string format, for example : "10, A, 5". So, I chose two possible clusters : Appliance Statistics or Messaging.
I'm using the ZAP Tool to generate source files related to the new cluster for my Matter accessory. My problem is that these two clusters are not included in the src/app/zap_cluster_list.py file. So that's why I get errors when compiling my program. For example for the Appliance Statistics cluster, I get :
Should I use another cluster ? If so, which ?
Thanks !