Koenkk / zigbee2mqtt

Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
https://www.zigbee2mqtt.io
GNU General Public License v3.0
12.17k stars 1.68k forks source link

Error: Cluster 'liXeePrivate' has no attribute 'motDEtat' #21825

Open quentinus95 opened 8 months ago

quentinus95 commented 8 months ago

What happened?

Everytime the Lixee device is polled, Zigbee2MQTT displays the following error log:

Error: Cluster 'liXeePrivate' has no attribute 'motDEtat'

The device works properly.

Maybe related to this commit (https://github.com/Koenkk/zigbee-herdsman-converters/pull/5970).

What did you expect to happen?

No error in logs, or a way to silent it.

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.36.0

Adapter firmware version

20210708

Adapter

Sonos

Setup

Containerized Zigbee2MQTT

Debug log

No response

Minims commented 6 months ago

Same issue with the 1.37 version updated today

Sabjul33 commented 6 months ago

Hi, Same thing for me V 1.36 updated to 1.37 Failed to read zigbee attributes: Error: Cluster 'liXeePrivate' has no attribute 'motDEtat'

Koenkk commented 6 months ago

@SilentT-FR it seems motDEtat is missing from the cluster, do you know the attribute ID and data type?

scientas commented 6 months ago

@SilentT-FR it seems motDEtat is missing from the cluster, do you know the attribute ID and data type?

Hello, same problem... Found that on instruction manual : Add MOTDETAT value (from historic mode) --> Cluster : 0xFF66 - Attribut : 0x0009 Add null value for all of default metering properties Add watchdog reset process when hardfault error Fix duplicate voltage acquisition Fix operator error for comparison Hope this help...

Koenkk commented 6 months ago

Does the manual also mention the data type?

scientas commented 6 months ago

It seems to be "string" with "000000" default value

Koenkk commented 6 months ago

Added it!

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

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days