Page 1 of 1
Raspberry pi 2B install
Posted: Sunday 17 December 2017 9:13
by toon1uk
New install/noob first time installing
On the Raspberry Pi install instruction's asks for Jessie light iso but can I use full desktop version ?you tube video was using noobs pi3
I've install both versions but can't seem to access Domoticz web server address.I setup RPi for Wifi adaptor on 192.168.1.222
Can ping from laptop to .222 and 127.0.0.1 and gateway .254 but SSH from RPi cmd line ping 127.0.0.1 and gateway but not my laptop address 192.168.1.170
On Domoticz install set http and https ,also wifi adaptor address 192.168.1.222
browser
http://192.168.1.222:8080
*Browser responce
Web responce
This site can’t be reached
192.168.1.222 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
What am doing wrong ????? need to change router settings ??? noob helppy??
Would be grateful for on some basic help for install.
Regards Darren
Re: Raspberry pi 2B install
Posted: Tuesday 19 December 2017 21:54
by toon1uk
okay,upgraded to Version: 3.8791 and updates library.Now can see GUI server.
http://www.instructables.com/id/Detect- ... berry-Pi-/
Can see Temperature/Humidity on RPi 2B+.Added to server hardware (see screen capture's).
Can see in device's.
Please help
Re: Raspberry pi 2B install
Posted: Thursday 21 December 2017 6:02
by antwan
Show here output temp and hum off the command line.
Re: Raspberry pi 2B install
Posted: Thursday 21 December 2017 13:56
by Kraai
toon1uk wrote:New install/noob first time installing
On the Raspberry Pi install instruction's asks for Jessie light iso but can I use full desktop version ?you tube video was using noobs pi3
I've install both versions but can't seem to access Domoticz web server address.I setup RPi for Wifi adaptor on 192.168.1.222
Can ping from laptop to .222 and 127.0.0.1 and gateway .254 but SSH from RPi cmd line ping 127.0.0.1 and gateway but not my laptop address 192.168.1.170
On Domoticz install set http and https ,also wifi adaptor address 192.168.1.222
browser
http://192.168.1.222:8080
*Browser responce
Web responce
This site can’t be reached
192.168.1.222 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
What am doing wrong ????? need to change router settings ??? noob helppy??
Would be grateful for on some basic help for install.
Regards Darren
I have the same probleme did you found the solution?
Verstuurd vanaf mijn SM-G930F met Tapatalk
Re: Raspberry pi 2B install
Posted: Thursday 21 December 2017 22:38
by toon1uk
No not yet.Must admit not programmer.Re-installed curl install line,now back to not seeing server gui.Will have install library 1.0.0, i think.Just getting server gui and basic sensor for beginning. This should simple

Re: Raspberry pi 2B install
Posted: Thursday 21 December 2017 22:48
by toon1uk
The link above worked RPI2b for sensor value but does it need extra code to output code i2c.I was able to use python HTU21d from git hub.With command line outputs looking okay.So frustrating , can some provided a idiot's guide.

Re: Raspberry pi 2B install
Posted: Friday 22 December 2017 3:26
by toon1uk
python 3 method output
clear
pi@raspberrypi:~ $ ls -l
total 48
drwxr-xr-x 2 pi pi 4096 Dec 17 20:52 Desktop
drwxr-xr-x 6 pi pi 4096 Dec 17 21:05 Documents
drwxr-xr-x 7 pi pi 4096 Dec 20 00:35 domoticz
drwxr-xr-x 2 pi pi 4096 Dec 17 21:56 Downloads
drwxr-xr-x 3 pi pi 4096 Dec 19 22:29 HTU21D
drwxr-xr-x 2 pi pi 4096 Dec 17 20:52 Music
drwxr-xr-x 2 pi pi 4096 Dec 17 20:52 Pictures
drwxr-xr-x 2 pi pi 4096 Dec 17 20:52 Public
drwxr-xr-x 2 pi pi 4096 Nov 29 02:22 python_games
drwxr-xr-x 22 pi pi 4096 Dec 18 23:15 rpi-examples
drwxr-xr-x 2 pi pi 4096 Dec 17 20:52 Templates
drwxr-xr-x 2 pi pi 4096 Dec 17 20:52 Videos
pi@raspberrypi:~ $ cd HTU21D
pi@raspberrypi:~/HTU21D $ python HTU21D.py
Temp: 24.3968237305 C
Humid: 53.2651367188 % rH
pi@raspberrypi:~/HTU21D $
and use link at begining post. Output here
clear
pi@raspberrypi:~/rpi-examples/HTU21D/c $ sudo ./HTU21D_test
24.82C
52.59%rh
pi@raspberrypi:~/rpi-examples/HTU21D/c $
At least value's are close.
So you have to add some I2c script to send data on bus so domoticz's
Q.as i just run both scripts RPI .one for python and other c.
So does it output data permanently or requested temprature and humidity on i2c all time or only when run for ouput test.
Re: Raspberry pi 2B install
Posted: Monday 25 December 2017 10:33
by TommyGenthry
Got it working! Thanks.
Re: Raspberry pi 2B install
Posted: Thursday 04 January 2018 17:41
by Kraai
Kraai wrote:toon1uk wrote:New install/noob first time installing
On the Raspberry Pi install instruction's asks for Jessie light iso but can I use full desktop version ?you tube video was using noobs pi3
I've install both versions but can't seem to access Domoticz web server address.I setup RPi for Wifi adaptor on 192.168.1.222
Can ping from laptop to .222 and 127.0.0.1 and gateway .254 but SSH from RPi cmd line ping 127.0.0.1 and gateway but not my laptop address 192.168.1.170
On Domoticz install set http and https ,also wifi adaptor address 192.168.1.222
browser
http://192.168.1.222:8080
*Browser responce
Web responce
This site can’t be reached
192.168.1.222 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
What am doing wrong ????? need to change router settings ??? noob helppy??
Would be grateful for on some basic help for install.
Regards Darren
I have the same probleme did you found the solution?
Verstuurd vanaf mijn SM-G930F met Tapatalk
Yup it was the lib. This was the solution...
Op een Raspberry PI B2
Re: Raspberry pi 2B install
Posted: Saturday 13 January 2018 20:48
by mikeswed
Have the same issue and new to both this and Raspberry
What more exact was the solution
Re: Raspberry pi 2B install
Posted: Sunday 14 January 2018 17:45
by Kraai
mikeswed wrote:Have the same issue and new to both this and Raspberry
What more exact was the solution
Wanneer je gebruik maakt van de laatste versie Raspbian Stretch (Lite), dan dien je onderstaande nog uit te voeren. Dit is in verband met de afwezigheid van de libssl.so.1.0.0 library. Bij het opstarten van Domoticz verschijnt dan de volgende foutmelding:
error while loading shared libraries: libssl.so.1.0.0: can not open shared object file: No such file or directory
De library is te installeren via onderstaande stappen. We gaan nu eerst handmatig de libssl library downloaden
wget
http://ftp.nl.debian.org/debian/pool/ma ... _armhf.deb
Daarna gaan we de installatie starten
sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
Start de Raspberry Pi nog een keer opnieuw op, om te kijken of het automatisch opstarten van Domoticz goed werkt en je vervolgens kunt connecteren naar je Domoticz installatie.
sudo reboot
Gevonden op..
http://domotica.tilburgs.com/installati ... -domoticz/
Op een Raspberry PI B2