RPI image guide

DrDice
Posts: 23
Joined: Mon Jul 04, 2016 7:37 am

pzygmunt wrote:1. Flash SD Card.
2. Just boot
3. Open web browser and type IP address of raspberry
4. Sign in
5. Send to me screenshot of "IO Devices" tab.
http://peecee.dk/upload/view/460911/full

http://peecee.dk/upload/view/460912/full
User avatar
pzygmunt
Posts: 18282
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Which version of rb pi yu have ?
Can you give me remote access via ssh to your device ?
User avatar
pzygmunt
Posts: 18282
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

It was problem of openssl library which not working properly on your rb pi version.
I compiled remotely new. Should work now. Try it and give me feedback.

Steps to compile openssl library for supla-server:

cd /usr/src
sudo mkdir openssl
sudo wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz
sudo tar zxvf openssl-1.0.1t.tar.gz
cd openssl-1.0.1t
sudo ./config --prefix=/usr/src/openssl shared
*edit Makefile and remove no-ssl2 flags
sudo make depend
sudo make install
sudo cp /usr/src/openssl/lib/*.so /usr/lib/supla-server/
sudo rm -rf cp /usr/src/openssl
DrDice
Posts: 23
Joined: Mon Jul 04, 2016 7:37 am

pzygmunt wrote:It was problem of openssl library which not working properly on your rb pi version.
I compiled remotely new. Should work now. Try it and give me feedback.

Steps to compile openssl library for supla-server:

cd /usr/src
sudo mkdir openssl
sudo wget https://www.openssl.org/source/openssl-1.0.1t.tar.gz
sudo tar zxvf openssl-1.0.1t.tar.gz
cd openssl-1.0.1t
sudo ./config --prefix=/usr/src/openssl shared
*edit Makefile and remove no-ssl2 flags
sudo make depend
sudo make install
sudo cp /usr/src/openssl/lib/*.so /usr/lib/supla-server/
sudo rm -rf cp /usr/src/openssl
Sweet. Now it works like a charm from my iPhone :-)

Thank you so much for your help. It is an amazing platform you have made :-)
User avatar
pzygmunt
Posts: 18282
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Your welcome ;)
Post Reply

Return to “Help”