Rohit Jadhav

Results 70 comments of Rohit Jadhav

Please go through the docs of [create your own data model](https://docs.espressif.com/projects/esp-matter/en/latest/esp32/developing.html#defining-your-own-data-model).

> In the electrical_power_measurement::create method I cannot specify a handler for the energy_cluster cluster, as I have been able to specify in the on_off_light cluster. This example not work. The...

@JoseAntonioMG Yes `electrical_power_measurement` is created by default when you create `electrical_sensor ` so you don’t need to create it again. Please close the issue if it is solved.

@JoseAntonioMG, I suggest you first read the attribute list on that cluster and then add those attributes that are not on your device. Also while updating the attribute please refer...

Since the main issue is addressed can we close this issue?

@JoseAntonioMG Are you still facing the issue? If yes, please share the state that you are in and if not, can you please close the issue?

The example for energy measurement is out in all-device-types app please check the latest commit.

Hi @dzungpv Please check https://github.com/espressif/esp-matter/issues/1046#issuecomment-2277085835.