nymea / nymea-zigbee

Zigbee library and tools for the nymea IoT stack.
GNU Lesser General Public License v3.0
3 stars 4 forks source link

Implement commands for metering cluster #57

Closed mzanetti closed 2 years ago

mzanetti commented 2 years ago

Main reasoning behind this is actually that Tuya devices seem to send a CancelMessage command every other minute and are currently spamming the log with unhandled ZCL indication warnings.

Instead of just silencing the warning (which is very useful most of the times) I decided to complete the implementation of the metering cluster and actually make it a handled ZCL indication which doesn't print warnings.