Yes, and I wouldnāt doubt a new one with gen5 Z-Wave chip will be released soon to confuse things even more. Aeon doesnāt differentiate their versioned products well.
I have the first version, and itās pretty accurate. It can be battery or AC powered as well. The difference between the two are capabilities with v2. It does AMPs and a couple other things if I remember right.
I have a V1 and Iām currently testing to see how accurate it is with the power companyās power meter. $30 was easy to drop on it to monitor my tenantās energy use in a couple of outbuildings.
I only get kWh in 10ās so I canāt see a 1:1 comparison on the power companyās meterā¦ Iāve logged 380kWh with it so far and the 10ās place still matches upā¦ so if we figure that itās off by 9, max, then itās still ~97% accurate (It could be more accurate, but my sample is too small)ā¦ if I had 1000kWh and it still matches, we could figure it was at least 99% accurate.
I didnāt need to buy the V2 in this example, this proves that the V1 meets my needs.
Iām not using any smartapps for my energy monitor use.
Iām using a custom device type discussed here:
Specifically, Iām using a cut down version of the app that Slowfoxtrot put together and posted here:
I now believe the meter to be ~95% accurate, by comparing my usage with the power companyās meter. It meets my needs just fine. Iām not sure if the Gen2 would be any more accurate.
Iām going to double check my install of the clamps to make sure everything is solid. Maybe I can get the accuracy up a little.
I donāt have any need for a smartapp with this device. I suppose maybe youād want alerts if energy spiked? Not sure. All the information I need is displayed in the device menu thanks to the people in that thread.
Yep, Iām using what @Slowfoxtrot parsed down from the V2 code. I think all he did was fork the code from @storageanarchy and hide some unsupported info squares.
Sorry to bother you guys as Iām not a serious coder, but I havenāt had any issues in the past creating SmartApps from code. Iām taking that parsed down V2 code from the link you provided (all 427 lines) and creating a new Smart App āFrom Codeā, but when I hit āCreateā I get the following error:
No signature of method: script14294150751122129033250.metadata() is applicable for argument types: (script14294150751122129033250$_run_closure1) values: [script14294150751122129033250$_run_closure1@6e59349f] Possible solutions: getMetadata(), getState(), setState(java.lang.Object), metaClass(groovy.lang.Closure)
Is there something I need to tweak/edit to get this to actually save?
Thanks for all your help! Sorry in advance if itās something simple Iām overlooking!
I just purchased the v1 for 25 off of amazon figured it was cheap enough to see if it would see my hub from the CB box, just wondering Iām only getting Watts KWH stays 0.000 is anyone else having the same issue???
Check out this code ā this is the device type code Iām using that works with my Hemv1 hardware. The only issue Iām having now is itās only updating values once every 5 minutes vs every 20 seconds.
Still only showing me wattage and a second one I bought doesnāt seem to work at all. Maybe there both defective hard to believe but Iām ordering a 3rd one just to see if the one that shows nothing is badā¦
I could be wrong, but I donāt think itās the device. If itās showing you the Wattage in Watts, thatās instantaneous power. I think the device type samples that power (every 20 seconds, every minute, etc) and is supposed to automatically calculate the running total energy for the month in kWh.
At the end of the month, you reset the device and it resets the kWh back to zero and starts growing again. From kWh you can estimate your cost (i.e. 12-15 cents per kWh typically I believe).
Does that make sense? So it sounds like your hardware is working fine. Itās something with your device type? Maybe try deleting everything, starting it again and letting it run overnight?