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

Ikea E1525 motion sensor binds to wrong group ID #8016

Closed
Eddy805 opened this issue Jul 11, 2021 · 2 comments
Closed

Ikea E1525 motion sensor binds to wrong group ID #8016

Eddy805 opened this issue Jul 11, 2021 · 2 comments
Labels
problem Something isn't working

Comments

@Eddy805
Copy link

Eddy805 commented Jul 11, 2021

What happened

Ikea E1525 motion sensor seems to be binding to the wrong group ID. Logging shows binding to the correct group (ID 2), but when triggered, it is sending messages for a non existing group (ID 48000).

Creating a group with the reported group ID when triggering gets a working result. Looks like either the sensor accepts just the one group ID, or Z2M is sending a wrong ID when binding.

Loggings: https://hastebin.com/sojenifaja.yaml

Reproduced with 2 motion sensors (other sensor uses another group)

What did you expect to happen

Message sent for correct group ID when triggered.

How to reproduce it (minimal and precise)

  • Create group, add light
  • Bind E1525 to group
  • Trigger occupancy

Debug info

Zigbee2MQTT version: 1.20.0
Adapter hardware: CC2531
Adapter firmware version: default 20201127

@Eddy805 Eddy805 added the problem Something isn't working label Jul 11, 2021
@MattWestb
Copy link

E1525 is the old motion sensor and its using ZLL and not ZB3 and is making one random ZLL group its controlling then being retested.

So you shall using that group for adding your devices to and its working.

Changing the bonded group is only possible with touch link in ZLL devices that is not implanted in Z2M.

@Eddy805
Copy link
Author

Eddy805 commented Jul 16, 2021

Thanks for the explanation! Guess it's working as supposed to, then.

@Eddy805 Eddy805 closed this as completed Jul 16, 2021
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

2 participants