Z-Wave.Me

Contacts

info@z-wave.me

Products & Services

  • RaZberry
  • Z-Uno
  • Z-Way
  • Catalogue
  • Where to buy
  • Support
  • Contacts
Products
  • RaZberry 7
  • Z-Uno
  • Z-Wave.Me Multi-Protocol Controller
  • Z-Station
  • UZB
  • Hub
  • Zniffer / A.R.T.
  • Z-Wave and Zigbee mPCIe adapter
  • Z-Wave.Me NFC reader
  • Z-Wave.Me Z-Wave/Modbus Multisensor
Support
  • Downloads
  • UZB/RaZberry Firmwares
  • Frequently Asked Questions
  • How to report a bug?
  • Serial API commands
  • Zniffer / A.R.T.
  • Tools for Zigbee, Open Thread and Bluetooth Low Energy
  • Controller Web Tools
Z-Way
  • Download Z-Way
  • Integrations
  • Z-Way components support
  • Z-Way version history
  • Z-Way licensing
  • Z-Way license for UZB
  • Develop Quick Intro
  • Z-Way on my Hardware
  • Z-Way API guide
  • Matter Device Commissioning
  • Matter Commissioning Test
Development Tools
Where to buy
  • Become a partner
  • For consumers
About us
  • Contact
  • Reviews
News
  • Subscribe
Custom development
Works With

  • RaZberry
  • Z-Uno
  • Z-Way
  • Catalogue
  • Where to buy
  • Support
  • Contacts
    Products
    • RaZberry 7
    • Z-Uno
    • Z-Wave.Me Multi-Protocol Controller
    • Z-Station
    • UZB
    • Hub
    • Zniffer / A.R.T.
    • Z-Wave and Zigbee mPCIe adapter
    • Z-Wave.Me NFC reader
    • Z-Wave.Me Z-Wave/Modbus Multisensor
    Support
    • Downloads
    • UZB/RaZberry Firmwares
    • Frequently Asked Questions
    • How to report a bug?
    • Serial API commands
    • Zniffer / A.R.T.
    • Tools for Zigbee, Open Thread and Bluetooth Low Energy
    • Controller Web Tools
    Z-Way
    • Download Z-Way
    • Integrations
    • Z-Way components support
    • Z-Way version history
    • Z-Way licensing
    • Z-Way license for UZB
    • Develop Quick Intro
    • Z-Way on my Hardware
    • Z-Way API guide
    • Matter Device Commissioning
    • Matter Commissioning Test
    Development Tools
    Where to buy
    • Become a partner
    • For consumers
    About us
    • Contact
    • Reviews
    News
    • Subscribe
    Custom development
    Works With
  • RaZberry
  • Z-Uno
  • Z-Way
  • Catalogue
  • Where to buy
  • Support
  • Contacts
  • Z-Wave.Me
  • Support
  • ZMESerialUpdater manual
  • Share in Facebook
  • Share in Twitter

ZMESerialUpdater is a tool that allows to manage your UZB or RaZberry (prior to RaZberry 7). To upgrade RaZberry 7 use Z-Way Expert UI

Replace ttyACMxx by the port associated with your UZB/RaZberry (usually it is ttyACM0 or ttyAMA0).

Firmware upgrade

ZMESerialUpdater serialapi_uzbupdate -f firmware_file.bin -d /dev/ttyACMxx

Bootloader and firmware upgrade

ZMESerialUpdater serialapi_uzbupdate -b bootloader.bin -f firmware_file.bin -d /dev/ttyACMxx

Frequency change

ZMESerialUpdater serialapi_uzbupdate -fr RU -d /dev/ttyACMxx

Bootloader and firmware upgrade and frequency change

ZMESerialUpdater serialapi_uzbupdate -b bootloader.bin -f firmware_file.bin -fr RU -d /dev/ttyACMxx

Clean memory

This will eraze all data in the dongle including network and devices information

ZMESerialUpdater serialapi_uzbupdate -с -d /dev/ttyACMxx

Print information on version/license/NVR content

ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyACMxx

Firmwares and bootloaders

Z-Wave.Me firmwares and bootloaders are available from our web site.

The address is https://service.z-wave.me/expertui/uzb/fileURL, where fileURL is the name of the binary file. fileURL can be obtained from the map of available firmwares (click on nodes corresponding to your current version to get the list of possible upgrade files).

Example of updating a RaZberry

# Download the ZMESerialUpdater tool
wget https://z-wave.me/download/ZMESerialUpdater.tgz
tar -zxvf ZMESerialUpdater.tgz 
cd ZMESerialUpdater/arm/
chmod +x ZMESerialUpdater 

# Download firmware upgrade files you need
# To browse files see https://service.z-wave.me/expertui/uzb-stats/versions-graph.html and click on nodes to get file names
wget https://service.z-wave.me/expertui/uzb/bootloader_Razberry_from_05_04_to_8aaa_2MB.bin
wget https://service.z-wave.me/expertui/uzb/UPD_FIRMWARE_Razberry500_from_05_04_to_05_07.bin
wget https://service.z-wave.me/expertui/uzb/UPD_FIRMWARE_Razberry_from__05_07__to__05_17.bin

# Do the update and frequency change
./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 -b bootloader_Razberry_from_05_04_to_8aaa_2MB.bin -f UPD_FIRMWARE_Razberry500_from_05_04_to_05_07.bin
./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 -f UPD_FIRMWARE_Razberry_from__05_07__to__05_17.bin
./ZMESerialUpdater serialapi_freq -d /dev/ttyAMA0 ANZ

# Check
./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 | grep -E "(FREQ|VERSION)"

A script like this can help to automate the process for many UZB/RaZberries:

#!/bin/bash

while true; do
        read -rsn1 -p "Press Escape to stop or any key to continue" ret
        echo
        if [ "$ret" = "$(echo -e '\x1b')" ]; then exit; fi

        # Do the update and frequency change
        ./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 -b bootloader_Razberry_from_05_04_to_8aaa_2MB.bin -f UPD_FIRMWARE_Razberry500_from_05_04_to_05_07.bin
        ./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 -f UPD_FIRMWARE_Razberry_from__05_07__to__05_17.bin
        ./ZMESerialUpdater serialapi_freq -d /dev/ttyAMA0 ANZ

        # Check
        ./ZMESerialUpdater serialapi_uzbupdate -d /dev/ttyAMA0 | grep -E "(FREQ|VERSION)"
done

Get your smart device

Purchase on Amazon US
Purchase on Amazon EU
Order directly

Z-Way mobile app

Z-Way for iOSZ-Way for Android

Z-Way license for UZB

Buy a Z-Way license for your UZB1 dongle in three clicks.

Buy a Z-Way license

Did you know ?

that the RaZberry shield runs on all Raspberry Pi versions that have the GPIO connector such as Raspberry Pi 1, 2, 3 B, 3 B+, 4, CM4 and 5. It is even possible to connect it to an Orange Pi.

Support

Contact Z-Wave.Me support team

Get help

Follow us:

Z-Wave.Me

Smart Systems Distribution Sàrl

info@z-wave.me

Products & Services

  • RaZberry
  • Z-Uno
  • Z-Way
  • Catalogue
  • Where to buy
  • Support
  • Contacts

©  2009 — 2025  Z-Wave.Me

Privacy Policy

We use cookies to compile and aggregate data about site traffic and site interaction so that we can offer better site experiences and tools in the future. Privacy Policy

Получите консультацию специалистов

Ответим в течение 15 минут

CAPTCHA →

Refresh CAPTCHA

Send