UZB frequency

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
zwaFisher
Posts: 25
Joined: 12 Jul 2020 13:53

UZB frequency

Post by zwaFisher »

Hi,
Has oneone had an issue with their UZB frequency?
I'm from Australia (921Mhz). Just transferred my UZB from Windows PC to Rasperry and found (among other issues) that now I'm allowed to choose between EU, RU, IN and CN frequencies only.
What the?

Image
Attachments
Frequecny.png
Frequecny.png (38.95 KiB) Viewed 13680 times
zwaFisher
Posts: 25
Joined: 12 Jul 2020 13:53

Re: UZB frequency

Post by zwaFisher »

Found this topic
https://forum.z-wave.me/viewtopic.php?f ... ncy#p88690

Apparently, if you need to change your region use this command:
http://IP:8083/JS/Run/zway.ZMEFreqChange(XXX)
where
IP - your IP :)
XXX - your region

Regarding region. It is not straightforward. I it described in their manual:

Function Class ZMEFreqChange
Syntax: ZMEFreqChange(freq, successCallback = NULL, failureCallback = NULL)
Description: Change Z-Wave.Me Z-Stick 4 frequency. This function is specific for Z-Wave.Me hardware
Parameter freq: 0x01 RU. 0x02 IN. 0x03 US. 0x04 ANZ. 0x05 HK. 0x06 CN. 0x07 JP. 0x08 KR. 0x09 IL. 0x0A
MY. 0xFF request current frequency (ZME firmwares prior to 5.03 don’t support this feature)

For me (Australian region) command looked like:
http://localhost:8083/JS/Run/zway.ZMEFreqChange(4)

Important would be to say that for some reason it may compain that you need to login first. Well, try use this command from the same browser window/tab where you already logged into zway. Goodluck.
canuckcam
Posts: 2
Joined: 08 Sep 2018 07:47

Re: UZB frequency

Post by canuckcam »

THANK YOU!!!! I wish the instructions were more accessible.

I was able to change my UZB to US region frequency with http://localhost:8083/JS/Run/zway.ZMEFreqChange(3)
- for anyone else read this, it seems as if the command was successful, return is simply "null".

Oddly enough Z-Way's display changed once I updated the dongle. How helpful.
Screenshot 2023-11-20 at 2.05.54 AM.png
Screenshot 2023-11-20 at 2.05.54 AM.png (12.99 KiB) Viewed 11362 times
to
Screenshot 2023-11-20 at 2.12.06 AM.png
Screenshot 2023-11-20 at 2.12.06 AM.png (13.81 KiB) Viewed 11362 times
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: UZB frequency

Post by PoltoS »

Turning Debug mode on the Network > Controller Info tab would allow to see all buttons for the frequency change. By default only similar frequencies are show to prevent people trying US on a EU antenna and vice versa
Post Reply