Yup, the issue appeared in 2.2.1, and I raised this at the time as I had exactly the same errors.
As reported here
I contacted HE and was advised that this line
def cmd = zwave.parse(description)
needs to be:
def cmd = zwave.parse(description, [0x60:3])
Which is what resolved it for me.
I'm just wondering if upgrading again, and hitting the save prefs may help this?
Its almost as if the new code hasn't taken effect?
And my apologies @james.fischer as this is now way off topic Sorry.