UNPKG

node-red-contrib-luxtronik2

Version:

Node, that reads and controls heat pumps based on the Luxtronik 2.0 contol unit. Supports for example AlphaInnotec and Siemens Novelan (WRP NET).

37 lines (36 loc) 908 B
{ "name": "node-red-contrib-luxtronik2", "version": "0.5.5", "description": "Node, that reads and controls heat pumps based on the Luxtronik 2.0 contol unit. Supports for example AlphaInnotec and Siemens Novelan (WRP NET).", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "luxtronik2": "^2.7.2" }, "repository": { "type": "git", "url": "https://github.com/coolchip/node-red-contrib-luxtronik2.git" }, "keywords": [ "node-red", "luxtronik", "luxtronik2", "alpha", "innotec", "novelan" ], "node-red": { "nodes": { "luxtronik2": "index.js" } }, "author": "Sebastian B.", "license": "MIT", "email": "coolchip@gmx.de", "bugs": { "url": "https://github.com/coolchip/node-red-contrib-luxtronik2/issues" }, "homepage": "https://github.com/coolchip/node-red-contrib-luxtronik2#readme" }