ivesdebruycker / node-red-contrib-maxcube

A node-red node to control the eQ-3 Max! Cube
Other
13 stars 12 forks source link

How to import? #2

Closed rfamp closed 7 years ago

rfamp commented 8 years ago

Hi, I cloned your repo to the node_modules/node-red-node-maxcube/ directory and tried to install it via sudo npm install after I renamed package.js to package.json. But I think I meese up a LITTLE? Can you help how I can use it?

ivesdebruycker commented 8 years ago

Module is now released to npm, so easiest is:

cd $HOME/.node-red
npm install node-red-contrib-maxcube

...and restart node-red.

See http://nodered.org/docs/getting-started/adding-nodes for more info

rfamp commented 7 years ago

HI, thank you, i've got it installed, but how can I read temperature from my controllers?

ivesdebruycker commented 7 years ago

Since 0.0.2 there's a node for querying the status of the devices ('maxcube' under category 'Input'). You can link the input of that node to a timer for periodical updates.