-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
NOUS B2Z/B3Z relay configuration error #23718
Comments
Could you provide the debug log of this? See this on how to enable debug logging. |
@Koenkk I've switched the logging level to debug and the only relevant log entry what is belongs to the device is what I pasted before. |
Same stack trace here with TS011F_plug_1.
|
Hello Same with HEIMAN HS3AQ, in 1.39.1 or 1.40.1
|
May be fixed in tomorrow z2m release, please check. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days |
What happened?
I have NOUS B2Z and NOUS B3Z relays, the issue is the same. I got this errors on configuration/reconfiguration:
Alert 1: Failed to configure (Bind 0xa4c13869317d88d8/1 genOnOff from '170/1' failed (addr.indexOf is not a function))
Alert 2: z2m: Failed to configure '0xa4c13869317d88d8', attempt [X] (TypeError: Bind 0xa4c13869317d88d8/1 genOnOff from '170/1' failed (addr.indexOf is not a function)
at Driver.macAddrStringToArray (/app/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:803:18)
at DeconzAdapter.bind (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:847:37)
at Endpoint.bind (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:509:34)
at Object.bind (/app/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:24)
at configure (/app/node_modules/zigbee-herdsman-converters/src/devices/tuya.ts:3434:29)
at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:190:21)
at Configure.configure (/app/lib/extension/configure.ts:126:13)
at Configure.onMQTTMessage (/app/lib/extension/configure.ts:56:21)
at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))
What did you expect to happen?
No response
How to reproduce it (minimal and precise)
Easy to reproduce, join or reconfigure the NOUS B2Z/B3Z relay will generate this error.
Zigbee2MQTT version
1.39.1
Adapter firmware version
0x26720700
Adapter
ConBee2
Setup
Add-on on Home Assistant on RPi 4
Debug log
Info 2024-08-23 22:37:08z2m: Configuring '0xa4c13869317d88d8'
Error 2024-08-23 22:37:09z2m: Failed to configure '0xa4c13869317d88d8', attempt 15 (TypeError: Bind 0xa4c13869317d88d8/1 genOnOff from '170/1' failed (addr.indexOf is not a function) at Driver.macAddrStringToArray (/app/node_modules/zigbee-herdsman/src/adapter/deconz/driver/driver.ts:803:18) at DeconzAdapter.bind (/app/node_modules/zigbee-herdsman/src/adapter/deconz/adapter/deconzAdapter.ts:847:37) at Endpoint.bind (/app/node_modules/zigbee-herdsman/src/controller/model/endpoint.ts:509:34) at Object.bind (/app/node_modules/zigbee-herdsman-converters/src/lib/reporting.ts:42:24) at configure (/app/node_modules/zigbee-herdsman-converters/src/devices/tuya.ts:3434:29) at Object.configure (/app/node_modules/zigbee-herdsman-converters/src/index.ts:190:21) at Configure.configure (/app/lib/extension/configure.ts:126:13) at Configure.onMQTTMessage (/app/lib/extension/configure.ts:56:21) at EventEmitter.wrappedCallback (/app/lib/eventBus.ts:174:17))
Info 2024-08-23 22:37:09z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/device/configure', payload '{"data":{"id":"0xa4c13869317d88d8"},"error":"Failed to configure (Bind 0xa4c13869317d88d8/1 genOnOff from '170/1' failed (addr.indexOf is not a function))","status":"error","transaction":"1eedc-2"}'
The text was updated successfully, but these errors were encountered: