integrate your homematic device with Node-RED
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.
cd node-red/
npm install node-red-contrib-homematic
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