Cannot open http://192.168.1.38:8083

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
Jison_bison
Posts: 3
Joined: 25 Mar 2018 23:31

Cannot open http://192.168.1.38:8083

Post 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
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: Cannot open http://192.168.1.38:8083

Post 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
Jison_bison
Posts: 3
Joined: 25 Mar 2018 23:31

Re: Cannot open http://192.168.1.38:8083

Post 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?
enbemokel
Posts: 482
Joined: 08 Aug 2016 17:36

Re: Cannot open http://192.168.1.38:8083

Post by enbemokel »

Did you modifiy some libaries, you may found it here in the forum, to get it work with stretch?
User avatar
aLiEnHeAd
Posts: 136
Joined: 02 Feb 2017 15:09

Re: Cannot open http://192.168.1.38:8083

Post 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
Jison_bison
Posts: 3
Joined: 25 Mar 2018 23:31

Re: Cannot open http://192.168.1.38:8083

Post 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!!!
User avatar
aLiEnHeAd
Posts: 136
Joined: 02 Feb 2017 15:09

Re: Cannot open http://192.168.1.38:8083

Post by aLiEnHeAd »

Great! But why did you install rc2 instead of the released version ?
Post Reply