I have one Aeon Labs Home Energy Monitor updating in Domoticz as a power meter and energy meter. I decided to get the cheaper HEM V1 to monitor 2 circuits away from the main house meter. If I set the #101 configuration to 12 it works great just like my whole house meter. Setting 12 combines the 2 current clamps and is meant for whole house power (2 120volt legs in the US). I want to look at the two clamps individually. So I set #101 to 768. 12 sends kWh and watts for the whole HEM. 768 is suppose to send watts for clamp 1 and watts for clamp 2. See below:
When I set the value to 768 I see the messages from Node 3 and the two clamps which I assume are labeled as endpoint 1 and endpoint 2.
Code: Select all
2015-02-08 09:41:47.554 Detail, Node003, Received: 0x01, 0x18, 0x00, 0x04, 0x00, 0x03, 0x12, 0x60, 0x0d, 0x01, 0x00, 0x32, 0x02, 0x21, 0x74, 0x00,
0x00, 0x53, 0xb0, 0x00, 0x00, 0x00, 0x00, 0x07, 0x8f, 0x90
2015-02-08 09:41:47.555 Detail,
2015-02-08 09:41:47.555 Info, Node003, Received a MultiChannelEncap from node 3, endpoint 1 for Command Class COMMAND_CLASS_METER
2015-02-08 09:41:47.634 Detail, Node003, Received: 0x01, 0x18, 0x00, 0x04, 0x00, 0x03, 0x12, 0x60, 0x0d, 0x02, 0x00, 0x32, 0x02, 0x21, 0x74, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x8f, 0x70
2015-02-08 09:41:47.634 Detail,
2015-02-08 09:41:47.634 Info, Node003, Received a MultiChannelEncap from node 3, endpoint 2 for Command Class COMMAND_CLASS_METER
2015-02-08 09:41:47.650 Detail, Node002, Received: 0x01, 0x14, 0x00, 0x04, 0x00, 0x02, 0x0e, 0x32, 0x02, 0x21, 0x74, 0x00, 0x08, 0x7b, 0x73, 0x00,
0x00, 0x01, 0x3f, 0xcf, 0x66, 0x11
2015-02-08 09:41:47.650 Detail,
2015-02-08 09:41:47.650 Detail, Node002, Refreshed Value: old value=false, new value=false, type=bool
2015-02-08 09:41:47.650 Detail, Node002, Changes to this value are not verified
2015-02-08 09:41:47.650 Info, Node002, Received Meter report from node 2: Power=555.891W
2015-02-08 09:41:47.650 Detail, Node002, Refreshed Value: old value=556.406, new value=555.891, type=string
2015-02-08 09:41:47.650 Detail, Node002, Changes to this value are not verified
Does this report that is generated from Node 2 come from openZWave or Domoticz? Does anyone know how to decode the raw bytes into something readable so I can verify that I am getting the right data back from the clamps? Endpoint 1 (clamp 1) should read 22 watts at certain times and Endpoint 2 (clamp 2) should read 0 watts.