Zigbee binding

I just checked some more and this behavior was changed between Z-Stack Mesh 1.0.0 (2013-10-02) and Z-Stack 1.2.2a (2015-10-14). The “new” behavior (that I observed) are in all newer Z-Stack releases (3.0.*). It would have been interesting to read their CVS commit log. I could not see any relevant difference in the source until the call to MAC_McpsDataReq. I think the send function is implemented in TIMAC-*.lib, which is distributed as binary only, but was changed between the releases.

enum
{
  AddrNotPresent = 0,
  AddrGroup = 1,
  Addr16Bit = 2,
  Addr64Bit = 3,
  AddrBroadcast = 15
};

Update Here are the version numbers from SYS_VERSION:

Z-Stack 3.0.1:             2.7.1 (new logic)
Z-Stack 3.0.0:             2.7.0 (new logic)
Z-Stack Home 1.2.2a.44539: 2.6.3 (new logic)
Z-Stack Mesh 1.0.0:        2.6.2 (old logic)
Z-Stack Lighting 1.0.2:    2.6.1 (old logic)

Thanks. I wonder if this “feature” also exists with other ZDO commands - ie I guess the ZDO server only reacts to broadcasts that arrive over the air, in which case this probably impacts other ZDO commands that might be broadcast. If this is the case, I might need to handle this differently - possibly adding something in the TI dongle to handle broadcasts affecting ZDO rather than handling it exclusively in the join.

Do you know if this affects other ZDO commands?

ZDP_ServerDiscReq, ZDP_DeviceAnnce, ZDP_MatchDescReq and ZDP_NwkAddrReq do NOT have this logic. But maybe the local device does not need to know these?

Actually, the only ZDO functions that changed between 2.6.2 and 2.6.3 were ZDP_ParentAnnce (new function) and ZDP_MgmtPermitJoinReq (changed as mentioned), and a seemingly deprecated function ZDP_EndDeviceTimeoutReq was removed .

Ok, thanks. So I think the solution I have to add this into the common part of the library is ok for now. I don’t think it will hurt other dongles to send the join to the local ZDO and also broadcast it. I’ll do a test on Ember over the weekend to be sure before I merge it though.

I thought I would report on some new bulbs I sampled and tested for compatibility with the Zigbee binding.

In addition to the Tradfri bulbs that I have tested with the Zigbee binding, I recently purchased some Sengled Element bulbs from Home Depot.

These are some of the least expensive ZigBee compatible bulbs I’ve found and they are working well with the Zigbee binding.

They were a bit quirky when I configured them, they turned off when I first created an item-thing link via HABmin, then HABmin reported the newly configured thing as offline. After fiddling with this issue, I determined that:

  1. I had to turn on the bulb again by manually cycling power to it – OFF then ON again.
  2. I had to restart the zigbee binding in karaf with:
bundle:restart <bundle number>

They seem to be well made and produce good quality light. I’ll probably be picking up more of these in the future.

2 Likes

Hi there

I got one of the new RGB bulbs from Ikea.
4 channels are available

  • Switch
  • Dimmer
  • Color
  • Colortemp

all but color do work

for the color channel I created an item from type COLOR and on the sitemap a COLORPICKER
should that be correct?

thanks!!!

Do Tradfri bulbs bulbs work with Zigbee binding without the Tradfri gateway?

yes

1 Like

Great, which bulb did you use?

it should work with any of them

I have a 980lm E27 RGB version

anybody has a working color channel for IKEA bulbs?

Have you tried just using the control page in PaperUI? I’ve certainly used Hue bulbs color before, so I would expect the Ikea bulbs to work as well.

yup tried it
no effect

not too much in the the debug log

11:14:48.797 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 000B57FFFE935159: Command for channel zigbee:device:f05a1c81:000b57fffe935159:000B57FFFE935159_1_switch_level --> 8
11:14:48.822 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_dimmer' received command 8
11:14:48.865 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_dimmer changed from 0 to 8
11:14:52.098 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 000B57FFFE935159: Command for channel zigbee:device:f05a1c81:000b57fffe935159:000B57FFFE935159_1_color_color --> 274,0,100
11:14:52.105 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 1
11:14:52.111 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_color' received command 274,0,100
11:14:52.169 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_color changed from 83,0,100 to 274,0,100
11:14:52.250 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 2
11:14:52.387 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 3
11:14:52.437 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 000B57FFFE935159: Command for channel zigbee:device:f05a1c81:000b57fffe935159:000B57FFFE935159_1_color_color --> 269,0,100
11:14:52.454 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 1
11:14:52.468 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_color' received command 269,0,100
11:14:52.514 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_color changed from 274,0,100 to 269,0,100
11:14:52.551 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 4
11:14:52.606 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 2
11:14:52.758 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 3
11:14:52.987 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 4
11:14:56.058 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 000B57FFFE935159: Command for channel zigbee:device:f05a1c81:000b57fffe935159:000B57FFFE935159_1_color_color --> 112,0,100
11:14:56.065 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 1
11:14:56.092 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_color' received command 112,0,100
11:14:56.148 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_color changed from 269,0,100 to 112,0,100
11:14:56.207 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 2
11:14:56.395 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 3
11:14:56.528 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 4
11:14:57.913 [DEBUG] [ng.zigbee.handler.ZigBeeThingHandler] - 000B57FFFE935159: Command for channel zigbee:device:f05a1c81:000b57fffe935159:000B57FFFE935159_1_color_color --> 272,0,100
11:14:57.925 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 1
11:14:57.942 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_color' received command 272,0,100
11:14:57.986 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_color changed from 112,0,100 to 272,0,100
11:14:58.062 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 2
11:14:58.199 [DEBUG] [.converter.ZigBeeConverterColorColor] - COLOR 3

Please enable logging of the zigbee stack -:

log:set debug com.zsmartsystems.zigbee

This will show what’s happening a bit better, but from this it looks like the binding should be sending the color commands…

this generates a lot more logging :slight_smile:

11:35:24.047 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_dimmer' received command 43
11:35:24.048 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0/0 -> 7626/1, cluster=0008, TID=7D, level=109, transitionTime=10]
11:35:24.068 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_dimmer changed from 0 to 43
11:35:24.060 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=16, apiId=24 01, data=FE 10 24 01 CA 1D 01 01 08 00 7D 30 1F 06 01 7D 04 6D 0A 00 A1, checksum=A1, error=false) 
11:35:24.113 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:24.146 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:24.162 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:24.169 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:24.178 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:24.184 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:24.191 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:24.199 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 7D BB)
11:35:24.251 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=125)
11:35:24.263 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 08 00 CA 1D 01 01 00 22 00 F0 E3 20 00 00 05 08 7D 0B 04 00 CA 1D 1D A7)
11:35:24.270 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 08 00 CA 1D 01 01 00 22 00 F0 E3 20 00 00 05 08 7D 0B 04 00 CA 1D 1D A7, checksum=A7, error=false
11:35:24.281 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 7626/1 -> 0/1, cluster=0008, TID=7D, commandIdentifier=4, statusCode=0]
11:35:28.824 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_color' received command 119,36,32
11:35:28.827 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color control: 0/0 -> 7626/1, cluster=0300, TID=7E, hue=84, saturation=91, transitionTime=10]
11:35:28.839 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=17, apiId=24 01, data=FE 11 24 01 CA 1D 01 01 00 03 7E 30 1F 07 01 7E 06 54 5B 0A 00 CA, checksum=CA, error=false) 
11:35:28.883 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_color changed from 271,36,32 to 119,36,32
11:35:28.889 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:28.913 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:28.917 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:28.935 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:28.943 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:28.950 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:28.957 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:28.970 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 7E B8)
11:35:28.976 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=126)
11:35:28.988 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 00 03 CA 1D 01 01 00 22 00 3C 1E 21 00 00 05 08 7E 0B 06 81 CA 1D 1D 1C)
11:35:28.994 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 00 03 CA 1D 01 01 00 22 00 3C 1E 21 00 00 05 08 7E 0B 06 81 CA 1D 1D 1C, checksum=1C, error=false
11:35:29.002 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color control: 7626/1 -> 0/1, cluster=0300, TID=7E, commandIdentifier=6, statusCode=129]
11:35:29.022 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToSaturationCommand [Color control: 0/0 -> 7626/1, cluster=0300, TID=7F, saturation=91, transitionTime=10]
11:35:29.032 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=16, apiId=24 01, data=FE 10 24 01 CA 1D 01 01 00 03 7F 30 1F 06 01 7F 03 5B 0A 00 9B, checksum=9B, error=false) 
11:35:29.064 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:29.090 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:29.096 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:29.102 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:29.110 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:29.115 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:29.122 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:29.150 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 7F B9)
11:35:29.155 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=127)
11:35:29.169 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 00 03 CA 1D 01 01 00 1F 00 6A 20 21 00 00 05 08 7F 0B 03 81 CA 1D 1D 4D)
11:35:29.175 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 00 03 CA 1D 01 01 00 1F 00 6A 20 21 00 00 05 08 7F 0B 03 81 CA 1D 1D 4D, checksum=4D, error=false
11:35:29.182 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color control: 7626/1 -> 0/1, cluster=0300, TID=7F, commandIdentifier=3, statusCode=129]
11:35:29.199 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0/0 -> 7626/1, cluster=0008, TID=80, level=81, transitionTime=10]
11:35:29.207 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=16, apiId=24 01, data=FE 10 24 01 CA 1D 01 01 08 00 80 30 1F 06 01 80 04 51 0A 00 9D, checksum=9D, error=false) 
11:35:29.234 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:29.262 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:29.270 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:29.279 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:29.291 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:29.304 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:29.311 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:29.318 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 80 46)
11:35:29.325 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=128)
11:35:29.336 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 08 00 CA 1D 01 01 00 22 00 7D 22 21 00 00 05 08 80 0B 04 00 CA 1D 1D 17)
11:35:29.344 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 08 00 CA 1D 01 01 00 22 00 7D 22 21 00 00 05 08 80 0B 04 00 CA 1D 1D 17, checksum=17, error=false
11:35:29.352 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 7626/1 -> 0/1, cluster=0008, TID=80, commandIdentifier=4, statusCode=0]
11:35:34.645 [INFO ] [smarthome.event.ItemCommandEvent    ] - Item 'LIGHT1_color' received command 309,36,32
11:35:34.650 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToHueAndSaturationCommand [Color control: 0/0 -> 7626/1, cluster=0300, TID=81, hue=218, saturation=91, transitionTime=10]
11:35:34.677 [INFO ] [marthome.event.ItemStateChangedEvent] - LIGHT1_color changed from 119,36,32 to 309,36,32
11:35:34.679 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=17, apiId=24 01, data=FE 11 24 01 CA 1D 01 01 00 03 81 30 1F 07 01 81 06 DA 5B 0A 00 44, checksum=44, error=false) 
11:35:34.714 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:34.734 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:34.756 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:34.760 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:34.784 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:34.797 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:34.803 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:34.809 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 81 47)
11:35:34.813 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=129)
11:35:34.827 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 00 03 CA 1D 01 01 00 1F 00 4A 65 21 00 00 05 08 81 0B 06 81 CA 1D 1D D3)
11:35:34.834 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 00 03 CA 1D 01 01 00 1F 00 4A 65 21 00 00 05 08 81 0B 06 81 CA 1D 1D D3, checksum=D3, error=false
11:35:34.839 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color control: 7626/1 -> 0/1, cluster=0300, TID=81, commandIdentifier=6, statusCode=129]
11:35:34.857 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToSaturationCommand [Color control: 0/0 -> 7626/1, cluster=0300, TID=82, saturation=91, transitionTime=10]
11:35:34.869 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=16, apiId=24 01, data=FE 10 24 01 CA 1D 01 01 00 03 82 30 1F 06 01 82 03 5B 0A 00 9B, checksum=9B, error=false) 
11:35:34.912 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:34.950 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:34.954 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:34.958 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:34.964 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:34.969 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:34.973 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:34.994 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 82 44)
11:35:34.999 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=130)
11:35:35.008 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 00 03 CA 1D 01 01 00 22 00 C6 67 21 00 00 05 08 82 0B 03 81 CA 1D 1D 66)
11:35:35.013 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 00 03 CA 1D 01 01 00 22 00 C6 67 21 00 00 05 08 82 0B 03 81 CA 1D 1D 66, checksum=66, error=false
11:35:35.018 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Color control: 7626/1 -> 0/1, cluster=0300, TID=82, commandIdentifier=3, statusCode=129]
11:35:35.037 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - TX CMD: MoveToLevelWithOnOffCommand [Level Control: 0/0 -> 7626/1, cluster=0008, TID=83, level=81, transitionTime=10]
11:35:35.056 [DEBUG] [31.network.impl.CommandInterfaceImpl] - ->  AF_DATA_REQUEST (Packet: subsystem=null, length=16, apiId=24 01, data=FE 10 24 01 CA 1D 01 01 08 00 83 30 1F 06 01 83 04 51 0A 00 9D, checksum=9D, error=false) 
11:35:35.100 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-  AF_DATA_SRSP (FE 01 64 01 00 64)
11:35:35.121 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:35.125 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:35.129 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:35.134 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- ZToolPacket (FE 03 45 C4 CA 1D 00 55)
11:35:35.139 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=3, apiId=45 C4, data=FE 03 45 C4 CA 1D 00 55, checksum=55, error=false
11:35:35.143 [DEBUG] [e.dongle.cc2531.ZigBeeDongleTiCc2531] - Unhandled ZToolPacket type 0x45c4
11:35:35.186 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_DATA_CONFIRM (FE 03 44 80 00 01 83 45)
11:35:35.194 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: AF_DATA_CONFIRM(Endpoint=1, Status=SUCCESS(0), TransID=131)
11:35:35.204 [DEBUG] [31.network.impl.CommandInterfaceImpl] - <-- AF_INCOMING_MSG (FE 19 44 81 00 00 08 00 CA 1D 01 01 00 1F 00 09 6A 21 00 00 05 08 83 0B 04 00 CA 1D 1D 15)
11:35:35.208 [DEBUG] [31.network.impl.CommandInterfaceImpl] - Received Async Cmd: Packet: subsystem=null, length=25, apiId=44 81, data=FE 19 44 81 00 00 08 00 CA 1D 01 01 00 1F 00 09 6A 21 00 00 05 08 83 0B 04 00 CA 1D 1D 15, checksum=15, error=false
11:35:35.213 [DEBUG] [tsystems.zigbee.ZigBeeNetworkManager] - RX CMD: DefaultResponse [Level Control: 7626/1 -> 0/1, cluster=0008, TID=83, commandIdentifier=4, statusCode=0]

The device is responding that it doesn’t support this command :frowning: . Slightly sad…

Somehow we need to find out what command it does support. I’ll have a look to see if I can get hold of one of these this week.

Hmmm - more sadly, they don’t appear to be available in the UK - maybe someone can point me in the right direction if they are…

they are not listed in germany aswell
but available in a lot of ikea stores already anyways

I bought mine in an IKEA very close to the smart home day location in october :slight_smile:
I took the bulb only - without a dimmer for 19,99 Eur.

I happily try stuff and send logs if you want to go that way :wink:

Maybe a job for October then :wink: . I normally hate to go to Ikea - strange they don’t sell them online.

:wink: can take you there :wink: must do this before the pub :wink: