Difference between revisions of "Number devices.system.output1 cumulatedConsumption"

From wiki.netio-products.com
Jump to navigation Jump to search
Line 1: Line 1:
{{DISPLAYTITLE:Number devices.system.output1_cumulatedConsumption}}
+
{{DISPLAYTITLE:number devices.system.output1_cumulatedConsumption}}
 
Returns the energy (U &times; I &times; t) consumed from the outlet (in Watthours). <b>The property is read only!</b>
 
Returns the energy (U &times; I &times; t) consumed from the outlet (in Watthours). <b>The property is read only!</b>
  

Revision as of 11:13, 15 April 2017

Returns the energy (U × I × t) consumed from the outlet (in Watthours). The property is read only!

energy consumed from outlet 1:

number devices.system.output1_cumulatedConsumption

energy consumed from outlet 2:

number devices.system.output2_cumulatedConsumption

energy consumed from outlet 3:

number devices.system.output3_cumulatedConsumption

energy consumed from outlet 4:

number devices.system.output4_cumulatedConsumption

Value

Energy consumed in Watthourss.

Usage

-- turn off outlet No.1 after it uses 1kWh.
if devices.system.output1_cumulatedConsumption>1000 then
  system.devices.SetOut(1,false)
end

See also