hassio-zigbee2mqtt icon indicating copy to clipboard operation
hassio-zigbee2mqtt copied to clipboard

SLZB-07 - Unsupported

Open adriaanos opened this issue 1 year ago • 0 comments

Description of the issue

Hi, my new router is coming up as not supported, it is a SLZB-07. It originally came as a Zigbee Coordinator but using smartlight flasher I flashed the ZB Router. Can we add this device to the supported devices?

Addon version

v1.38.0

Platform

Core: 2024.6.3 Supervisor: 2024.06.0 HASSOS: 12.3

Logs of the issue (if applicable)

I've extracted the external_definition

const {battery, identify, onOff} = require('zigbee-herdsman-converters/lib/modernExtend');

const definition = {
    zigbeeModel: ['SLZB-07'],
    model: 'SLZB-07',
    vendor: 'SMLIGHT',
    description: 'Automatically generated definition',
    extend: [battery(), identify(), onOff({"powerOnBehavior":false})],
    meta: {},
};

module.exports = definition

Z2M Error:

Failed to configure '0x9035eafffe74e8d2', attempt 2 (Error: ZCL command 0x9035eafffe74e8d2/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 'UNSUPPORTED_ATTRIBUTE') at Endpoint.checkStatus (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:316:28) at Endpoint.zclCommand (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:771:26) at Endpoint.configureReporting (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:557: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:173:21) at Configure.configure (/app/lib/extension/configure.ts:121:13) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))

adriaanos avatar Jun 16 '24 13:06 adriaanos