I updated to firmware 3.64 as it did not say was for v1 verse v2. It updated but after doing so the numbers got huge? I am just guessing but seems like to get to more realistic values have to bring down 2 decimal places (i.e. value / 100)?
I added this line to the config function: zwave.configurationV1.configurationSet(parameterNumber: 255, size: 4, scaledConfigurationValue: 1).format(),
What does it do? It sets all parameters to the factory default. Seems like after upgrading or downgrading the firmware, some parameters become… wrong or missing. This fixed it for me.
##Note if you have this problem on HEMv2:
Change size:4 to size:1, so that the line reads like this: zwave.configurationV1.configurationSet(parameterNumber: 255, size: 1, scaledConfigurationValue: 1).format(),
I just want to repeat what was pointed out by another ST member over on a different thread. After you’ve included the config reset argument and the HEM has been reset to factory, the line needs to be commented out or removed all together. Otherwise, all other customized device settings like polling interval will be effectively ignored.
Erik, I know this thread is waaaaaay old but do you think it’s okay to upgrade firmware on HEM V1 as long as afterwards I add the above line to reset config? Or, maybe a better question is, will upgrading V1 HEM firmware gain anything (accuracy, features, etc) anyway?
Speaking from experience and doing this myself - nope. I have the latest firmware, but every so often I’ll get a reading like 12472634590W (or something gigantic like that), which is what I thought the firmware should have resolved. Yes, I also did the reset to factory default.
I also have this happening on the Aeon Smart Switch (gen 1):
Speaking of HEM, have you noticed by any chance your HEM reading higher in the past several weeks? I have not done anything differently or added new electronic devices, but I noticed that reading jumped from 300s in standby to 900s. I haven’t actually started any investigations, yet.
Yes, only because my daughter is back from college and she’s plugged all her crap back in. Typically I’m in the mid-300’s range, and with a few more things plugged in, I’m still in the high 300’s.
I found the problem! It appears that I have accidentally turned on my heat pump’s fan, instead of keeping it on auto. Fat fingered the settings on the t-stat DTH UI. I cannot believe how much power this thing uses… It’s nice to have a HEM. I would not have noticed the accident.
Agreed that I have been using @johnconstantelo for over a year and this post just let me know that an updated version was available . Once questions for you John, any idea why Configure might not be working on Android?
I hadn’t updated my DH in a while and updated to the latest. I seem to be having some display issues. The font is tiny and I don’t see a max value - shouldn’t it be there? Also can’t see the dates for the reset line
When you mean not working, do you mean it’s not changing the parameter values to what you set under Preference? This is what Live Logs should show when you tap on Configure: