node-zwave-js icon indicating copy to clipboard operation
node-zwave-js copied to clipboard

Please expose endpoint 0 for Vision ZL7432

Open TheKorn2 opened this issue 1 year ago • 2 comments

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.

TheKorn2 avatar Feb 13 '24 15:02 TheKorn2

Before I add the PR can you see if this works. (first time using the "compat" section.) zl7432.json

apella12 avatar Feb 14 '24 15:02 apella12

@apella12 That fixes the issue entirely!

TheKorn2 avatar Feb 14 '24 16:02 TheKorn2