Just received my replacement from Amazon and it updated and included without a problem. It would be nice if there were a “reset” button on the tile to reset the count back to zero. Right now uninstalled it shows a small usage. But the Gen 1 devices is a “past-end-of-life” item so its not likely to be updated anytime soon ![]()
You talking about something like this:
From Forum User:
I made scene for resetting the meter. Loop code in scene:
– This scene reset the KWH to 0
– once reset, no way back!
local meterID = 296 (change this value)
local kwh = luup.variable_get(“urn:micasaverde-com:serviceId:EnergyMetering1”, “KWH”, meterID)
luup.call_action(“urn:micasaverde-com:serviceId:EnergyMetering1”, “ResetKWH”, {}, meterID)
(I found the code from the forum some years ago, it is working)
[quote=“ServiceXp, post:22, topic:184410”]You talking about something like this:
From Forum User:
I made scene for resetting the meter. Loop code in scene:
– This scene reset the KWH to 0
– once reset, no way back!
local meterID = 296 (change this value)
local kwh = luup.variable_get(“urn:micasaverde-com:serviceId:EnergyMetering1”, “KWH”, meterID)
luup.call_action(“urn:micasaverde-com:serviceId:EnergyMetering1”, “ResetKWH”, {}, meterID)
(I found the code from the forum some years ago, it is working)[/quote]
Thanks, that should do it ![]()
I finished the install of the clamps onto the incoming mains in the breaker box and started getting data … very strange data but data nonetheless. Now to fiddle with the configuration settings to try to get something meaningful ![]()
wow it can be found for $23.99 frees shipping now :o
I’m this close to giving up on it. For the third time in two months it has simply quit reporting data. I’ve removed and it for the second time yesterday, I’ve reset (PARM 255), I’ve run the rest script, nothing has made any difference, it quit again today.
Same here but mine quit reporting weekly. Now it’s sitting in a box not being used.
Sent from my SM-G900V using Tapatalk
You guys are not inspiring me a lot of confidence. I have had mine for about three months and have not had any problem yet. How old was yours when it failed?
Mine quite reporting about a month after installing it. I removed and re-included it and it started up for about another month then quit. It quit again two days ago and I removed and re-included it to no avail. I repeated this the following day and it started up again. It ran until about 11 AM yesterday then stopped again. Again I re-included it yet again and its been running ever since but now I’m not getting “Last Updated” events which I had been using to alert me when it stops reporting. Right now its running and reporting usage data but that’s now … ![]()
Strange, I have not had any of these problems. I have had the bug which had the main unit not updating while the clamps each were updating fine and get’s fixed by forcing a reconfiguration of the device but nothing else. Are you running it on battery or with the USB power?
Mine runs on USB. Is the red LED normally on? mine is recently, it wasn’t when i first installed it
Mine has always been on.
I just bought one of these and hooked it up to my Vera edge, and am getting some pretty… interesting readings.
without being installed onto anything it was reading 640W on each phase, and 1200W total.
Now hooked up with the clamps around each mains wire, it’s showing over 1MW. I have a standard 100A 120V install.
Any ideas?
The option for this specific device was in the add devices page, so it should be supported.
Home Energy Monitor
Watts1150553
KWH56.9020
Home Energy Monitor
Watts506574
KWH24.8340
Home Energy Monitor
Watts650558
KWH32.0680
I found another post with the fix. (adding variable 255, 4byte dec, 0) and then updating, and then removing the variable.