zigbee2mqtt / hassio-zigbee2mqtt

Official Zigbee2MQTT Home Assistant add-on
https://www.zigbee2mqtt.io
Apache License 2.0
1.11k stars 390 forks source link

SLZB-07 - Unsupported #621

Closed adriaanos closed 2 months ago

adriaanos commented 3 months ago

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))
github-actions[bot] commented 2 months ago

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