lcarli / Azure_IoT_Hub

Connector for Node-Red
Apache License 2.0
0 stars 0 forks source link

Error: node not deployed #1

Open ctowen opened 8 years ago

ctowen commented 8 years ago

Setup - Clean install of ubuntu 14.04, node JS, node-red. Install node-red-contrib-azure-iot-hub.

When trying to use the azure node to push data to Azure I get the following in the node-red browser window:

Error: node not deployed

and the following on the commandline (as output from the node-red process):

20 May 15:56:43 - [info] Waiting for missing types to be registered: 20 May 15:56:43 - [info] - Azure_IoT_Hub_IN

Is this node supposed to be working?

Craig

shawnhenderson commented 8 years ago

I have the same issue as Craig on a Node-Red deploy on a RaspberryPi 3. Does the connection string only need HostName, DeviceId, and SharedAccessKey? Does it also need SharedAccessName? Do you need to supply DeviceId in the string as well as in the "DeviceID" option in the edit dialog?

Thanks! Shawn

ctowen commented 8 years ago

After hours of playing with this, I just accidentally came across this node instead:

https://github.com/Azure/azure-iot-sdks/tree/master/node/device/node-red

It works. Doesn't seem that this node does.

Microsoft should publish it in the npm directory and the node-red site directory so people can find it...

Maybe they are working towards that.

lcarli commented 8 years ago

Hi, ctowen. I publish a new version on npm. You can update and use.