HA Z-Wave trigger, Message malformed: Value x-32-0-currentValue can't be found on node Node(node_id=x) #6575
Replies: 3 comments 1 reply
-
👋 Hey @nmpu! Thanks for opening an issue! It doesn't look like you provided a logfile though. While not strictly necessary for every issue, having a driver log on loglevel debug is required to diagnose most issues. Please consider uploading a logfile that captures your problem. As a reminder, here's how to create one: |
Beta Was this translation helpful? Give feedback.
-
I also have 14294/ZW3005 and 39455/ZW4005 which use the event property. These do not fail on startup. Is there some underlying architectural difference? Is it possible that historical feature requests have followed rabbit trails to different camps? Since the currentValue method doesn't work now and likely never has, I'd vote for grouping all similar devices under the event umbrella. currentValue also tells you whether the previous double-tap was up or down. Who cares? On a side note. you'll see that I've placed an 'x' under subtype. It's a required parameter with no apparent affect?
|
Beta Was this translation helpful? Give feedback.
-
Events are supported for GE double taps by setting the The device can also be auto-enrolled into Group 3 during interview by manually setting the Be aware that this project is currently in a temporary maintenance mode, so your issue will probably not be addressed immediately: #6521 If you're using Z-Wave JS UI, you can modify the device config file and add it to the store config directory: https://zwave-js.github.io/zwave-js-ui/#/device-support/custom-device-files, which will let you test the implementation locally. Details about device config files are at https://zwave-js.github.io/node-zwave-js/#/config-files/overview. If you get it working, consider contributing the updated config file with a PR. |
Beta Was this translation helpful? Give feedback.
-
Checklist
I have read and followed the above instructions
I have checked the troubleshooting section and my problem is not described there.
I have read the changelog and my problem was not mentioned there or the fix did not work.
Describe the issue
I'm trying to use x-32-0-currentValue to trigger a HA automation based on double-tap. The current trigger device is a Z-Wave 14318/ZW4005. I've associated group 3 (double-tap) with the hub. I can always see the events coming through on debug. Everything works as expected, but you have to prime the pump. The HA trigger always fails to initialize on startup.
Once I go double-tap the switch and then disable and enable the automation, it works. This sure seems like an initialization issue. Maybe I'm just lucky this works at all. Is there a better way to catch the double-tap?
Software versions
No response
Device information
No response
Checklist
I made sure to provide a driver log on level debug.
The log includes a re-interview of the problematic device (if applicable).
The log includes the problematic interaction with the device (if applicable).
I provided the node ID of the problematic device (if applicable).
Upload Logfile
No response
Beta Was this translation helpful? Give feedback.
All reactions