node-zwave-js
node-zwave-js copied to clipboard
Please expose endpoint 0 for Vision ZL7432
The Vision ZL7432 has three end points, 0, 1, and 2. 0 and 1 control the same physical device (device 1), but only endpoint 0 supports controller notifications on local changes, while end point 1 does not. See https://opensmarthouse.org/zwavedatabase/112
(Don't ask me why for the love of everything holy there are two endpoints on the same device that do the same thing with varying capabilities.)
Right now only endpoints 1 and 2 are exposed, meaning any local changes (i.e. wall switch changes) are unreported in the UI, forcing polling. Polling bad, mmmmmkay?
I'd like for endpoint 0 to be exposed along with 1 and 2. Really you could hide endpoint 1 entirely and I'd be fine with it, but people who've already built things might get annoyed by that.
Before I add the PR can you see if this works. (first time using the "compat" section.) zl7432.json
@apella12 That fixes the issue entirely!