Cannot open http://192.168.1.38:8083
Posted: 26 Mar 2018 00:09
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
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