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

zigbee2mqtt:error 2020-01-15 20:34:23: Failed to interview '0x000d6f00104f248d', device has not successfully been paired #2750

Closed
khaidakin opened this issue Jan 15, 2020 · 2 comments

Comments

@khaidakin
Copy link

khaidakin commented Jan 15, 2020

Bug Report

What happened

Trying to pair HEIMAN HS1RC-M
https://www.zigbee2mqtt.io/devices/HS1RC-M.html

What did you expect to happen

How to reproduce it (minimal and precise)

try to add HEIMAN HS1RC-M to zigbee2mqtt

Debug Info

zigbee2mqtt version: 1.8.0-dev (commit #cabb1f3)
CC2538 firmware version: 20190523
https://pastebin.com/6dTn7PKu
https://pastebin.com/9LTqmaR8

@khaidakin
Copy link
Author

khaidakin commented Jan 16, 2020

I edited the device.ts on the advice of Ilya Kirov and the interview began to pass. The device is connected.
https://github.com/Koenkk/zigbee-herdsman/blob/master/src/controller/model/device.ts#L398
Line
for (const endpoint of this.endpoints.filter((e): boolean => e.supportsInputCluster('ssIasZone'))) {
I changed to
for (const endpoint of []) {
Here is the log after correction
https://pastebin.com/iGBUbEk1
Addition: although the interview has passed and the HS1RC-M is connected, pressing the buttons does not send anything to z2m.
But the DIYRuZ relay switch power meter (#2698) still does not connect.

@Koenkk
Copy link
Owner

Koenkk commented Jan 16, 2020

There seem to be many people having issues of the HS1RC-M not working: #1957 #2418.

In #1957 I've already spend a lot of time investigating this without luck unfortunately.

As nobody can get this device working, I will remove it from the supported devices list (to avoid confusion).

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

2 participants