Page 1 of 1
No connection with Domoticz
Posted: Friday 22 December 2017 17:42
by Armand0
Today I downloaded and installed Domoticz on my Raspberry Pi.
Installation was done 'the easy way' using "curl -L install.domoticz.com | sudo bash".
After installation I can not connect to the webpage to configure Domoticz. The webpage is not found. Restarting did not help, network connection is not the problem because i am able to log in with Putty.
I have some basic Linus knowledge but I'm lost right now and don't know what to do to get things working.
Re: No connection with Domoticz
Posted: Friday 22 December 2017 17:55
by BakSeeDaa
Armand0 wrote: ↑Friday 22 December 2017 17:42
Today I downloaded and installed Domoticz on my Raspberry Pi.
Installation was done 'the easy way' using "curl -L install.domoticz.com | sudo bash".
After installation I can not connect to the webpage to configure Domoticz. The webpage is not found. Restarting did not help, network connection is not the problem because i am able to log in with Putty.
I have some basic Linus knowledge but I'm lost right now and don't know what to do to get things working.
1) What URL did you try to open?
2) What is the IP address of your Domoticz host?
Re: No connection with Domoticz
Posted: Friday 22 December 2017 21:56
by Armand0
I did try both addresses
http://192.168.178.111:8080
https://192.168.178.111:443
Hence the IP address is 192.168.178.111
Re: No connection with Domoticz
Posted: Saturday 23 December 2017 9:10
by BakSeeDaa
Is the Domoticz service up and running?
If not, try to start it
and check status again.
If it fails to start as a service, try to start it manually and see if you get any messages that might tell you why it isn't starting
Did that help?
Re: No connection with Domoticz
Posted: Saturday 23 December 2017 9:25
by CaesarPL
I am 99% sure that it’s ssl issue and was described here 100 times...
Re: No connection with Domoticz
Posted: Saturday 23 December 2017 13:50
by Armand0
BakSeeDaa wrote: ↑Saturday 23 December 2017 9:10
Is the Domoticz service up and running?
If not, try to start it
and check status again.
If it fails to start as a service, try to start it manually and see if you get any messages that might tell you why it isn't starting
Did that help?
I get an errormessage:
"Error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory"
So it seems to be the famous (but unknown to a newbe like me) ssl issue. Is there a link to a solution available?
::edit
Downloaded the .deb file and placed it on the sd-card. Installed it and can connect now!
Thanks for pointing me in the right direction...
::/edit