After days of fiddling around I got mine to work in Hass! I changed lots of stuff and at this point there are probably config items that I don’t really need in in the zwave xml and the configuration.yaml. But it’s working so I’m leaving them for now. Here’s my setup that finally worked:
changed poll_intensity = 1 for first line under COMMAND_CLASS_SENSOR_MULTILEVEL that looks like this
Value type=“decimal” genre=“user” instance=“1” index=“4” label=“Power” units=“W” read_only=“true” write_only=“false” verify_changes=“false” poll_intensity=“1” min=“0” max=“0” value=“1276.990”
“Power Changed” value = 1
“Wattage Threshold” value = 25
“Wattage Percentage Change” value = 10
“Group 1 Reports” value = 6
“Group 2 Reports” value = 6
“Group 3 Reports” value = 6
“Group 1 Interval” value = 10
“Group 2 Interval” value = 20
“Group 3 Interval” value = 30
Like I said, some of this may be redundant and can be removed, but for now it’s working perfectly in Hass.
Thanks @Scott_Johnston! Going to play this weekend and see if I can get it working. Do you by chance have a link to that firmware? I dug and dug on their website and couldn’t find the gen 1 firmware. Thanks again and I’ll let you know if I get mine up and running!
@Scott_Johnston still no joy. Did everything you said and it’s still not updating in HASS. One thing that may be related is that setting the values in the OZWCP they don’t seem to stick. Such as, I set the “Power Changed” to a 1, submit, then on the next refresh it’s back to a 0. Tried many, MANY times to make the value stick but it just will not. I’m thinking this is maybe the issue? Any other thoughts?
I discovered that trying to update the config from the OZWCP for this device never works so I was manually editing the zwcfg.xml file. I would give that a try if you haven’t yet. Be sure to turn Hass off first or you’ll loose your changes.
I’ve attached the zwcfg.xml entries for that device in case you want to reference it.
thanks @Scott_Johnston this info and the sample config worked for me.
Now instead of no data, I have an abundance.
I assume the data is doubled for readings from each leg.
thanks again
what I did:
copied and pasted your node example over the current using and xml editor, then changed the node id and added a name. (while I was in there I added names to the rest of my wave devices)
now i have nice wave name devices showing up in HA.
@Scott_Johnston nailed it! Looks like manually tweaking the values in the xml resolved the issue. Now to update and tweak the other 3. Really appreciate it!!!
@Smith you have to stop HA, make the change, then start HA. If you try to change the config file while it’s running it will always revert back when you restart.
@danodemano Thanks, but that hasn’t worked either. When I stop HA, change zwcfg and then restart HA, I log in and can see the DSB09104 values updated… they look great. But within seconds, all values revert back and I see that the zwcfg file has also switched back.
I just had a huge breakthrough with this device, so let me share what I found. I have seen examples that say set it to “12” or some other low value, but I wanted reports from the individual legs as well as the HEM totals. I pored over the HEM G1 manual, reminded myself how to get byte values from individual configuration bits, wrote a quick spreadsheet, then entered in the values for my desired configuration. I entered the resultant value into Parameter 101 in the Z-Wave Manager > Node Management > Node Config Options drop-down list, hit the Set Config Parameter, changed Parameter 111 (update interval) to 30 (seconds), and watched my HEM card in the States display jump to life!
I had previously set the HEM to “Basic” report level, and I am on firmware 3.64
After reading all this, and trying every possible way, I was able to finally understand how to get the readings I wanted. but the problem with auto reporting still persist. It only reports when I restart HA or reboot Pi.
any development on this?
I have GRP1 (101) set to - 1794 ( for total reading of Watts and kWh on clamps 1 and 2)
I have GRP2 (102) set to - 14337 (for total reading of Voltage and Amps on clamps 1 and 2)
I have GRP3 (103) set to - 0
Can someone tell me what each sensor represents? I have three that show the same thing (and change every 30 seconds), then the #2 sensor shows a higher value that never updates. Thanks.
it all depends on how you add you reading to, follow this setup
for example:
if you want it just to read total kWh and Watts, you would have to add decimal value 1 + decimal value 2. and put the total (3) in the value setup of parameter 101 in your xml file.
that way when you restart HA only those sensors will appear on your “States” in HA.
the reason you getting a bunch of sensor its because you using the standard xml setup
I’m still confused as to the difference between group 1, 2, and 3 reports. I just want a sensor to show watts for each of the two clamps and then a total (I could do a template sensor if I have to).
So would I just set Group 101 reports to 770 (2 + 256 + 512)?
the reading is just that. you can have up to 3 different reading if you want, or just use one. in my case I only use grp one and 2… group one to show total reading and grp2 to show separate reading for clamp 1 and 2.
as for you question… no, you dont need the other grps if you dont want to.
the problem most of us are having is the report and actual reading, it is not refreshing for most us, only when we restart HA or reboot the whole thing
I finally got mine installed the other day and used @Scott_Johnston’s configs here:
But for some reason, I can’t change it from battery to USB even though it’s plugged in. I thought it might be because I had the batteries in it as well (originally thinking this was for backup) but when I go to OZWCP the option to switch from battery to USB is greyed out and so mine spends most of it’s time sleeping.
I’m starting to wonder if this is the reason it was being sold so damn cheaply.