Page 1 of 1

Cannot open http://192.168.1.38:8083

Posted: 26 Mar 2018 00:09
by Jison_bison
Hi,
I just bought a Raspberry PI 3 and a Z-WAVE.ME RAZBERRY2 EU GEN5.
Getting the PI up and running, inserting the RAZBERRY card and installing Z-WAVE.ME went, as far as I could see, fine!

When I go to find.z-wave.me my Z-Way is identified and I can see two links to my PI, http://192.168.1.38:8083 (LAN) and http://192.168.1.37:8083 (WLAN).

But none of the links take me to Z-way, I just get a message that the page cannot be loaded!

My Linux experience is limited to say the least, so I am really struggling to try to identify the issue!
I tried to run wget from the terminal to see if my router was blocking the traffic on port 8083 for some reason, but as far as I can see, that is not the issue.

wget http://192.168.1.37:8083
--2018-03-25 22:59:24-- http://192.168.1.37:8083/
Connecting to 192.168.1.37:8083... failed: Connection refused.

wget http://localhost:8083
--2018-03-25 22:59:44-- http://localhost:8083/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:8083... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:8083... failed: Connection refused.

If this was a windows machine I would have verified that the software (Z-way) is actually installed correctly and that the service is running... But I don't know how to do this on Linux...

Anybody got a few commands I could use to verify that everything is actually installed and working?

Thx a lot in advance,

//Jocke

Re: Cannot open http://192.168.1.38:8083

Posted: 26 Mar 2018 01:27
by PoltoS
OS? Z-Way version?

Have you tried to look in the log? Or run Z-Way in the console and check for the output

Re: Cannot open http://192.168.1.38:8083

Posted: 26 Mar 2018 10:03
by Jison_bison
Hi,
OS = Raspbian GNU/Linux 9 (stretch)
Z-Way = I guess the latest? I used "wget -q -O - razberry.z-wave.me/install | sudo bash"

I am embarrassed to say, but where can I find the log?

Re: Cannot open http://192.168.1.38:8083

Posted: 26 Mar 2018 12:44
by enbemokel
Did you modifiy some libaries, you may found it here in the forum, to get it work with stretch?

Re: Cannot open http://192.168.1.38:8083

Posted: 26 Mar 2018 13:45
by aLiEnHeAd
z-way-server.log is in /var/log
To install Z-Way in Stretch have a look here:
viewtopic.php?f=3417&t=26138

Re: Cannot open http://192.168.1.38:8083

Posted: 26 Mar 2018 22:35
by Jison_bison
Hi,
It is working!!

After running "wget -q -O - http://oldrazberry.z-wave.me/install/v2.3.7-rc2 | sed 's/razberry.z-wave.me/oldrazberry.z-wave.me/g' | sudo bash" instead everything works fine!

Thx a lot for your help!!!

Re: Cannot open http://192.168.1.38:8083

Posted: 27 Mar 2018 09:06
by aLiEnHeAd
Great! But why did you install rc2 instead of the released version ?