Skip to content

danicic/iotschema-node-red

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iotschema-node-red

iot.schema.org interactions implemented as Node-RED Nodes.

iotschema-node-red: iot.schema.org interactions implemented as Node-RED Nodes.

Quick Start

  1. Install Node-RED:
sudo npm install -g --unsafe-perm node-red
  1. Install iot.schema.org Node-RED Nodes:
cd $NODE_RED_HOME
  1. Install adaptor Node-RED Nodes:
npm install iotschema-node-red/nodes/adaptors/*
  1. Install Node-RED Nodes to run the Temperature Control example:
npm install iotschema-node-red/nodes/examples/*
npm install node-red-contrib-coap

Running Example

This flow (Recipe) controls ambient air temperature, by using iot.schema.org TemperatureSensing and Thermostat Capabilities.

  1. Start Node-RED:
node-red
  1. Copy the content of TemperatureControl.json from:
cd iotschema-node-red/lib/examples/

to your clipboard

  1. Open Node-RED in Browser and import the flow:
Open <http://localhost:1880>
Menu > Import > Clipboard
  1. Deploy the flow, and see the result in system console.

For details about the running example, see the documentation.

About

iotschema for Node-RED

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%