@metz-connect/node-red-ewio2
Version:
Provides nodes to access EWIO2 interfaces like IOs and metering - from Node-RED
44 lines (33 loc) • 2.07 kB
HTML
<script type="text/markdown" data-help-name="EWIO2 - Digital OUT">
Set digital output of EWIO2.
Every node represents one digital output of an EWIO2.
Any digital output of EWIO2 and to EWIO2 connected Modbus RTU I/Os can be used.
The desired switching state, which was received as node input, will be set to digital output of EWIO2
Output of node is the current switching state of digital output, if digital output was set by node input signal.
The current status of the node is also output of node. 'state' can be 'ok', 'warning' or 'error', 'text' and 'source' correspond to the general 'status' node.
Furthermore, a 'topic' can be specified in configuration menu, which will be additional output of node.
: payload (boolean | number) : Desired switching state
: payload (boolean) : Current switching state
: topic (string) : Optional 'topic'
: status (Object) : Status of node, with 'state', 'text' and 'source'
This node uses the connection of EWIO2 node, to connect to an EWIO2.
All available digital outputs of EWIO2 and to EWIO2 connected Modbus RTU I/Os are loaded and can be selected.
Live data of switching state and if port is configured as manual mode, are shown for the selected port.
Additionally a topic can be configured as nodes output.
: EWIO2 (select) : EWIO2 node, to connect to EWIO2
: Port (select) : Digital output of EWIO2
: State (boolean) : Switching state of digital output
: Man. mode (boolean) : Manual mode
: Topic (string) : Additional output of topic
: Name (string) : User defined name of node
- [Metz Connect](https://www.metz-connect.com/home.1e.en.html)
- [Overview EWIO2 Data logger](https://www.metz-connect.com/home/products/c-logline/energy-controlling/data-logger.6a.en.html)
- [Overview EWIO2 Ethernet I/O](https://www.metz-connect.com/home/products/c-logline/i-o-components/ethernet-i-os.69.en.html)
- [Overview Modbus RTU I/Os](https://www.metz-connect.com/home/products/c-logline/i-o-components/modbus-rtu-i-os.6c.en.html)
</script>