Pi model 3B + Stretch + RaZberry2

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
lordchilli
Posts: 2
Joined: 30 Jun 2018 00:49

Pi model 3B + Stretch + RaZberry2

Post by lordchilli »

Hi everyone,

i also had problems with RaZberry2 and the Pi model 3b (stretch)

According to the sticky I installed:

Code: Select all

wget -q -O - support.zwave.eu/libs | sudo bash
and

Code: Select all

wget -q -O - razberry.z-wave.me/install | sudo bash
I'm afraid it didn't work. From the log:
2018-06-13 18:01:55.198] [D] [zway] SENDING: ( 01 03 00 07 FB )
[2018-06-13 18:01:55.399] [zway] Job 0x07 (Get controller info and supported function classes): No ACK received before timeout
[2018-06-13 18:01:55.399] [W] [zway] Job 0x07 (Get controller info and supported function classes) dropped: too many resends
[2018-06-13 18:01:55.399] [D] [zway] Job 0x07 (Get controller info and supported function classes): fail

After googling a lot i found this:
  • Disable Bluetooth manually on RPI3B
    Open the /boot/config.txt

    Code: Select all

    sudo nano /boot/config.txt
    At the end add the line:

    Code: Select all

    dtoverlay=pi3-disable-bt
    Save file: exit with ctrl-O, select Yes
  • We also need to run to stop BT modem trying to use UART

    Code: Select all

    sudo systemctl disable hciuart
    After this: REBOOT
  • set the correct baudrate

    Code: Select all

    stty -F /dev/ttyAMA0 9600


Now it works for me :-)

Credits: https://openenergymonitor.org/forum-arc ... 12311.html and https://www.raspberrypi.org/forums/view ... p?t=139927
DJay
Posts: 8
Joined: 11 Dec 2015 12:18

Re: Pi model 3B + Stretch + RaZberry2

Post by DJay »

Thanks you so much. This worked for me as well.
Appreciate your step by step instruction so a beginner like me could easily handle it.
Z-wave.me Razberry is now working as it should be on my Pi 3 B+ stretch.
Many thanks!
Patrick
Posts: 2
Joined: 16 Jul 2018 21:56

Re: Pi model 3B + Stretch + RaZberry2

Post by Patrick »

Hi,

i have a Pi Modell 2B + Strech + RaZberry2 and i did exactly the same and i have exactly the same behavier.
but the solution above does not work, i think becuase i habe a Modell 2B.

I have tried with baudrate 9600 and 115200..

Thank you very much in advance
Nolv
Posts: 1
Joined: 13 Aug 2018 21:05

Re: Pi model 3B + Stretch + RaZberry2

Post by Nolv »

Hi,
I have a Pi Modell 3B + Stretch + RaZberry2
I did exactly the same and i have exactly the same behavier.
but the solution above does not work.
I get the message ERR_CONNECTION_REFUSED from my Web browser.
Any other suggestions?
Many Thanks!
pimmen
Posts: 4
Joined: 16 Sep 2018 16:33

Re: Pi model 3B + Stretch + RaZberry2

Post by pimmen »

i have the same issues, get frequent "unable to load data" messages.
Greek
Posts: 1
Joined: 20 Sep 2018 07:11

Re: Pi model 3B + Stretch + RaZberry2

Post by Greek »

i have the same issues, get frequent "unable to load data" messages. model 3B+
User avatar
PoltoS
Posts: 7562
Joined: 26 Jan 2011 19:36

Re: Pi model 3B + Stretch + RaZberry2

Post by PoltoS »

Please provide us remove access to let check this
jr142
Posts: 2
Joined: 18 Oct 2018 12:29

Re: Pi model 3B + Stretch + RaZberry2

Post by jr142 »

I have the same Problem, I changed everything but I have no connection.

According to DJays german manual, he used zwave version 2.3.7 and the latest download from zwave.me is 2.3.8
This is the only difference i can imagine.
jr142
Posts: 2
Joined: 18 Oct 2018 12:29

Re: Pi model 3B + Stretch + RaZberry2

Post by jr142 »

I tried all changes with version v2.3.7 but it isn't working either.

I could imagine that there are some serial port settings to change, could anyone of you discribe your settings?
Or what system are you using?

I'm actually using Raspbian NOOBS V2.8.2
Post Reply