- « first
- ‹ previous
- 1
- 2
- 3
NETIO AN32 demonstrates how to control outputs and read measurements (kWh, A, V) from the 110/230V smart sockets from a Node-RED application using the Modbus/TCP protocol.
Node-RED is a programming tool for wiring together hardware devices, APIs and online services. Modbus/TCP is an industry-standard protocol. The Application Note applies to NETIO 4x devices as well as PowerCable Modbus 101x power sockets with WiFi.
The AN21 Application Note shows how to access measurements and control electrical sockets on a NETIO 4x device from third-party applications using the JSON protocol. AN21 demonstrates several different ways to control NETIO power sockets by transferring a netio.json file over http. The first method uses the “Device HTTP(s) File Upload” tool in the device’s web interface. The second method transfers the JSON file using a Chrome browser extension. The third method uses CURL (command-line tool) to transfer files over http.
The AN30 Application Note demonstrates how to read consumption data from NETIO 4x and PowerCable REST smart socket devices and how to control their outputs using REST API – JSON. The netio.json file is transferred over http. Node-RED is a programming tool for wiring together hardware devices, APIs and online services. It can run, for example, in a cloud, on a local PC, or in a Raspberry Pi.
Node-RED is a programming tool for wiring together hardware devices, APIs and online services. The AN31 Application Note shows how to control NETIO 110/230V smart sockets from Node-RED using HTTP - REST XML.
Node-RED is a programming tool for wiring together hardware devices, APIs and online services. The AN29 Application Note shows how to control 110/230V smart sockets from Node-RED using URL API. Invoking an URL is a simple but only a one-way solution (it is possible to control NETIO 4x outputs from Node-RED but it is not possible to measure consumption).
The AN07 Application Note shows a Lua script that turns individual 110/230VAC sockets on and off at specific times according to a predefined schedule. The state table can contain dozens of rows with actions to be performed at specified hours or days of week.
The AN20 Application Note demonstrates how to control NETIO 4x smart sockets using the XML protocol. The XML protocol transfers a text file with a xml structure over http(s). NETIO devices contain built-in tools to easily test the protocol by the user. The XML protocol is supported by all NETIO 4x devices (NETIO 4 / 4All / 4C).
The AN27 Application Note demonstrates how to control NETIO 4x smart sockets and PowerCable Modbus devices using the Modbus/TCP protocol. Modbus/TCP is the de-facto industry standard for connecting sensors and devices to PLCs, SCADA systems and smart home systems. NETIO products can be controlled over Modbus/TCP as 1-bit outputs (“coils”). In addition, values can be measured and advanced control is possible using registers.
NETIO 4x power sockets (4x 230V, LAN and WiFi) can be controlled over the Web and with various M2M protocols. Supported protocols include MQTT. Application Note AN12 describes the use of the MQTT protocol in the “Generic” mode with the HiveMQ public MQTT broker. This public broker is intended for testing; for live use, we recommend to use your own installation of this or another MQTT broker.
NETIO devices allow reading of outputs states and values of electrical measurements via SNMPv3 (SNMP get) and controlof PDU outputs (SNMP set). AN11 describes how to implement reading and writing using SNMP v1, v2c in MS Windows and Linux.
The AN19 Application Note demonstrates the use of the “URL API” or “http get” M2M API protocol. By invoking a certain URL, one of electrical outputs 110/230V can be switched On / Off / Toggle / Short pulse. This protocol is supported by all NETIO 4x devices (NETIO 4 / 4All / 4C).
AN08 demonstrates the use of a Lua script to switch 230V sockets on/off according to a table. The example table contains 8 states. Each state has a defined duration (1s minimum). This example can be used as cyclic “traffic lights”.
NETIO 4x electrical sockets (NETIO 4 / 4All / 4C) can be controlled over a LAN using the Telnet M2M API protocol and KSHELL commands. The NETIO AN10 Application Note demonstrates how to use Telnet to control individual sockets, gives a brief description of the KSHELL protocol and shows examples how to test the communication in Windows using several utilities.
- « first
- ‹ previous
- 1
- 2
- 3