Hi, Frasier!
I made significant progress with the Aeon Home Enegy Monitor Last night! (Sadddd Man that I am!)
Just wanted to share my findings with you. I cannot take the credit for the idea as i saw it somewhere else in these forums, and cannot find it again!
Basically, with a Vera 3 UI5 and a 3 clamp HEM running V.3.67
-
Spanner icon on the HEM itself, not a clamp. Device options tab, Set variable 3- Enable Delta to 0
-
Set variable 101-Report 1 to 2316
-
Settings, Configure node right now
This makes the HEM itself and Clamp1 report pretty much real time Watta and KWH with no values that stick!! So far it is working a treat and I can see the boost when i put the kettle on after a maximum of 30 seconds, as that is still the reporting interval.
The trick is that setting parameter 3 to zero turns off this stupid delta function, which is too complicated and “faffy” ! So, the HEM is basically reporting whatever you have told it to report evry reporting interval. Simple & straightforward!
The parameter that goes ino variable 101 took me a while to get my brain around though! You need the Z-Wave definitinion file from Aeon themselves which you probably have anyway but i have enclosed it here. I don’t know what your hexadecimal & binary maths is like, but here’s my rendition of it!
2316 decimal = 90c hexadecimal
Since variable 101 (reports to send in Group 1) has to be encoded into 4 bytes as dictated by the definition, then the full hex no is 0000090c since each hex digit fits into a nibble, or half a byte, or 4 bits with the Most Significant Bit first.
Therefore:
9 means set Configuration Value 3, Bit 3 high = Auto send Clamp 1 KWH & set Bit 0 high = Auto send Clamp 1 Watts
0 for the reserved top nibble in configuration value 4
C means set Configuration Value 4, Bit 3 high = Auto send Whole HEM KWH & set Bit 2 high = Auto send Whole HEM Watts
Sounds complicated but it’s not really when you see how it works!
So far, working great! Recommend that you try that!