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

Legrand Cable outlet (064882) : failed to configure #21277

Open
MrJeromeV opened this issue Feb 7, 2024 · 19 comments
Open

Legrand Cable outlet (064882) : failed to configure #21277

MrJeromeV opened this issue Feb 7, 2024 · 19 comments
Labels
problem Something isn't working

Comments

@MrJeromeV
Copy link

What happened?

Had to restart my z2m installation.
Everything went well except for my two Legrand outlet : after pressing the reset button, I see the device join and left in Z2M. It never stays connected.

What did you expect to happen?

The device is connected in Z2M

How to reproduce it (minimal and precise)

Try to pair a Legrand outlet on a Z2M fresh install.

Zigbee2MQTT version

1.35.3-1

Adapter firmware version

7.3.1.0 build 176

Adapter

Sonoff ZBDongle-E

Setup

Home assistant OS on Home Assistant blue (ODroid N2+)

Debug log

z2m.log

@MrJeromeV MrJeromeV added the problem Something isn't working label Feb 7, 2024
@Koenkk
Copy link
Owner

Koenkk commented Feb 7, 2024

Could you provide the debug log of this?

See this on how to enable debug logging.

@MrJeromeV
Copy link
Author

z2m_debug.log

@Koenkk
Copy link
Owner

Koenkk commented Feb 8, 2024

Seems the device immediately leaves the network: Device '0x000474000025c675' left the network, therefore configure fails. Does this work on z2m 1.35.1?

@MrJeromeV
Copy link
Author

Same problem with 1.35.1.
It worked with 1.33.2 when I paired them fort the first time.

@Koenkk
Copy link
Owner

Koenkk commented Feb 10, 2024

can you go back to 1.33.2 and provide the herdsman debug logging when pairing them?

See this on how to enable the herdsman debug logging. Note that this is only logged to STDOUT and not to log files.

@Benji67
Copy link

Benji67 commented Feb 11, 2024

Hi, i have got the same issue. After the update, i can't pair anymore with my legrand outlet.

@Benji67
Copy link

Benji67 commented Feb 11, 2024

I found this process (#20664 (comment)) works for me :)

@MrJeromeV
Copy link
Author

@Koenkk
Copy link
Owner

Koenkk commented Feb 13, 2024

@MrJeromeV can you check if 1.34.0 and 1.35.0 also work?

@MrJeromeV
Copy link
Author

It's working with 1.34.0
The problem appears with 1.35.0

@Koenkk
Copy link
Owner

Koenkk commented Feb 15, 2024

I think it has something to do with the zigbee-herdsman version.

Can you see if the following fixes the problem:

  • Make sure you are running 1.35.0
  • ssh into your system and execute:
docker exec -it $(docker ps | grep zigbee2mqtt | cut -d" " -f 1) /bin/sh
apk add npm
npm install zigbee-herdsman@0.25.0
exit
docker restart $(docker ps | grep zigbee2mqtt | cut -d" " -f 1)

@MrJeromeV
Copy link
Author

No luck with Z2M 1.35.0 and zigbee-herdsman@0.25.0
zigbee_herdsman_debug.log

@Koenkk
Copy link
Owner

Koenkk commented Feb 18, 2024

@MrJeromeV I see the wrong herdsman version is used: Starting zigbee-herdsman (0.30.0), make sure to not restart the addon via the HA UI as this will revert the changes.

@MrJeromeV
Copy link
Author

I think it has something to do with the zigbee-herdsman version.

Can you see if the following fixes the problem:

* Make sure you are running 1.35.0

* ssh into your system and execute:
docker exec -it $(docker ps | grep zigbee2mqtt | cut -d" " -f 1) /bin/sh
apk add npm
npm install zigbee-herdsman@0.25.0
exit
docker restart $(docker ps | grep zigbee2mqtt | cut -d" " -f 1)
* See if the issue is solved now

* If that works, try increasing the zigbee-herdsman version until it breaks again, you can find all the version numbers here: https://github.com/Koenkk/zigbee-herdsman/releases

zigbee_herdsman_debug.log

I tried again.

In Z2M dashboard I see
Zigbee-herdsman version 0.25.0
but log still prints
Starting zigbee-herdsman (0.30.0)

@Koenkk
Copy link
Owner

Koenkk commented Feb 24, 2024

Can you try with the improved ember driver?

@MrJeromeV
Copy link
Author

Is it compatible with ezsp driver or will it break my network ?

@Koenkk
Copy link
Owner

Koenkk commented Feb 26, 2024

Yes it's for ezsp adapters.

@MrJeromeV
Copy link
Author

Very strange : it worked for one device, not for the other one.
Z2M edge 1.35-3-dev
zigbee_herdsman_version 0.34.8
ZBDongle-E 7.4.1 firmware
adapter ember

@MrJeromeV
Copy link
Author

log.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants