node-zwave-js
node-zwave-js copied to clipboard
feat(config): add Zooz - Wall Remote - Zen37 800LR
Changes
- PR for Zooz 800 Series Z-Wave Long Range Wall Remote ZEN37 800LR (Battery Powered)
- Note, not currently in Zwave Alliance.
- Manual
- Product Site
- Firmware is at 1.0.0 [source]
- Fixes: #6571
Questions
I'm unsure if I need the following snippit of code. Seems like other Zooz devices have this.
"compat": {
// The device sends Configuration CC info reports in 4-byte chunks, causing each query to block the network for roughly 1.5 seconds.
"skipConfigurationNameQuery": true,
"skipConfigurationInfoQuery": true
},
Testing artifacts
- Tested on local UI. Everything looks good.
-
@AlCalzone anything I can do to help push this along?
@zacs I have been sick. If you want to finish the MR, feel free.
@zacs @AlCalzone Ready for review.
any chance of getting this reviewed/merged soon?
I too would love to see this reviewed and merged. Up-vote here.
Waiting with bated breath for this to be merged. 🤞
Hey guys, any chance you could complete this before the end of the month?
Did a few cleanup changes, otherwise looks good. I'm awaiting confirmation from Zooz about the association groups - they might not be necessary.