You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
What happened?
Suppose I have the following group:
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.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
The text was updated successfully, but these errors were encountered: