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

feat(config): add Zooz - Wall Remote - Zen37 800LR

Open zackbcom opened this issue 1 year ago • 3 comments

Changes

  • PR for Zooz 800 Series Z-Wave Long Range Wall Remote ZEN37 800LR (Battery Powered)
  • 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.
    • image
    • image

zackbcom avatar Dec 29 '23 18:12 zackbcom

@AlCalzone anything I can do to help push this along?

zacs avatar Feb 05 '24 23:02 zacs

@zacs I have been sick. If you want to finish the MR, feel free.

zackbcom avatar Feb 06 '24 00:02 zackbcom

@zacs @AlCalzone Ready for review.

zackbcom avatar Feb 10 '24 06:02 zackbcom

any chance of getting this reviewed/merged soon?

eric10k93 avatar Mar 04 '24 23:03 eric10k93

I too would love to see this reviewed and merged. Up-vote here.

l3arcf avatar Mar 17 '24 17:03 l3arcf

Waiting with bated breath for this to be merged. 🤞

drewmcdowell avatar Mar 22 '24 21:03 drewmcdowell

Hey guys, any chance you could complete this before the end of the month?

justinsanker avatar Mar 27 '24 23:03 justinsanker

Did a few cleanup changes, otherwise looks good. I'm awaiting confirmation from Zooz about the association groups - they might not be necessary.

AlCalzone avatar Apr 10 '24 09:04 AlCalzone