Closed microspace closed 8 years ago
Hi, as you can see in message, Device already exists, unfortunately your Device ID is unique in whole system, please make sure you are using unique deviceid (update config in /javascript/configs/app.json so it points to your account)
I changed Device ID in app.json. Now when I run node pull-example.js
new device is created.
Do I need to activate it?
Can I send data to device which was already activated with iotkit-admin activate KJHGjk
command?
Yes, in order to submit data you have to activate device, if you already activated device and device token was properly saved on your machine you should be able to send data.
Problem is that new device is created each time I run node pull-example.js
. This is strange and complicated for me. I give up. Sorry to embarrase you
Hello I try to submit data to Intel IoT Cloud using this example
iotkit-samples/api/javascript/examples/pull-example.js
I get this error:Please, help me to solve this problem