Page 1 of 1

no ip adress install on pi

Posted: Monday 26 December 2022 14:08
by badair
when i install domoticz , i don't get an ip adress. any idea?
The Pi has an working static ip address.

Is there an config file i can change?

Re: no ip adress install on pi

Posted: Monday 26 December 2022 17:37
by willemd
When you log in into the Pi and type "ifconfig" at the command line, you will see the IP address of your Pi at the second line after wlan0, starting with inet (if it is connected via wifi).
Just put the IP address in front of the port number 8080, separated by a colon ":' and that will be the complete address for domoticz.

Re: no ip adress install on pi

Posted: Tuesday 27 December 2022 10:02
by badair
willemd wrote: Monday 26 December 2022 17:37 When you log in into the Pi and type "ifconfig" at the command line, you will see the IP address of your Pi at the second line after wlan0, starting with inet (if it is connected via wifi).
Just put the IP address in front of the port number 8080, separated by a colon ":' and that will be the complete address for domoticz.
The Pi has an working ip address, static ip address, this address doesn't work.

Re: no ip adress install on pi

Posted: Tuesday 27 December 2022 11:23
by sailmich
@badair
According to your screenshot of your domoticz installation is domoticz installed! What is the message when you write http://yourstaticipadress:8080 into Firefox or chrome or edge ......?

Re: no ip adress install on pi

Posted: Tuesday 27 December 2022 13:18
by badair
sailmich wrote: Tuesday 27 December 2022 11:23 @badair
According to your screenshot of your domoticz installation is domoticz installed! What is the message when you write http://yourstaticipadress:8080 into Firefox or chrome or edge ......?
1x2 1x8 XX XX refused to connect.
127 0 0 1 refused to connect.

Re: no ip adress install on pi

Posted: Tuesday 27 December 2022 14:21
by FireWizard
Hi,

Follow the procedure described at: https://www.domoticz.com/wiki/Lost_Username_Password.

Let us know.

Regards

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 10:55
by badair
FireWizard wrote: Tuesday 27 December 2022 14:21 Hi,

Follow the procedure described at: https://www.domoticz.com/wiki/Lost_Username_Password.

Let us know.

Regards

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 11:10
by Sjonnie2017
Almost looks like you built from source. Did you?

It seems your pi is missing some packages. glibc springs to mind. What if you install the required packages?

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 11:14
by waltervl
Is it on a fresh RPi OS? If yes, what OS is it? Seems like you are using a very old or a very new OS.

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 11:28
by willemd
The instructions are with 3 times w, you typed 2x w.

-nowwpwd instead of -nowwwpwd

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 13:52
by badair
Sjonnie2017 wrote: Wednesday 28 December 2022 11:10 Almost looks like you built from source. Did you?

It seems your pi is missing some packages. glibc springs to mind. What if you install the required packages?
I used the easy instal from domoticz.com

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 14:06
by badair
willemd wrote: Wednesday 28 December 2022 11:28 The instructions are with 3 times w, you typed 2x w.

-nowwpwd instead of -nowwwpwd
same result

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 14:21
by badair
waltervl wrote: Wednesday 28 December 2022 11:14 Is it on a fresh RPi OS? If yes, what OS is it? Seems like you are using a very old or a very new OS.
linux 4.19.66

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 14:36
by Sjonnie2017
Your kernel (mid 2019) corresponds to "Stretch" which is pretty outdated. Should you wish to update you could try:

Code: Select all

sudo apt update
sudo apt full-upgrade
sudo reboot

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 14:38
by FireWizard
Hi,

Kernel 4.19.66 dates back to August 2019.
So this is more than 3years old!!!

What distribution is this? And on what device are you running this kernel?

Regards

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 14:47
by Sjonnie2017
FireWizard wrote: Wednesday 28 December 2022 14:38 Hi,

Kernel 4.19.66 dates back to August 2019.
So this is more than 3years old!!!

What distribution is this? And on what device are you running this kernel?

Regards
Pi 3B (+?)
Raspbian Stretch

Re: no ip adress install on pi

Posted: Wednesday 28 December 2022 17:06
by badair
solved it , new os.

thanks to all