Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge πŸŒ‰, get rid of your proprietary Zigbee bridges πŸ”¨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
11.2k stars 1.6k forks source link

Powertag "zh:controller:buffalozcl: Unknown attribute" repeatedly in log #22396

Closed rbswift closed 1 week ago

rbswift commented 2 weeks ago

What happened?

Since upgrading to the latest version I have the following events repeatedly logged.

Seems to relate to this device: https://www.zigbee2mqtt.io/devices/A9MEM1570.html#schneider%2520electric-a9mem1570

May 02 17:20:28 alarm npm[5128]: [2024-05-02 17:20:28] info:         zh:controller:buffalozcl: Unknown attribute 16652 in cluster seMetering
May 02 17:20:34 alarm npm[5128]: [2024-05-02 17:20:34] info:         zh:controller:buffalozcl: Unknown attribute 16654 in cluster seMetering
May 02 17:20:44 alarm npm[5128]: [2024-05-02 17:20:44] info:         zh:controller:buffalozcl: Unknown attribute 16403 in cluster seMetering
May 02 17:20:44 alarm npm[5128]: [2024-05-02 17:20:44] info:         zh:controller:buffalozcl: Unknown attribute 16655 in cluster seMetering
May 02 17:21:00 alarm npm[5128]: [2024-05-02 17:21:00] info:         zh:controller:buffalozcl: Unknown attribute 16652 in cluster seMetering
May 02 17:21:05 alarm npm[5128]: [2024-05-02 17:21:05] info:         zh:controller:buffalozcl: Unknown attribute 16654 in cluster seMetering
May 02 17:21:10 alarm npm[5128]: [2024-05-02 17:21:10] info:         zh:controller:buffalozcl: Unknown attribute 16384 in cluster seMetering
May 02 17:21:10 alarm npm[5128]: [2024-05-02 17:21:10] info:         zh:controller:buffalozcl: Unknown attribute 16653 in cluster seMetering
May 02 17:21:15 alarm npm[5128]: [2024-05-02 17:21:15] info:         zh:controller:buffalozcl: Unknown attribute 16403 in cluster seMetering
May 02 17:21:15 alarm npm[5128]: [2024-05-02 17:21:15] info:         zh:controller:buffalozcl: Unknown attribute 16655 in cluster seMetering
May 02 17:21:36 alarm npm[5128]: [2024-05-02 17:21:36] info:         zh:controller:buffalozcl: Unknown attribute 16654 in cluster seMetering
May 02 17:21:41 alarm npm[5128]: [2024-05-02 17:21:41] info:         zh:controller:buffalozcl: Unknown attribute 16384 in cluster seMetering
May 02 17:21:41 alarm npm[5128]: [2024-05-02 17:21:41] info:         zh:controller:buffalozcl: Unknown attribute 16653 in cluster seMetering

What did you expect to happen?

No response

How to reproduce it (minimal and precise)

just updated to 1.37

Zigbee2MQTT version

1.37

Adapter firmware version

20210708

Adapter

zStack3x0

Setup

plain - Raspberry Pi

Debug log

No response

jbouv55151 commented 2 weeks ago

I do have the same problem and the same product.

Nerivec commented 2 weeks ago

This is a logging issue only. It will be lowered back to debug level, where it should have stayed πŸ˜‰

rbswift commented 2 weeks ago

This is a logging issue only. It will be lowered back to debug level, where it should have stayed πŸ˜‰

Thanks for that. I wonder what the additional data might be? Anything interesting?

Nerivec commented 2 weeks ago

Lots of stuff that manufacturers intend for their hubs. Sometimes it proves useful to Z2M (after lengthy investigations into what they mean πŸ˜…), sometimes not.

Koenkk commented 1 week ago

Moved to debug!

Changes will be available in the dev branch in a few hours from now.