User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:57, 17 October 2019 (diff | hist) (+1,395) NETIO Lua Tips & Philosophy (current)
- 10:13, 17 October 2019 (diff | hist) (+6) NETIO Lua Tips & Philosophy
- 10:13, 17 October 2019 (diff | hist) (+434) NETIO Lua Tips & Philosophy
- 16:50, 11 July 2019 (diff | hist) (+90) NETIO Lua Manual
- 16:49, 11 July 2019 (diff | hist) (+794) NETIO Lua Manual
- 16:29, 11 July 2019 (diff | hist) (+361) N DO state changed (Created page with "{{DISPLAYTITLE:Script trigger DO state changed}} Triggered when output state is changed. Arguments are stored in table <code>event.args</code> === Arguments === * <code>outpu...") (current)
- 16:27, 11 July 2019 (diff | hist) (+355) N Mqtt has connected to the broker (Created page with "{{DISPLAYTITLE:Script trigger Mqtt has connected to the broker}} Triggered when NETIO connects to the MQTT broker. Arguments are stored in table <code>event.args</code> === A...") (current)
- 16:25, 11 July 2019 (diff | hist) (+578) N System variables updated (Created page with "{{DISPLAYTITLE:Script trigger System variables updated}} Triggered when system variables are updated (approximately every 10 seconds). Arguments are stored in table <code>even...") (current)
- 16:22, 11 July 2019 (diff | hist) (+406) N Mqtt received message on subscribed topic (Created page with "{{DISPLAYTITLE:Script trigger Mqtt received message on subscribed topic}} Triggered when message is published on subscribed topic. Arguments are stored in table <code>event.ar...") (current)
- 16:21, 11 July 2019 (diff | hist) (+109) N System started up (Created page with "{{DISPLAYTITLE:Script trigger System started up}} Triggered when NETIO starts. This trigger has no arguments.") (current)
- 16:19, 11 July 2019 (diff | hist) (+457) N Incoming URL API request (Created page with "{{DISPLAYTITLE:Script trigger Incoming URL API request}} Trigged when NETIO recieves URL API request. Arguments are given in url. Arguments are stored in table <code>event.arg...") (current)
- 16:12, 11 July 2019 (diff | hist) (+421) N Schedule has started or stopped (Created page with "{{DISPLAYTITLE:Script trigger Schedule has started or stopped}} Triggered when selected schedule starts. Arguments are stored in table <code>event.args</code> === Arguments =...") (current)
- 16:09, 11 July 2019 (diff | hist) (+446) N Global power characteristics changed (Created page with "{{DISPLAYTITLE:Script trigger Global power characteristics changed}} Triggered by change of global power characteristics (voltage, frequency). Arguments are stored in table <c...") (current)
- 15:49, 11 July 2019 (diff | hist) (+837) N Power measurements changed (Created page with "{{DISPLAYTITLE:Script trigger Power measurements changed}} Triggered by any change of measured variable on any output. Values in arguments are only for changed output. Argumen...") (current)
- 15:20, 11 July 2019 (diff | hist) (+673) NETIO Lua Reference
- 13:50, 11 July 2019 (diff | hist) (+645) N Function devices.system.MqttPublish() (Created page with "{{DISPLAYTITLE:function devices.system.MqttPublish()}} Publish a message to MQTT topic <i>nil</i> <b>devices.system.MqttPublish</b>(<i>table</i> <code>config</code>) === Pa...") (current)
- 13:45, 11 July 2019 (diff | hist) (+494) N Function devices.system.MqttLuaSubscribe() (Created page with "{{DISPLAYTITLE:function devices.system.MqttLuaSubscribe()}} Function for subscribing to certain MQTT topic. <i>nil</i> <b>devices.system.MqttLuaSubscribe</b>(<i>table</i> <c...") (current)
- 13:33, 11 July 2019 (diff | hist) (+48) NETIO Lua Reference
- 13:31, 11 July 2019 (diff | hist) (+194) NETIO Lua Reference
- 12:54, 11 July 2019 (diff | hist) (-54) Function cgiGet()
- 14:08, 20 June 2019 (diff | hist) (-25) Function modbusWriteSingleRegister() (current)
- 14:07, 20 June 2019 (diff | hist) (+1,726) N Function modbusWriteSingleCoil() (Created page with "{{DISPLAYTITLE:function modbusWriteSingleCoil()}} Write value to single coil using modbus protocol. The call is asynchronous: the code execution proceeds immediately and when...") (current)
- 14:04, 20 June 2019 (diff | hist) (+1,775) N Function modbusWriteSingleRegister() (Created page with "{{DISPLAYTITLE:function modbusWriteSingleRegister()}} Write value from to single register using modbus protocol. The call is asynchronous: the code execution proceeds immediat...")
- 13:57, 20 June 2019 (diff | hist) (-3) Function modbusReadInputRegister() (current)
- 13:56, 20 June 2019 (diff | hist) (+1,900) N Function modbusReadInputRegister() (Created page with "{{DISPLAYTITLE:function modbusReadInputRegister()}} Read value from single input register using modbus protocol. The call is asynchronous: the code execution proceeds immediat...")
- 13:49, 20 June 2019 (diff | hist) (+1,927) N Function modbusReadHoldingRegister() (Created page with "{{DISPLAYTITLE:function modbusReadHoldingRegister()}} Read value from single holding register using modbus protocol. The call is asynchronous: the code execution proceeds imme...") (current)
- 13:45, 20 June 2019 (diff | hist) (-6) Function modbusReadCoil() (current)
- 13:45, 20 June 2019 (diff | hist) (+1,854) N Function modbusReadDiscreteInput() (Created page with "{{DISPLAYTITLE:function modbusReadDiscreteInput()}} Read value from discrete input using modbus protocol. The call is asynchronous: the code execution proceeds immediately and...") (current)
- 13:36, 20 June 2019 (diff | hist) (+1,853) N Function modbusReadCoil() (Created page with "{{DISPLAYTITLE:function modbusReadCoil()}} Read value from single coil using modbus protocol. The call is asynchronous: the code execution proceeds immediately and when the re...")
- 11:26, 20 June 2019 (diff | hist) (-15) Function snmpGet() (current)
- 11:19, 20 June 2019 (diff | hist) (+712) NETIO Lua Reference
- 16:41, 19 June 2019 (diff | hist) (+6) String devices.system.serialNumber (→Usage) (current)
- 16:40, 19 June 2019 (diff | hist) (+338) N String devices.system.serialNumber (Created page with "{{DISPLAYTITLE:number devices.system.serialNumber}} Returns the serial number of the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system.serialNumbe...")
- 16:38, 19 June 2019 (diff | hist) (+479) N Number devices.system.energyStart (Created page with "{{DISPLAYTITLE:number devices.system.energyStart}} Date and time since the last reset of the consumption counter. See Function devices.system.resetCumulativeConsumption()|.r...") (current)
- 16:34, 19 June 2019 (diff | hist) (+484) N Number devices.system.totalEnergy (Created page with "{{DISPLAYTITLE:number devices.system.totalEnergy}} Returns the total energy (in Wh) consumed by socket from last consumption restart (Function devices.system.resetCumulative...") (current)
- 16:31, 19 June 2019 (diff | hist) (+342) N Number devices.system.totalLoad (Created page with "{{DISPLAYTITLE:number devices.system.totalLoad}} Returns the total load (in watts) of the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system.totalL...") (current)
- 16:26, 19 June 2019 (diff | hist) (+368) N Number devices.system.totalCurrent (Created page with "{{DISPLAYTITLE:number devices.system.totalCurrent}} Returns the current (in milliamperes) on the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system...") (current)
- 16:24, 19 June 2019 (diff | hist) (+351) N Number devices.system.frequency (Created page with "{{DISPLAYTITLE:number devices.system.frequency}} Returns the frequency (in millihertz) on the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system.fr...") (current)
- 16:20, 19 June 2019 (diff | hist) (+372) N Number devices.system.overallPowerFactor (Created page with "{{DISPLAYTITLE:number devices.system.overallPowerFactor}} Returns the power factor of socket times 1000. <b>The property is read only!</b> <i>number</i> <code>devices.system...") (current)
- 15:25, 19 June 2019 (diff | hist) (+2,087) N Function snmpGet() (Created page with "{{DISPLAYTITLE:function snmpGet()}} Execute SNMP GET call to given host and oid to read the response. The call is asynchronous: the code execution proceeds immediately and whe...")
- 14:54, 19 June 2019 (diff | hist) (+10) NETIO Lua Reference (→Socket Communication)
- 14:53, 19 June 2019 (diff | hist) (+54) NETIO Lua Reference (→Socket Communication)
- 14:47, 19 June 2019 (diff | hist) (+337) N Number devices.system.voltage (Created page with "{{DISPLAYTITLE:number devices.system.voltage}} Returns the voltage (in millivolts) on the socket. <b>The property is read only!</b> <i>number</i> <code>devices.system.voltag...") (current)
- 14:38, 19 June 2019 (diff | hist) (0) NETIO Lua Reference
- 14:35, 19 June 2019 (diff | hist) (+605) NETIO Lua Reference
- 11:24, 1 February 2018 (diff | hist) (+10) Function cgiGet() (→Usage)
- 10:43, 21 November 2016 (diff | hist) (+82) Mail() (current)
- 12:47, 24 October 2016 (diff | hist) (-6) Devices.system.outputN state (current)
- 16:53, 17 October 2016 (diff | hist) (-1) Toboolean() (current)
- 14:34, 17 October 2016 (diff | hist) (+54) Devices.system.SetOut()
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)