-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
SLZB-06P7 Router Error #23918
Comments
Could you provide the data/database.db entry of this device? |
yes can do... how :) |
You can open this file with a text editor (it's in the z2m data folder) |
As requested {"id":69,"type":"Router","ieeeAddr":"0x00124b0028f5653d","nwkAddr":28659,"manufId":0,"manufName":"SMLIGHT","powerSource":"Mains (single phase)","modelId":"SLZB-06P7","epList":[8,242],"endpoints":{"8":{"profId":260,"epId":8,"devId":255,"inClusterList":[0,3],"outClusterList":[0],"clusters":{"genBasic":{"attributes":{"modelId":"SLZB-06P7","manufacturerName":"SMLIGHT","powerSource":1,"zclVersion":3,"hwVersion":1,"swBuildId":"20240716"}}},"binds":[],"configuredReportings":[],"meta":{}},"242":{"profId":41440,"epId":242,"devId":97,"inClusterList":[],"outClusterList":[33],"clusters":{},"binds":[],"configuredReportings":[],"meta":{}}},"hwVersion":1,"swBuildId":"20240716","zclVersion":3,"interviewCompleted":true,"meta":{},"lastSeen":1725995534853} |
Fixed! Changes will be available in the dev branch in a few hours from now. |
What happened?
Getting the below errors in my log about SLZB-06P7 routers.
2024-09-09 09:58:43] error: z2m: Failed to configure 'SLZB-06P7-Router', attempt 3 (TypeError: Cannot read properties of undefined (reading 'bind')
at Object.bind (/app/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:24)
at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/devices/custom_devices_diy.ts:281:29)
at Configure.configure (/app/lib/extension/configure.ts:125:37)
at /app/lib/extension/configure.ts:87:62
at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:23)
at EventEmitter.emit (node:events:529:35)
at EventBus.emitLastSeenChanged (/app/lib/eventBus.ts:52:22)
at Controller. (/app/lib/zigbee.ts:76:27)
at Controller.emit (node:events:517:28)
at Controller.selfAndDeviceEmit (/app/node_modules/zigbee-herdsman/src/controller/controller.ts:616:14))
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
No response
Zigbee2MQTT version
1.40.1
Adapter firmware version
20240716
Adapter
ZSTACK
Setup
HAOS and Docker Z2M
Debug log
No response
The text was updated successfully, but these errors were encountered: