CAPAUT-253 Fix review findings
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
|
|
||||||
# captica: Node-RED Node for SystaComfort II
|
# captica: Node-RED Node for SystaComfort II
|
||||||
|
|
||||||
Receive data from SysteComfort II devices in Node-RED flows
|
Receive data from SystaComfort II devices in Node-RED flows
|
||||||
|
|
||||||
This Node-RED node is capturing the packets from a SysteComfort II device and prepares the data for further processing.
|
This Node-RED node is capturing the packets from a SystaComfort II device and prepares the data for further processing.
|
||||||
|
|
||||||
## Supported values
|
## Supported values
|
||||||
|
|
||||||
@@ -40,4 +40,4 @@ This Node-RED node is capturing the packets from a SysteComfort II device and pr
|
|||||||
|Listen Port|Port of UDP Server to listen on. Useful on multiple devices|
|
|Listen Port|Port of UDP Server to listen on. Useful on multiple devices|
|
||||||
|
|
||||||
## Connectivity
|
## Connectivity
|
||||||
To capture the published data from your SysteComfort II device you have to redirect the traffic on your local network. If you have an local DNS Forwarder you can just create a static host override. The domain `pradigma.remoteportal.de` needs to be resolved to your internal Node-RED ip address.
|
To capture the published data from your SysteComfort II device you have to redirect the traffic on your local network. If you have a local DNS Forwarder you can just create a static host override. The domain `pradigma.remoteportal.de` needs to be resolved to your internal Node-RED ip address.
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"author": "Marc Böhm (marc.boehm@captica.de)",
|
"author": "Marc Böhm (marc.boehm@captica.de)",
|
||||||
"homepage": "http://www.captica.de",
|
"homepage": "http://www.captica.de",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "bitbucked",
|
"type": "git",
|
||||||
"url": "https://bitbucket.org/captica-dev/de.captica.nodered.node.systacomfort2"
|
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -34,6 +34,6 @@
|
|||||||
|
|
||||||
<script type="text/html" data-help-name="systacomfort2">
|
<script type="text/html" data-help-name="systacomfort2">
|
||||||
<p>
|
<p>
|
||||||
A capture device to read data from SysteComfort II devices
|
A capture device to read data from SystaComfort II devices
|
||||||
</p>
|
</p>
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user