Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNSUPPORTABLE_ATTRIBUTE error for MCLH-07 #22809

Closed
almirus opened this issue May 28, 2024 · 6 comments
Closed

UNSUPPORTABLE_ATTRIBUTE error for MCLH-07 #22809

almirus opened this issue May 28, 2024 · 6 comments
Labels
problem Something isn't working

Comments

@almirus
Copy link

almirus commented May 28, 2024

What happened?

I periodically get an error for 2 devices MCLH-07

What did you expect to happen?

No response

How to reproduce it (minimal and precise)

No response

Zigbee2MQTT version

1.37.1

Adapter firmware version

20240315

Adapter

egony cc2652p

Setup

Add-on on Home Assistant OS x86

Debug log

genPowerCfg.configReport([{"minimumReportInterval":3600,"maximumReportInterval":65000,"reportableChange":10,"attribute":"batteryPercentageRemaining"}], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNREPORTABLE_ATTRIBUTE')
    at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:315:28)
    at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:770:26)
    at Endpoint.configureReporting (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:556:9)
    at setupAttributes (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:76:13)
    at configure (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:112:17)
    at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:172:21)
    at Configure.configure (/app/lib/extension/configure.ts:121:13)
    at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))
[2024-05-27 22:04:09] error: 	z2m: Failed to configure 'Датчик протечки под ванной', attempt 3 (Error: ZCL command 0x00158d0000b60d82/1 genPowerCfg.configReport([{"minimumReportInterval":3600,"maximumReportInterval":65000,"reportableChange":10,"attribute":"batteryPercentageRemaining"}], {"timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Status 'UNREPORTABLE_ATTRIBUTE')
    at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:315:28)
    at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:770:26)
    at Endpoint.configureReporting (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:556:9)
    at setupAttributes (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:76:13)
    at configure (/app/node_modules/zigbee-herdsman-converters/src/lib/modernExtend.ts:112:17)
    at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:172:21)
    at Configure.configure (/app/lib/extension/configure.ts:121:13)
    at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))
[2024-05-27 22:08:45] error: 	z2m: Failed to configure 'Датчик протечки под мойкой на кухне', attempt 3 (Error: ZCL command 0x00158d0000b60e53/1 
@almirus almirus added the problem Something isn't working label May 28, 2024
@pticavorobey
Copy link

Exactly the same problem with devices of the same brand. All of them have in common not only the fact that they are the same brand, but also the battery operation.

LifeControl MCLH-04
LifeControl MCLH-05
LifeControl MCLH-07
LifeControl MCLH-08

@Koenkk
Copy link
Owner

Koenkk commented Jul 2, 2024

Is the battery % reported?

@pticavorobey
Copy link

Is the battery % reported?

Yes, I see the battery readings in the interface. But they are all 100%. I don't know if this is correct. I recently changed the batteries on some of the sensors.

@Koenkk
Copy link
Owner

Koenkk commented Jul 3, 2024

Pushed a fix, can you check if it works?

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

@pticavorobey
Copy link

Pushed a fix, can you check if it works?

I don't see any errors anymore.

@Koenkk
Copy link
Owner

Koenkk commented Jul 4, 2024

Perfect!

@Koenkk Koenkk closed this as completed Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants