GithubHelp home page GithubHelp logo

ajin / n8n-nodes-deconz Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 33 KB

Provides n8n nodes to enables communicating with dresden elektronik deCONZ gateway

License: GNU General Public License v3.0

TypeScript 99.33% JavaScript 0.67%
n8n deconz n8n-nodes hue

n8n-nodes-deconz's Introduction

n8n-nodes-deconz

Provides n8n node implementation to enables communicating with dresden elektronik deCONZ gateway. It allows you to query as well set state such as on/off, set the brightness on devices and get information on devices.

Supported Nodes

  • Trigger Node to read lights and sensors data
    • Read (near) real-time feedback from devices like lights, groups, switches, and sensors
  • Node to monitor and control single resource
    • Get light state
    • Set light state
    • Get sensor state

Prerequisites

You need a deCONZ gateway to connect n8n to your ZigBee lights, switches, and sensors.

Installation

To use a n8n-nodes-deconz, it needs to be installed within n8n. For example like this

# Install n8n
npm install n8n

# Navigate to the n8n installed directory. The full path might vary on different system
cd /usr/local/lib/node_modules/n8n

# Install n8n-nodes-deconz
npm install n8n-nodes-deconz

# Start n8n
n8n

Next step is to create an API key to access deCONZ. This key is required to monitor and control resources. Go to Settings → Gateway → Advanced → Authenticate app in the Phoscon App and then use the deCONZ node in n8n (Type: Configuration, Configuration: Get API key) to retrieve the new API key. Since I have not figured out how to programmatically save API key to credentials, you will need to copy the output of this node to the credential.

Alternative, you can retrieve the API key from the console.

curl -d '{"devicetype": "n8n-test"}' -H "Content-Type: application/json" -X POST -s http://<deconz_host>:80/api/ 

Development/Testing

# Build the code
npm run build

# "Publish" the package locally
npm link

# "Install" the above locally published module
npm link n8n-nodes-deconz

# Start n8n
n8n

Contribution

To make this node even better, please let me know. Commits are always welcome.

Issues

If you have any issues, please let me know on GitHub.

n8n-nodes-deconz's People

Contributors

ajin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

savarize

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.