And nevermind again Reset fixed a weird null state in state.energyMeterRuntimeStart, so all good now. Now sure how null got in there in the first place though!
I just added an Aeon Smart Switch 6 to my Smart Things collection and am using v 5.2 of the handler. I’m not seeing any reports from the device at all. When I use the generic Z Wave metering switch handler I get readings but I would prefer the additional functionality provided by the @jbisson handler, in particular, I want to monitor current draw.
Is is possible that there are problems because I’ve used different handlers with the device and I need to somehow reset things and avoid anything but the @jbisson handler?
Is the default refresh interval somehow a problem?
I don’t intend to do cost monitoring so I left the costPerKwh undefined. Is that a problem?
My goal is to pull data from the reports and add them to an influxdb database, but since I can’t seem to get any reporting at all, I’m stuck.
Actually, I seem to be getting power and energy information but not current and voltage, even though the current and voltage settings are both set to be true. Color me confused.
Reading again, I’m not clear. Are you using the JBISSON handler or not? That’s the only one I’m familiar myself with on this device. On the latter there’s a configure button on the main device page. Tapping that will send settings changes to the device (no message comes back so it looks like nothing happens).
Again, I’ve not used the stock handler. Perhaps it’s not setup for current and voltage.
Yes, I am using the @jbisson handler. I will try the configure button again. I think I’ve done it before, but I will do so again. I’m really confused about why some settings would appear to be honored and others not.
include current: on
include current usage: on
show trace log level: on
show debug log level: on
click save. Click reset, click configure and double touch the icon text at the bottom (you should see app version and some text).
if it still doesn’t work could you paste the logs within https://graph.api.smartthings.com/ide/logs
When I use the Smart Things app on iOS to change to the settings you specified I get an error that says “Oops looks like you need to double check some inputs”.
I’m not sure what causes that issue, I was however able to change the settings from the relevant device page on smartthings.com.
I decided to exclude the device and then add the device back to the collection. It seems to be working now. I don’t understand the “oops you look like you need to double check” error. I cannot configure the device using the iOS app but am able to accomplish what I need from the smarthings.com site.
Doesn’t seems to have any errors. When you try to save and you get an error, could you go down and fill all the required field? Don’t leave any empty field, it could be validation issues.
First, let me say thank you for a handler that allows me to disable the switch. I want to use a couple of these on appliances like a freezer and refrigerator to monitor power but was afraid of making an expensive mistake and accidentally turning the switch off. I see that you modified the DTH for the DCS06106 a few days ago. When I tried create the DTH from code in SmartThings, I received a compile error. There is a closed parenthesis on line 485 before the closed quote after minimumChangePercent that should be after the quote. After I moved the parenthesis, I was able to compile the DTH and so far it is working fine for me. Thanks again!