Inovelli NZW37 and platform update 2.2.1?

@ericm
If you get a chance, would you mind taking a look at the NZW37 driver? Commands from the device pages and the outlet itself work for both the parent and children, but the status is not returned.

I noticed in the 2.2.1 release notes, there were changes to multichannel and encapsulation.

Thank you.


Annotation 2020-06-06 092714

1 Like

I just went to use mine and see the same problem on the 2 I have.

Tagging @bcopeland.

def cmd = zwave.parse(description, [0x60:3])

adding 0x60:3 to parse will ensure that it always hits multichannelv3

2 Likes

It’s good practice to put the command class versions in drivers to make sure platform updates don’t cause compatibility issues

3 Likes

Well, thank you guys! Edited line 97 of the driver with:

And it works!

2 Likes

Thanks, seems fine now!

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.