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

[feat] ZME_UZB1 to change RF region

Open chorus12 opened this issue 4 years ago • 5 comments

I am using ZME_UZB1 stick which is capable of changing the RF region (and it works fine for close frequencies like EU and Russia). When calling a code to change the RF region const region = await driver.controller.getRFRegion(); get response: Error while calling api driverFunction: Your hardware does not support getting the RF region! (ZW0105) Please advise if that can be fixed via configuration. Thanks.

chorus12 avatar Nov 26 '21 20:11 chorus12

cc @AlCalzone

robertsLando avatar Nov 29 '21 14:11 robertsLando

This is working as intended. The error message clearly states that changing the region is not supported by the stick.

If your stick does support it, I'll need to see some documentation stating/explaining it.

AlCalzone avatar Nov 29 '21 15:11 AlCalzone

Techsheet - https://z-wave.me/products/uzb/ with info on freq change, and the scirpt - https://z-wave.me/download/changezwf.sh Does it make sence?

chorus12 avatar Dec 01 '21 13:12 chorus12

I see. That stick uses proprietary commands to access the functionality. We don't support these yet, but I could document how to issue them anyways, similar to controlling the LED on Aeotecs Gen5 stick.

AlCalzone avatar Dec 01 '21 14:12 AlCalzone

Relevant: https://github.com/zwave-js/zwave-js/issues/1245#issuecomment-2866317786

AlCalzone avatar May 09 '25 12:05 AlCalzone