Hi, I'm just started developing on 52840DK platform and I am trying to create my own zigbee end device (remote controller) with higher WAF than IKEAs controllers. I've tried different examples from SDK 1, but none of them are compatible with SDK2. In SDK 2, I've successfully joined a network with the example code zigbee_light_switch_groups and the device appears in my gateway logs as undefined: zigbee2mqtt:warn 2019-2-19 22:44:46 Device with modelID 'undefined' is not supported.
According to their documentation I'm supposed to add a new device in their configuration, but undefined is not a valid name. Where do I set new name? I see that zigbee production settings is missing, so I tried the enclosed application to create one. But the executable throws errors:
Skipping unknown key-value pair: manufacturer_name = TEST
Skipping unknown key-value pair: model_id = test1
Skipping unknown key-value pair: manufacturer_code = 0x1234
What do I do wrong? Or is there any other ways to set model_id?
Btw, there are a couple of open source projects that tries to implement zigbee gateway, but everyone is using Texas Instruments C2530 or SiLabs. I'm curiously waiting for a more mature CLI that uses nrf dongle. Is there anything down the road? If Nordic implements support for zigpy or another open source gateway component, you guys can easily take a market position.