Skip to content

promd/node-red-contrib-homematic

 
 

Repository files navigation

node-red-contrib-homematic

integrate your homematic device with Node-RED

npm version Build Status Coverage Status Dependency Status devDependency Status

This Project uses the JSON-API of Homematic. (This API will no longer be maintained)

I will rebuild the Project to use XML-RPC.

Overview

node-red-contrib-homematic provides predefined commands to control homematic devices connected to the CCU using the JSON-RPC API in Node-RED.
Node-RED - is a visual tool for wiring the Internet of Things - read more @http://nodered.org
This node outputs a msg object containing remote procedure calls which can be send to the CCU using the http-request node.

Screenshot

Screenshot

Install

cd node-red/
npm install node-red-contrib-homematic

Something missing?

feel free to create a pull request! but first run some tests...

npm install -g mocha
cd node-red/node_modules/node-red-contrib-homematic/
mocha test/homematic_spec.js

About

node-red-node to control homematic devices with ease

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.2%
  • JavaScript 44.8%