Raspberry pi 2B install Topic is solved

Topics (not sure which fora)
when not sure where to post, post here and mods will move it to right forum.

Moderators: leecollings, remb0

Post Reply
toon1uk
Posts: 5
Joined: Friday 15 December 2017 6:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Raspberry pi 2B install

Post 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
toon1uk
Posts: 5
Joined: Friday 15 December 2017 6:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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
Attachments
Hardware.PNG
Hardware.PNG (51.69 KiB) Viewed 2408 times
Domoticz Log.PNG
Domoticz Log.PNG (89.54 KiB) Viewed 2408 times
Device Not seen.PNG
Device Not seen.PNG (40.89 KiB) Viewed 2408 times
antwan
Posts: 116
Joined: Saturday 13 July 2013 13:28
Target OS: Linux
Domoticz version: Latest
Location: Hilversum, The Netherlands
Contact:

Re: Raspberry pi 2B install

Post by antwan »

Show here output temp and hum off the command line.
Rasp Pi 2B: 3x DS18S20 (1-wire), BME280 (i2c)
Cubietruck 1: Aeotec Z-Wave+, RFXtrx433XL+P1, RFXtrx868, TE923 display, SolarEdge API
Cubietruck 2: Aeotec Z-Wave, Voltcraft CO-20
Kraai
Posts: 3
Joined: Tuesday 25 April 2017 20:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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

toon1uk
Posts: 5
Joined: Friday 15 December 2017 6:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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 :shock:
toon1uk
Posts: 5
Joined: Friday 15 December 2017 6:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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. :lol:
toon1uk
Posts: 5
Joined: Friday 15 December 2017 6:39
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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.
TommyGenthry
Posts: 1
Joined: Monday 25 December 2017 10:32
Target OS: Linux
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post by TommyGenthry »

Got it working! Thanks.
The innovative online roulette feature is what I find grand. I'm also able to play all my favourite games from the start there. The pleasure is mine.
Kraai
Posts: 3
Joined: Tuesday 25 April 2017 20:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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

mikeswed
Posts: 1
Joined: Saturday 13 January 2018 20:46
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post by mikeswed »

Have the same issue and new to both this and Raspberry
What more exact was the solution
Kraai
Posts: 3
Joined: Tuesday 25 April 2017 20:11
Target OS: Raspberry Pi / ODroid
Domoticz version:
Contact:

Re: Raspberry pi 2B install

Post 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

Post Reply

Who is online

Users browsing this forum: Amazon [Bot], Google [Bot] and 1 guest