Can not connect Philips HUE bulb by XB24-Z7WIT-004

I am trying to build up ZigBee network by XB24-Z7WIT-004 and let Philips Hue bulb join it.
However when I tried in XCTU tool to scan the network. It can not find the Hue bulb.
Here is my setting.
The XBee module firmware is ZigBee Coordinator API.
Port 9600/8/N/1N API 1

I also tried to change the baud rate and still no luck.

Does anyone has experience to conncet Hue bulb?

Is there anything online that makes you think this would work in the first place (genuinely curious)?

As far as I am aware you cannot use this module to talk to this device. You would need a S2C module which can talk ZigBee HA protocol and then use a separate controller to send the Light Link messages.

http://www.digi.com/support/forum/54731/xbee-and-zigbee-light-link-profile

You are correct. You would need to use the S2C with the ZB or Zigbee firmware installed in order to do it as the S2B does not support the HA protocol for which the device in question does.

Actually, I just tried to reproduce the ZigBee adapter sample from Microsoft.
https://developer.microsoft.com/en-us/windows/iot/samples/zigbeeadapter

That’s the module used in this article.
I replace it with new S2C module.
XB24C-Z7WIT-004
Now I can see the Philips Hue bulb, however when I try to click on it, it always shows could not initialize remote device.
Anyone can help?

What do you mean by “Click on the device”? Can you be more specific? For example, in what application are you clicking on the device in?

Hi Mvut,

I use the XCTU tool and tried to create a Zigbee network by use S2C module as cooridator role.
And then I clicked the scan button to scan the network. In the screen, I could see the S2C module find the philips Hue bulb with a gray line. However the line between them is something like 255/?.
When I click the icon for Hue. It asked me to initial this device. That’s the time I got could not initialize remote device error.
It looked like the S2C module can find the Zigbee device, but can not communicate with Philips Hue.

Have you changed the ZS parameter on the S2C to Zigbee PRO?

Have you look into the Light Link profile to see what other settings may be required like encryption?

Hi Mvut,

Thansk for your promptly reply.
Yes, I tried them before. I changed the ZS=2 (Zigbee Pro) and EE encryption =1(enable).
But still no luck…
Do you know any other things I might be missing ?

I think you are going to need to check with the person who wrote the article you are working with to find out why it is not working.

Hi Mvut,

Thanks for your suggestion. I already asked this question in Microsoft community as well.
By the way, I copy the profile configuration of the XBee XB24C as below. Could you help to check if anything I can change to help connect Philips Hue Bulb? Thanks again. I

xb24-s2c-th_4059.xml

  1D
  7FFF
  3
  2
  FF
  0
  0
  0
  1
  0
  0
  0
  FFFF
  Bridge
  1E
  0
  FF
  A0000
  3C
  0
  3
  E8
  E8
  11
  0
  4
  1
  1
  0
  
  
  3
  0
  0
  3
  1
  0
  1
  7
  64
  3E8
  2B
  20
  1
  0
  1388
  0
  0
  0
  1
  0
  0
  0
  0
  1
  1
  1
  1
  0
  0
  1
  1
  1FBF
  1FFF
  0
  28
  0
  0
  0

Looks like your EO setting is incorrect. It should be set to a value of 2. AO should also be a value of 2 and KY 0x5A6967426565416C6C69616E63653039

This is all from http://knowledge.digi.com/articles/Knowledge_Base_Article/Zigbee-Home-Automation/?q=Home+Automation&l=en_US&fs=Search&pn=1

Hi Mvut,

I changed the configuration and make it the same with the link of KB you provided. Still, no luck.

By the way, besides Home Automation, how about configure Xbee to connect by Zigbee light link profile? Is it possible? What’s the correct configuration for ZigBee light link profile?

Thanks.

I have not tried the Light Link profile so I do not know if the steps that Microsoft are valid or not. I do know that the steps in the KB article for Home Automation are correct.

https://wor.io/zigbee/
https://www.npmjs.com/package/node-red-contrib-zblight

Have a look at this and change few parameters. Many got that combination working.