UNPKG

node-red-contrib-nordpool-chargecheap

Version:

Nordpool price analyzer with smart night/day, rolling 24h and HA override integration for Node-RED

48 lines (47 loc) 1.16 kB
{ "name": "node-red-contrib-nordpool-chargecheap", "version": "1.0.2-rc.1", "description": "Nordpool price analyzer with smart night/day, rolling 24h and HA override integration for Node-RED", "author": "Danne", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dst6se/node-red-contrib-nordpool-chargecheap.git" }, "homepage": "https://github.com/dst6se/node-red-contrib-nordpool-chargecheap#readme", "bugs": { "url": "https://github.com/dst6se/node-red-contrib-nordpool-chargecheap/issues" }, "keywords": [ "node-red", "nordpool", "electricity", "energy", "price", "automation", "smart-charging", "load-shifting", "battery", "home-assistant" ], "engines": { "node": ">=16.0.0", "node-red": ">=3.0.0" }, "type": "commonjs", "main": "nordpool-chargecheap.js", "files": [ "nordpool-chargecheap.js", "nordpool-chargecheap.html", "README.md", "LICENSE", "examples/" ], "sideEffects": false, "node-red": { "version": ">=3.0.0", "nodes": { "nordpool-chargecheap": "nordpool-chargecheap.js" } } }