zigbee2mqtt icon indicating copy to clipboard operation
zigbee2mqtt copied to clipboard

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

Open quentinus95 opened this issue 11 months ago • 7 comments

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

quentinus95 avatar Mar 16 '24 18:03 quentinus95

Same issue with the 1.37 version updated today

Minims avatar May 01 '24 20:05 Minims

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

Sabjul33 avatar May 04 '24 17:05 Sabjul33

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

Koenkk avatar May 05 '24 19:05 Koenkk

@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...

scientas avatar May 05 '24 19:05 scientas

Does the manual also mention the data type?

Koenkk avatar May 05 '24 20:05 Koenkk

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

scientas avatar May 05 '24 21:05 scientas

Added it!

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

Koenkk avatar May 06 '24 18:05 Koenkk