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

[Wrong device]: SA-003-Zigbee #19865

Closed
lrljoe opened this issue Nov 25, 2023 · 11 comments
Closed

[Wrong device]: SA-003-Zigbee #19865

lrljoe opened this issue Nov 25, 2023 · 11 comments

Comments

@lrljoe
Copy link

lrljoe commented Nov 25, 2023

Link

https://www.zigbee2mqtt.io/devices/SA-003-Zigbee.html

Model

SA-003-Zigbee

Description

Smart Socket

Vendor

eWeLink

Picture (link)

https://www.zigbee2mqtt.io/images/devices/SA-003-Zigbee.jpg

Database entry

{"id":5,"type":"Router","ieeeAddr":"0x00124b00226d89a8","nwkAddr":65317,"manufId":0,"manufName":"eWeLink","powerSource":"Mains (single phase)","modelId":"SA-003-Zigbee","epList":[1],"endpoints":{"1":{"profId":49246,"epId":1,"devId":16,"inClusterList":[0,3,4,5,6],"outClusterList":[0],"clusters":{"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink"}}},"binds":[],"configuredReportings":[],"meta":{}}},"appVersion":5,"hwVersion":1,"dateCode":"20201207","swBuildId":"1.0.5","zclVersion":1,"interviewCompleted":true,"meta":{},"lastSeen":1700948860738,"defaultSendRequestWhen":"immediate"}

Notes

Believe this may relate to #19653 where the opposite was happening for someone else (their ZB-R01 was being detected as a SA-003-Zigbee)

@lrljoe
Copy link
Author

lrljoe commented Nov 25, 2023

image

@Koenkk
Copy link
Owner

Koenkk commented Nov 26, 2023

Fixed in #19653

@Koenkk Koenkk closed this as completed Nov 26, 2023
@lrljoe
Copy link
Author

lrljoe commented Nov 26, 2023

. Just seen your other update, thanks!

@Koenkk
Copy link
Owner

Koenkk commented Nov 26, 2023

I've reverted the commit.

Changes will be available in the dev branch in a few hours from now. (https://www.zigbee2mqtt.io/advanced/more/switch-to-dev-branch.html)

@mrmaximas
Copy link

@Koenkk i have another eWeLink device in another housing with the another clusters and same name - SA-003-Zigbee
https://api.sprut.ai/static/media/cache/00/00/70/81/1685/55777/600x600x_image.jpeg
Please fix it is it possible.
My DB recorrd is:
{"id":55,"type":"Router","ieeeAddr":"0x00124b001d43736c","nwkAddr":49894,"manufId":0,"manufName":"eWeLink","powerSource":"Mains (single phase)","modelId":"SA-003-Zigbee","epList":[1],"endpoints":{"1":{"profId":260,"epId":1,"devId":9,"inClusterList":[0,3,4,5,6],"outClusterList":[0],"clusters":{"genOnOff":{"attributes":{"onOff":1}},"genBasic":{"attributes":{"modelId":"SA-003-Zigbee","manufacturerName":"eWeLink","powerSource":1,"zclVersion":1,"hwVersion":1,"dateCode":"20190604-V102"}}},"binds":[{"cluster":6,"type":"endpoint","deviceIeeeAddress":"0x00124b002a1aa3c4","endpointID":1}],"configuredReportings":[],"meta":{}}},"hwVersion":1,"dateCode":"20190604-V102","zclVersion":1,"interviewCompleted":true,"meta":{"configured":1},"lastSeen":1702378390106,"defaultSendRequestWhen":"immediate"}

@Koenkk
Copy link
Owner

Koenkk commented Dec 12, 2023

@mrmaximas these devices all use the same modelId, therefore we cannot distinguish them from each other.

@mrmaximas
Copy link

mrmaximas commented Dec 12, 2023

@Koenkk

right now found issue with this my device after restart z2m 1.34.0-dev commit: [bcf50bd]
by the way i saw this same issue yesterday after yesterday's dev commit

Failed to configure 'Kitchen Hood', attempt 1 (Error: ConfigureReporting 0x00124b001d43736c/1 genOnOff([{"minimumReportInterval":0,"maximumReportInterval":65000,"reportableChange":1,"attribute":"onOff"}], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 49894 - 1 - 13 - 6 - 7 after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))

Error 2023-12-12 22:22:36 Failed to configure 'Kitchen Hood', attempt 2 (Error: ConfigureReporting 0x00124b001d43736c/1 genOnOff([{"minimumReportInterval":0,"maximumReportInterval":65000,"reportableChange":1,"attribute":"onOff"}], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 49894 - 1 - 14 - 6 - 7 after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))

Error 2023-12-12 22:27:34Failed to configure 'Kitchen Hood', attempt 3 (Error: ConfigureReporting 0x00124b001d43736c/1 genOnOff([{"minimumReportInterval":0,"maximumReportInterval":65000,"reportableChange":1,"attribute":"onOff"}], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 49894 - 1 - 25 - 6 - 7 after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))

@Koenkk
Copy link
Owner

Koenkk commented Dec 13, 2023

Could you check if the issue is fixed with the following external converter:

  • save this as file next to configuration.yaml as ext_converter.js
  • add it to configuration.yaml:
external_converters:
  - ext_converter.js
  • start z2m, check if issue is fixed

@mrmaximas
Copy link

Could you check if the issue is fixed with the following external converter:

  • save this as file next to configuration.yaml as ext_converter.js
  • add it to configuration.yaml:
external_converters:
  - ext_converter.js
  • start z2m, check if issue is fixed

Error 2023-12-13 22:31:40Failed to configure 'Kitchen Hood', attempt 1 (Error: ConfigureReporting 0x00124b001d43736c/1 genOnOff([{"minimumReportInterval":0,"maximumReportInterval":65000,"reportableChange":1,"attribute":"onOff"}], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 49894 - 1 - 48 - 6 - 7 after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))
Info 2023-12-13 22:32:12Configuring 'Kitchen Hood'
Info 2023-12-13 22:32:12MQTT publish: topic 'zigbee2mqtt/Kitchen Hood', payload '{"action":"on","linkquality":112,"state":"ON"}'
Error 2023-12-13 22:32:35Failed to configure 'Kitchen Hood', attempt 2 (Error: ConfigureReporting 0x00124b001d43736c/1 genOnOff([{"minimumReportInterval":0,"maximumReportInterval":65000,"reportableChange":1,"attribute":"onOff"}], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 49894 - 1 - 68 - 6 - 7 after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))

@mrmaximas
Copy link

mrmaximas commented Dec 13, 2023

W/o any ext converters, because I still had this converter installed yesterday, which I didn't uninstall, I only uninstalled it now
https://gist.github.com/Koenkk/b402cb48a8f88915c92b1d1fa8252db7#gistcomment-4789247
Error 2023-12-13 22:37:05 Failed to configure 'Kitchen Hood', attempt 1 (Error: Bind 0x00124b001d43736c/1 genOnOff from '0x00124b002a1aa3c4/1' failed (AREQ - ZDO - bindRsp after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))
Info 2023-12-13 22:42:10Configuring 'Kitchen Hood'
Info 2023-12-13 22:42:12MQTT publish: topic 'zigbee2mqtt/Kitchen Hood', payload '{"action":"on","linkquality":61,"state":"ON"}'
Error 2023-12-13 22:42:33Failed to configure 'Kitchen Hood', attempt 2 (Error: ConfigureReporting 0x00124b001d43736c/1 genOnOff([{"minimumReportInterval":0,"maximumReportInterval":65000,"reportableChange":1,"attribute":"onOff"}], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Timeout - 49894 - 1 - 92 - 6 - 7 after 10000ms) at Timeout._onTimeout (/Users/max/zigbee2mqtt/node_modules/zigbee-herdsman/src/utils/waitress.ts:64:35) at listOnTimeout (node:internal/timers:573:17) at processTimers (node:internal/timers:514:7))

Koenkk added a commit to Koenkk/zigbee-herdsman-converters that referenced this issue Dec 13, 2023
@Koenkk
Copy link
Owner

Koenkk commented Dec 13, 2023

fixed!

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants