Problem during Zwave install

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
aam
Posts: 3
Joined: 24 Sep 2017 14:49

Problem during Zwave install

Post by aam »

Hi All,

I have a problem during install of Zwave on my Raspberry Pi3, here's the log in /var/log/z-way-server.log.

[2017-09-24 10:47:59.957] [core] Executing script: /*** Z-Way Home Automation Engine main executable ***************************** ...
[2017-09-24 10:47:59.961] [core] Executing script: // Comon utilities and functions ...
[2017-09-24 10:47:59.968] [core] Executing script: // This script transforms old formats to new ...
[2017-09-24 10:48:00.038] [core] Executing script: /*! EventEmitter2 https://github.com/hij1nx/EventEmitter2 Copyright (c) 2013 hij1nx Licensed under the MIT license.*/ ...
[2017-09-24 10:48:00.059] [core] Executing script: // Underscore.js 1.7.0 http://underscorejs.org (c) 2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors ...
[2017-09-24 10:48:00.084] [core] Executing script: /*! Papa Parse v4.1.2 https://github.com/mholt/PapaParse */ ...
[2017-09-24 10:48:00.116] [core] Executing script: /* @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */ ...
[2017-09-24 10:48:00.136] [core] Executing script: // BAOS_API_2011_01_29_001 ...
[2017-09-24 10:48:00.137] [core] Executing script: // Converts IntelHex into binary 128 kB file ...
[2017-09-24 10:48:00.138] [I] [core] Executing script: // Public domain version of Base64 encoder/decoder found somewhere in the Internet ...
[2017-09-24 10:48:00.144] [I] [core] Executing script: //--------------------------------------------------------------------- ...
[2017-09-24 10:48:00.161] [I] [core] Executing script: /* ...
[2017-09-24 10:48:00.164] [I] [core] Executing script: /*** Z-Way HA Virtual Device base class *************************************** ...
[2017-09-24 10:48:00.167] [I] [core] Executing script: /*** Z-Way DevicesCollection class ************************************ ...
[2017-09-24 10:48:00.190] [I] [core] Executing script: /*** Z-Way HA Controller class module ***************************************** ...
[2017-09-24 10:48:00.193] [I] [core] Executing script: /*** Automation Webserver Auth Controller ************************************* ...
[2017-09-24 10:48:00.194] [I] [core] Executing script: /*** Z-Way HA Automation module base class ************************************ ...
[2017-09-24 10:48:00.195] [I] [core] Executing script: /*** Initialize Webserver and Handlers ***************************************** ...
[2017-09-24 10:48:00.203] [E] [core] result: Error: ReferenceError: WebServer is not defined
at automation/Webserver.js:10:10
at automation/main.js:74:5
[2017-09-24 10:48:00.205] [E] [core] result: Error: Error: Uncaught ReferenceError: WebServer is not defined
at Error (native)
at automation/main.js:74:5



Does anyone have an idea about this issue and how to solve it?

Thanks
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Problem during Zwave install

Post by Z-Wave Support »

Hello,

which Raspian do you use? Jessi or Strech?

Best regards
Z-Wave Support
aam
Posts: 3
Joined: 24 Sep 2017 14:49

Re: Problem during Zwave install

Post by aam »

It's a strech (the one provided with the device), should it work or do I have to use another image?

pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Many thanks
User avatar
Z-Wave Support
Posts: 353
Joined: 21 Oct 2016 15:49

Re: Problem during Zwave install

Post by Z-Wave Support »

Hello,

Z-Way is current not running with Stretch.

regards
Z-Wave Support
aam
Posts: 3
Joined: 24 Sep 2017 14:49

Re: Problem during Zwave install

Post by aam »

Hi Support,

Thanks for your help, I have installed Jessie & now it works!

Thanks again
ray
Posts: 2
Joined: 03 Apr 2018 21:45

Re: Problem during Zwave install

Post by ray »

Is stretch supported yet? I'm new to raspberry and I can't even find a jessie version of raspian. Seems the only have stretch there now.

Ray
miguelep
Posts: 2
Joined: 14 Nov 2018 10:20

Re: Problem during Zwave install

Post by miguelep »

I have installed strech raspbian in mi raspberry pi 3b+, this Linux soported z-wave.me model ZMEEUZB1 ?

Thanks
User avatar
ronie
Posts: 58
Joined: 29 Jun 2015 09:50

Re: Problem during Zwave install

Post by ronie »

Hi,

the problem with Stretch is fixed.
You should be now able to install Z-Way also on Debian Stretch by executing the command

Code: Select all

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