Page 1 of 2

Raspberry Stretch Support

Posted: 03 Jun 2018 09:21
by temp
IS IT planned?

Re: Raspberry Stretch Support

Posted: 04 Jun 2018 11:04
by Muramat
Dear all,

I just have a new RPI 3b+ and I cannot install Raspbian Jessie as it not supported, and I have problems running Zway. Any way to make it work? reading the forum seems it is not possible. Any solution?

thanks

Re: Raspberry Stretch Support

Posted: 04 Jun 2018 14:47
by Z-Wave Support
Hello,

Please install the newest Raspian.
Install the newest version of Z-Way

wget -q -O - razberry.z-wave.me/install | sudo bash

and install the following patch:

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

https://forum.z-wave.me/viewtopic.php?f ... ech#p72592

Best regards
z_Wave Support

Re: Raspberry Stretch Support

Posted: 05 Jun 2018 08:37
by temp
IT IS Not working for me....

Re: Raspberry Stretch Support

Posted: 07 Jun 2018 09:30
by añep
In new versions of raspbian, disabled bluethooth manually is neccesary:

Code: Select all

echo "Disbled Bluethooth"
echo "dtoverlay=pi3-disable-bt" >> /boot/config.txt

echo "Remove Configuration Bluethooth Service"
update-rc.d hciuart remove
Due to problems with memory frequency in first boards Raspberry 3B+, rpi-update is neccesary:

Code: Select all

apt-get update
apt-get dist-upgrade
rpi-update
I have a Raspberry Pi 3 B+ with v2.3.7 working successfully.

Regards.

Re: Raspberry Stretch Support

Posted: 08 Jun 2018 10:49
by Muramat
I have made everything possible but I still get:

at the installation of Zway

Stopping mongoose http server
[ ok ] Stopping mongoose (via systemctl): mongoose.service.
Adding mongoose to autostart
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "en_GB.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
Start mongoose http server
[ ok ] Starting mongoose (via systemctl): mongoose.service.
ls: cannot access 'config/zddx/*.xml': No such file or directory
Usage: ./z-cfg-update <filename>
rm: cannot remove '/tmp/zway_install_inittab': No such file or directory
Starting z-way-server
Starting z-way-server: done.
Thank you for using RaZberry!

I the web application
09:43 | "Cannot start Z-Wave binding: Error: Bad data - communication failed"
Cannot instantiate module: MobileAppSupport: TypeError: Cannot read property 'table' of undefined"

Re: Raspberry Stretch Support

Posted: 08 Jun 2018 10:55
by Z-Wave Support
Hello,

what for a controller do you use?

UZB or Razberry?

Best regards
Z-Wave Support

Re: Raspberry Stretch Support

Posted: 08 Jun 2018 12:59
by Muramat
Razberry

Re: Raspberry Stretch Support

Posted: 12 Jun 2018 09:42
by Gema
I have a Raspberry Pi 3 B+ with v2.3.7 working more
 successfully.

Re: Raspberry Stretch Support

Posted: 13 Jun 2018 20:50
by hansch
I have the same error ( pi3b+ and module 2:

[2018-06-13 18:01:54.784] [D] [zway] Opened device: /dev/ttyAMA0
[2018-06-13 18:01:54.784] [D] [zway] Worker thread successfully created
[2018-06-13 18:01:54.784] [D] [zway] Worker thread entry point
[2018-06-13 18:01:54.785] [zway] Adding job: Get controller info and supported function classes
[2018-06-13 18:01:54.794] [D] [zway] SENDING: ( 01 03 00 07 FB )
[2018-06-13 18:01:54.996] [zway] Job 0x07 (Get controller info and supported function classes): No ACK received before timeout
[2018-06-13 18:01:54.996] [D] [zway] SENDING: ( 01 03 00 07 FB )
[2018-06-13 18:01:55.197] [zway] Job 0x07 (Get controller info and supported function classes): No ACK received before timeout
[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
[2018-06-13 18:01:55.399] [C] [zway] Get Serial API Capabilities returned zero.
[2018-06-13 18:01:55.399] [zway] Removing job: Get controller info and supported function classes
[2018-06-13 18:01:55.410] [D] [zway] Worker thread exit point
[2018-06-13 18:01:55.410] [D] [zway] Worker thread successfully finished
[2018-06-13 18:01:55.420] [E] [zway] SaveData will not save data since it wasn't loaded. This is to prevent data loss.
[2018-06-13 18:01:55.439] [core] Error: Bad data - communication failed
[2018-06-13 18:01:55.440] [core] Tried 5 times without success. Stopping tries.
[2018-06-13 18:01:55.441] [core] Notification: critical (z-wave): Cannot start Z-Wave binding: Error: Bad data - communication failed


When trying to use ExpertUI, it also start throwing errors and nothing is going to be displayed...

Any idea how to fix?