I have USB Zigbee dongle and Philips Hue bulbs. I want use my USB dongle like coordinator or use like Living Color Remote. What I need to do? I google my problem several hours, but I don't have a lot of information about it. Also I want to control bulbs with Java, for this I use zigbee4java, but my program doesn't work. My code: `
package zigbee.test;
import org.bubblecloud.zigbee.ZigBeeApi;
import org.bubblecloud.zigbee.ZigBeeConsole;
import org.bubblecloud.zigbee.api.Device;
import org.bubblecloud.zigbee.api.cluster.general.Basic;
public class BootTest {
public static void main(String[] args) {
ZigBeeConsole.main(new String[]{
"COM4", "11", "4954", "true"
});
}
}`
but I don't have any bulb in list of devices.