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

When LED1623G12 joins the network, its groups are not configured #25182

Open
dmak opened this issue Dec 13, 2024 · 0 comments
Open

When LED1623G12 joins the network, its groups are not configured #25182

dmak opened this issue Dec 13, 2024 · 0 comments
Labels
problem Something isn't working

Comments

@dmak
Copy link

dmak commented Dec 13, 2024

What happened?

Suppose I have the following group:

'37069':
  friendly_name: motion_sensor_group
  devices:
    - 0xd0cf5efffec66c39/1
    - 0xd0cf5efffe106e7d/1

which contains one LED lamp (LED1623G12) and motion sensor (E1525).
When given LED lamp is joins the network, it is configured (e.g. reporting) but it is not added to given group. I have to run zigbee2mqtt/bridge/request/device/bind '{"from":"lantern", "to":"motion_sensor_group"}' manually then reacting on motion starts working.

info  2024-12-08 15:57:10: Successfully interviewed 'lantern', device has successfully been paired
info  2024-12-08 15:57:10: Device 'lantern' is supported, identified as: IKEA TRADFRI LED bulb E27 1000 lumen, dimmable, opal white (LED1623G12)
info  2024-12-08 15:57:10: Configuring 'lantern'
info  2024-12-08 15:57:10: MQTT publish: topic 'zigbee2mqtt/bridge/log', payload '{"message":"interview_successful","meta":{"description":"TRADFRI LED bulb E27 1000 lumen, dimmable, opal white","friendly_name":"lantern","model":"LED1623G12","supported":true,"vendor":"IKEA"},"type":"pairing"}'
info  2024-12-08 15:57:10: Successfully configured 'lantern'
info  2024-12-08 15:57:13: MQTT publish: topic 'zigbee2mqtt/lantern', payload '{"brightness":254,"linkquality":84,"power_on_behavior":"off","state":"ON","update":{"installed_version":587347505,"latest_version":587347505,"state":"idle"},"update_available":false}'
info  2024-12-08 15:57:13: Successfully setup reporting for '0xd0cf5efffec66c39' - 1 - genOnOff
info  2024-12-08 15:57:13: Successfully setup reporting for '0xd0cf5efffec66c39' - 1 - genLevelCtrl

Expected that LED lamp is added to all previously configured groups.

Zigbee2MQTT version

1.42.0 running as standalone

Adapter

CC2538 v3 stick, firmware 20201010

@dmak dmak added the problem Something isn't working label Dec 13, 2024
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

1 participant