Compare commits
3 Commits
feature/CA
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ad9d12c3a | |||
| dd2230f69f | |||
| 13aac52921 |
42
examples/Simple Data Output.json
Normal file
42
examples/Simple Data Output.json
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"id": "52d26c8444cb885c",
|
||||||
|
"type": "tab",
|
||||||
|
"label": "Systa Comfort II",
|
||||||
|
"disabled": false,
|
||||||
|
"info": "",
|
||||||
|
"env": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "9ffdf9347b3638b8",
|
||||||
|
"type": "systacomfort2",
|
||||||
|
"z": "52d26c8444cb885c",
|
||||||
|
"name": "",
|
||||||
|
"topicPrefix": "",
|
||||||
|
"listenPort": "",
|
||||||
|
"x": 740,
|
||||||
|
"y": 420,
|
||||||
|
"wires": [
|
||||||
|
[
|
||||||
|
"db57e8cee73f964a"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "db57e8cee73f964a",
|
||||||
|
"type": "debug",
|
||||||
|
"z": "52d26c8444cb885c",
|
||||||
|
"name": "Data Output",
|
||||||
|
"active": true,
|
||||||
|
"tosidebar": true,
|
||||||
|
"console": false,
|
||||||
|
"tostatus": false,
|
||||||
|
"complete": "true",
|
||||||
|
"targetType": "full",
|
||||||
|
"statusVal": "",
|
||||||
|
"statusType": "auto",
|
||||||
|
"x": 1250,
|
||||||
|
"y": 420,
|
||||||
|
"wires": []
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@captica/node-red-systacomfort2",
|
"name": "@captica/node-red-systacomfort2",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems",
|
"description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems",
|
||||||
"author": "Marc Böhm (marc.boehm@captica.de)",
|
"author": "Marc Böhm (marc.boehm@captica.de)",
|
||||||
|
"license": "MIT",
|
||||||
"homepage": "http://www.captica.de",
|
"homepage": "http://www.captica.de",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
|
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14 <=19"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"captica",
|
"captica",
|
||||||
"systacomfort",
|
"systacomfort",
|
||||||
@@ -15,6 +19,7 @@
|
|||||||
"node-red"
|
"node-red"
|
||||||
],
|
],
|
||||||
"node-red": {
|
"node-red": {
|
||||||
|
"version": ">=2.2.2",
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"systacomfort2": "systacomfort2/systacomfort2.js"
|
"systacomfort2": "systacomfort2/systacomfort2.js"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user