I have flashed an ESP32-C6-DevKitM-1 board with the simple Matter light example. I have successfully commissioned this using chip-tool via ble-wifi. Chip-tool is running on an Ubuntu PC on the same Wi-Fi network.
If I turn the light on the board off by pressing the board button, and then try to toggle the light on and off using chip-tool command :
Code: Select all
chip-tool onoff toggle 0x7283 0x01
This turns the light on only once the first time, but then any further toggle commands doesn't toggle the light. Only a flicker is observed. I can't tell if this is a bug or what is wrong. I have attached the logs here from the device. I'd appreciate help with this. Thanks.