AeotecDSB09104 Class
- Name: Aeotec Home Energy Meter Gen 1
- ID: dsb09104
- Category: wifi
- Connection: uart
- Manufacturer: aeon
- Link: http://aeotec.com/z-wave-home-energy-measure/918-home-energy-meter-instructions.html
This module allows for monitoring certain elements of an Aeotec Home Energy Meter Gen 1.
Item Index
Methods
Methods
AeotecDSB09104
-
nodeID
AeotecDSB09104 constructor
Parameters:
-
nodeID
NumberThe ZWave node number of the device we are interested in. Use the ozwdump example to see what nodes you have available.
Returns:
getWattsC1
()
Number
Get the current Watts reading from Channel 1.
Returns:
The Watts reading.
getWattsC2
()
Number
Get the current Watts reading from Channel 2.
Returns:
The Watts reading.
getWattsC3
()
Number
Get the current Watts reading from Channel 3.
Returns:
The Watts reading.
getEnergyC1
()
Number
Get the current Energy reading from Channel 1. The value is in kWh.
Returns:
The Energy reading.
getEnergyC2
()
Number
Get the current Energy reading from Channel 2. The value is in kWh.
Returns:
The Energy reading.
getEnergyC3
()
Number
Get the current Energy reading from Channel 3. The value is in kWh.
Returns:
The Energy reading.
update
()
Query the device and update internal state. Strictly speaking, this is not really neccessary b a device may send this data on it's own at periodic intervals if configured to do so. This method causes OZW to specifically query the device for it's current Energy, Watts, and Battery Level status. The device may take some time to respond.
getBatteryLevel
()
Number
Return the current bettery level of the meter as a percentage. The number returned will be between 0-100.
Returns:
The Battery power level.