node-red-contrib-teldio-fabric
v1.0.2
Published
Nodes to integrate with teldio fabric
Readme
NodeRED
NodeRED is no longer supported as part of Fabric; users can now decide to opt to use it, at their own discretion, through NPM.
Installation
Run the following in your Node-RED user directory:
npm install node-red-contrib-teldio-fabricPrequisites
- A running Teldio Fabric instance
- A Node-RED instance(self-hosted)
Setup
Generate an API key in Fabric
- Open Teldio Fabric and go to Settings
- Navigate to API Keys
- Create a new API key with the following permissions:
- read: events
- write: events
- Copy the generated key
Configure the Node In Node-RED, open any module-in or module-out node and fill in:
- Host; the URL of your Fabric instance(e.g. http://localhost:20112)
- API Key; the key you generated in Fabric Settings
Nodes
- module-in: subscribes to events from Fabric
- module-out: sends actions to Fabric
