FHEM Forum

FHEM => Anfängerfragen => Thema gestartet von: vmax am 09 Mai 2016, 01:10:03

Titel: Einbindung SMA Wechselrichter via SFBspot in FHEM
Beitrag von: vmax am 09 Mai 2016, 01:10:03
Guten Abend,

habe in den letzten 48 Stunden eine Menge gelernt, aber nu' reicht mein Grundverständnis nicht mehr aus. In der Installations-Anleitung zu SBFspot steht folgendes:

...

Let's untar the source code:

cd /home/pi/sbfspot.3
tar -xvf SBFspot_SRC_301_Linux_Win32.tar.gz

and compile SBFspot with Sqlite support in /usr/local/bin/sbfspot.3:

cd /home/pi/sbfspot.3/SBFspot
sudo make install_sqlite

When you see this warning, simply ignore it: "Warning: swp{b} use is deprecated for this architecture". Don't worry too much about the SWP warnings.

You should see this on your screen:

.....

Bis hinter das Entpacken der .tar bin ich gekommen. Aber was bitte bedeutet "and compile SBFspot with Sqlite support in /usr/local/bin/sbfspot.3:"??? Was genau muss ich dort tun?


Sobald ich den letzten Befehl eingebe, folgt

pi@raspberrypi:~/sbfspot.3/SBFspot $  sudo make install_sqlite
test -d bin/Release_SQLite || mkdir -p bin/Release_SQLite
test -d obj/Release_SQLite || mkdir -p obj/Release_SQLite
g++ -Wall -O2 -DUSE_SQLITE  -c boost_ext.cpp -o obj/Release_SQLite/boost_ext.o
In file included from boost_ext.cpp:35:0:
boost_ext.h:39:29: fatal error: boost/version.hpp: Datei oder Verzeichnis nicht gefunden
#include <boost/version.hpp>
                             ^
compilation terminated.
makefile:153: recipe for target 'obj/Release_SQLite/boost_ext.o' failed
make: *** [obj/Release_SQLite/boost_ext.o] Error 1
pi@raspberrypi:~/sbfspot.3/SBFspot $

Da ich mich bisher sklavisch an die Anweisung gehalten habe, die Suchfunktion auch nichts einbringt, bitte ich Euch um Hilfe.

Gute Nacht, Mike
Titel: Antw:Einbindung SMA Wechselrichter via SFBspot in FHEM
Beitrag von: Michael am 09 Mai 2016, 07:15:32
Moin vmax

Sehe dir diese beiden mal an.

Ist noch nicht Fertig aber es wird.
https://forum.fhem.de/index.php/topic,51569.0.html (https://forum.fhem.de/index.php/topic,51569.0.html)

Läuft bei mir bestens.
https://forum.fhem.de/index.php/topic,42688.0.html (https://forum.fhem.de/index.php/topic,42688.0.html)