which port needed to bind Z-Wave ZMEERAZ2 module?

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Scoo
Posts: 1
Joined: 14 Jan 2023 16:41

which port needed to bind Z-Wave ZMEERAZ2 module?

Post by Scoo »

hi,
i just installed the zwave-me server on my raspy B2 an have a Z-Wave ZMEERAZ2 Z-Wave.Me RaZberry 2 Module.

The server always tells me to proof, if the controller is connected an the correct port in the app is set.
The message gives me following possible ports:
UZB: '/dev/ttyACM0', RaZberry Shield: '/dev/ttyAMA0', UZB-Windows: '\\.\COM3', Z-Stick: '/dev/ttyUSB0', embedded boxes: '/dev/ttyS0' or '/dev/ttyS1'

in the app "Z-Wave Network Access" -
i tried the ttyACM0 and the ttyAMA0 and the versions with "/dev/ttyAMA0" but nothing works for me.
Z-Wave.png
Z-Wave.png (60.05 KiB) Viewed 1116 times
i found a hind, to check the port via terminal, i tryed "grep" command and got following:
(the other ports led to a blank output line

pi@homebridge:/var/lib/homebridge $ dmesg | grep ttyAMA0
[ 3.722589] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
grap.png
grap.png (33.16 KiB) Viewed 1116 times
Can anyone help me an tell, what i'm doing wrong?
lanbrown
Posts: 302
Joined: 01 Jun 2021 08:06

Re: which port needed to bind Z-Wave ZMEERAZ2 module?

Post by lanbrown »

Did you make the changes to the config.txt file located in /boot

It depends on the which Pi you're using but it should be something like these:

Code: Select all

dtoverlay=miniuart-bt
or

Code: Select all

dtoverlay=pi3-miniuart-bt
Post Reply