Aeon Home Energy Monitor

Posted on
Thu Oct 17, 2013 7:01 am
jeremyjjr offline
Posts: 104
Joined: Sep 10, 2013
Location: St Albans, UK

Aeon Home Energy Monitor

I've just installed an Aeon Home Energy Monitor and with a couple of logging scripts have it up and running perfectly. Am able to show cost per day, week, month and will shortly be implementing usage graphs as well.

However, whenever the sensor connects with an update, I receive the following error in the Indigo log ...

Code: Select all
Error                           device "Sensor - Energy Monitor" state key onOffState not defined (ignoring update request)


Any ideas what this refers to and how I can clean it up?

J.

Posted on
Thu Oct 17, 2013 7:17 am
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: Aeon Home Energy Monitor

Hi Jeremy,

Turn on debug logging (checkbox available via Interfaces->Z-Wave->Configure... dialog), then once the error occurs copy/paste the Event Log results into a reply for me. Include a couple of minutes before/after the error in the copy/paste.

Also, inside the Device dialog press the Edit Device Settings... button, then the Write to Log button and include that as well.

Image

Posted on
Thu Oct 17, 2013 7:32 am
jeremyjjr offline
Posts: 104
Joined: Sep 10, 2013
Location: St Albans, UK

Re: Aeon Home Energy Monitor

Hi Matt,

Debug log below:

Code: Select all
Z-Wave Debug                    starting node status polling
  Z-Wave Debug                    RCVD requestBatteryLevel: 01 09 00 04 00 08 03 80 03 64 1E
  Z-Wave Debug                    . .  requestBatteryLevel: node 008, level 100
  Z-Wave Debug                    received "008 - Sensor - Energy Monitor" status update battery level 100%
  Z-Wave Debug                    RCVD requestVarSensorStatus: 01 0E 00 04 00 08 08 31 05 04 64 00 05 45 74 95
  Z-Wave Debug                    . .  requestVarSensorStatus: node 008, endpoint None, type 4, raw value 6400...
  Z-Wave Debug                    . .  requestVarSensorStatus: 345.460 W (float: 345.460000)
  Z-Wave Debug                    received "Sensor - Energy Monitor" sensor update to 345.460 W
  Z-Wave Debug                    received "Sensor - Energy Monitor" status update is on
  Error                           device "Sensor - Energy Monitor" state key onOffState not defined (ignoring update request)
  Z-Wave Debug                    RCVD multiEndPointPacket: 01 18 00 04 00 08 12 60 0D 01 00 32 02 21 74 00 05 45 74 00 00 00 00 00 00 C4
  Z-Wave Debug                    . .  multiEndPointPacket: node 008, endPoint 1
  Z-Wave Debug                    RCVD requestMeterLevel: 01 14 00 04 00 08 0E 32 02 21 74 00 05 45 74 00 00 00 00 00 00 FF
  Z-Wave Debug                    . .  requestMeterLevel: node 008, endpoint 1, meterType 01, raw value 7400...
  Z-Wave Debug                    . .  requestMeterLevel: 345.460 W (float: 345.460000)
  Z-Wave Debug                    received "Sensor - Energy Monitor - Clamp 1" power load to 345.460 W
  Z-Wave Debug                    RCVD multiEndPointPacket: 01 18 00 04 00 08 12 60 0D 02 00 32 02 21 74 00 00 00 00 00 00 00 00 00 00 F3
  Z-Wave Debug                    . .  multiEndPointPacket: node 008, endPoint 2
  Z-Wave Debug                    RCVD requestMeterLevel: 01 14 00 04 00 08 0E 32 02 21 74 00 00 00 00 00 00 00 00 00 00 FF
  Z-Wave Debug                    . .  requestMeterLevel: node 008, endpoint 2, meterType 01, raw value 7400...
  Z-Wave Debug                    . .  requestMeterLevel: 0.000 W (float: 0.000000)
  Z-Wave Debug                    RCVD multiEndPointPacket: 01 18 00 04 00 08 12 60 0D 01 00 32 02 21 64 00 00 0A 4B 00 78 00 00 0A 0B D8
  Z-Wave Debug                    . .  multiEndPointPacket: node 008, endPoint 1
  Z-Wave Debug                    RCVD requestMeterLevel: 01 14 00 04 00 08 0E 32 02 21 64 00 00 0A 4B 00 78 00 00 0A 0B FF
  Z-Wave Debug                    . .  requestMeterLevel: node 008, endpoint 1, meterType 01, raw value 6400...
  Z-Wave Debug                    . .  requestMeterLevel: 2.635 kWh (float: 2.635000)
  Z-Wave Debug                    received "Sensor - Energy Monitor - Clamp 1" energy total to 2.635 kWh
  Z-Wave Debug                    RCVD multiEndPointPacket: 01 18 00 04 00 08 12 60 0D 02 00 32 02 21 64 00 00 00 00 00 78 00 00 00 00 9B
  Z-Wave Debug                    . .  multiEndPointPacket: node 008, endPoint 2
  Z-Wave Debug                    RCVD requestMeterLevel: 01 14 00 04 00 08 0E 32 02 21 64 00 00 00 00 00 78 00 00 00 00 FF
  Z-Wave Debug                    . .  requestMeterLevel: node 008, endpoint 2, meterType 01, raw value 6400...
  Z-Wave Debug                    . .  requestMeterLevel: 0.000 kWh (float: 0.000000)

And Sensor Properties here ...

Code: Select all
Indigo Z-Wave Version: 1.0.131
Node ID: 8
Model: Home Energy Monitor (DSB09104)
Model ID: 00020009
Manufacturer: Aeon Labs
Manufacturer ID: 0086
Protocol Version: 2.78
Application Version: 3.67
Model Definition Version: 3
Library Type: 3
Class Name: Multilevel Sensor (routing)
Class Hierarchy: 04 : 21 : 01
Command Class Base: 31
Command Versions: 20v1 80v1 85v1 86v1 60v2 72v1 70v1 31v2 32v2
Multi-Endpoint Types: 1:(21 : 01), 2:(21 : 01)
Multi-Endpoint Classes: 1:[31 32], 2:[31 32]
Multi-Instance Counts: - none -
Features: routing, battery, beaming, energyMeter
Neighbors: 1, 2, 6
Associations: 1:[1]
Config Values: 3:0 4:50 5:50 6:50 7:50 8:10 9:10 10:10 11:10 101:16131 102:0 103:0 111:120 112:600 113:600

Posted on
Sun Oct 20, 2013 8:04 am
AndrewGWalsh offline
Posts: 67
Joined: Feb 20, 2013

Re: Aeon Home Energy Monitor

FWIW I get this too on this device.

Andrew

Posted on
Sun Oct 20, 2013 1:45 pm
jeremyjjr offline
Posts: 104
Joined: Sep 10, 2013
Location: St Albans, UK

Re: Aeon Home Energy Monitor

Hi Andrew,

Matt provided an update for me. Might be worth you asking him for a copy of the update? Good to know it wasn't isolated!

J.

Posted on
Wed Oct 23, 2013 12:29 pm
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Aeon Home Energy Monitor

What are you referring to when say update? I have an AHEM, just waiting to install it.

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Posted on
Wed Oct 23, 2013 3:30 pm
jeremyjjr offline
Posts: 104
Joined: Sep 10, 2013
Location: St Albans, UK

Re: Aeon Home Energy Monitor

Reach out to Matt and ask him to provide you with the Z-Wave update that catered for the version of the AHEM we seem to have. It might be that they're planning to include it in the 6.0.4 release but you'd have to ask them!

Posted on
Wed Oct 23, 2013 3:50 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: Aeon Home Energy Monitor

Correct, the changes will be included in 6.0.4. If you have an Aeotec Home Energy monitor and it doesn't work (the 2nd generation should work, the 1st generation needed some tweaking) then send me an email (indigo-support AT perceptiveautomation.com) and I can provide you with the library version that will be included in 6.0.4.

Image

Posted on
Wed Oct 23, 2013 4:08 pm
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Aeon Home Energy Monitor

Thanks. I have a Gen 2 model. Bought it from Norm.

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Posted on
Thu Oct 24, 2013 6:30 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: Aeon Home Energy Monitor

Indigo 6.0.4 is now available and supports the Aeotec Home Energy Monitor DSB09104 (the G2 model was already working pre-6.0.4).

Image

Posted on
Mon Oct 28, 2013 12:04 pm
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Aeon Home Energy Monitor

My AHEM is up and running. Just took my time installing it and everything is working fine.

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Posted on
Mon Oct 28, 2013 3:29 pm
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Aeon Home Energy Monitor

Since installing the AHEM, I have noticed that I don't get a reading on clamp 2 in the devices window. I get a reading for clamp 1 and a reading for Meter Total, (which has a greater total than Clamp 1 so it's working).

Is this normal?

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Posted on
Mon Oct 28, 2013 5:47 pm
matt (support) offline
Site Admin
User avatar
Posts: 21416
Joined: Jan 27, 2003
Location: Texas

Re: Aeon Home Energy Monitor

No, mine shows values for both individual clamps and the total.

Re-sync the module and copy/paste the results of the sync into a post for me.

Image

Posted on
Mon Oct 28, 2013 6:17 pm
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Aeon Home Energy Monitor

The re-sync corrected the problem. Thanks Matt.

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Posted on
Thu Oct 31, 2013 3:21 pm
midd offline
Posts: 372
Joined: Apr 18, 2010

Re: Aeon Home Energy Monitor

Jeremy was kind enough to let me see his script for my AHEM. It's way above my league on configuring as I know very little about Python.

Anyone else using a script to monitor energy use? I'm looking for day and month mainly. Daily and Monthly Cost aren't factors because I'm getting solar panels installed.

Thanks

Indigo 7, Monterey (12.1) on a 2009 Mac Pro..

Who is online

Users browsing this forum: No registered users and 2 guests