NEWS
Zigbee with IKEA lights SOLVED!
-
I added Zigbee adapter CC2531 stick with adapter version 1..0.0, System sees the stick, I was able to pair two IKEA bulbs, but in Object screen there is no properties to control the bulbs, just two lines. Log shows error message:
(32381) Device d0cf5efffe7d475c "TRADFRI bulb E26 W opal 1000lm" not described in statesMapping.
Here is the pairing log:
New device joined '0xd0cf5efffe7d475c' model TRADFRI bulb E26 W opal 1000lm
Interview successful: {"friendly_name":"0xd0cf5efffe7d475c","model":"LED1622G12","vendor":"IKEA","description":"TRADFRI LED bulb E26 1000 lumen, dimmable, opal white","supported":true}
Error: Device d0cf5efffe7d475c "TRADFRI bulb E26 W opal 1000lm" not described in statesMapping.. undefined
Error: Device d0cf5efffe7d475c "TRADFRI bulb E26 W opal 1000lm" not described in statesMapping.. undefined
Error: Device d0cf5efffe7d475c "TRADFRI bulb E26 W opal 1000lm" not described in statesMapping.. undefined
Error: Device d0cf5efffe7d475c "TRADFRI bulb E26 W opal 1000lm" not described in statesMapping.. undefined
Error: Device d0cf5efffe7d475c "TRADFRI bulb E26 W opal 1000lm" not described in statesMapping.. undefined
Device '0xd0cf5efffe7d475c' announced itself
Interview started: 0xd0cf5efffe7d475cDecided to add one more comment. These bulbs work fine when ioBorker paired via native IKEA router, but don't work when connected via CC2531 stick and 1.0.0 adapter version. I guess this particular device is not in Zigbee adapter library? Is it possible to add it?
1/25/2020 developer added this bulb to zigbee library, thank you!
-
@ap2017
These bulbs will be added to the adapter base in the coming days.A.
-
@Asgothian Thank you!
-
@ap2017
I made a pull request to the official 1.0.1 version of the adapter to include the lamp.Once it has been accepted the lamp should be available.It has been merged into the latest GitHub version, so if you install the adapter from the official GitHub repo, your lamp should work.A.
-
@Asgothian Thank you, it works!