@sbf We are coming closer...
Thank you very much for this link - I was able to Download Sunny Data Control 4.0, which I have searched for a long time before without success. Next I installed it without any problems on my Windows 10 machine. And finally I was able to Connect the inverter with my new stick LogiLink BT-0015 and it worked out of the box ! So special driver needed ! All the information I found before on the internet seems to be rubbish !
Well, at least I have a working solution on a more current Windows which makes it easier to try to sniff the BT network traffic.
But to be able to then change SBFspot accordingly (this might be some try and error approaches) I need to get this thing compiled on my Raspi. And I am not able to do so right now ! @sbf: do you probably also have a link to a documentation how to build (not only install) SBFspot on Raspi ?
After copying the git sources from the SBFspot directory I tried:
pi@raspberrypi:~/tom_sbf $ make
test -d || mkdir -p
test -d sqlite/bin/ || mkdir -p sqlite/bin/
g++ -s -o sqlite/bin/SBFspot -Wl,-Bdynamic -lpthread -lbluetooth -lboost_date_time -lboost_system
/usr/bin/ld: cannot find -lboost_date_time
/usr/bin/ld: cannot find -lboost_system
collect2: error: ld returned 1 exit status
make: *** [makefile:119: sqlite/bin/SBFspot] Error 1
also this call fails with a fully different error message:
pi@raspberrypi:~/tom_sbf $ make nosql
test -d nosql/obj/ || mkdir -p nosql/obj/
test -d nosql/bin/ || mkdir -p nosql/bin/
g++ boost_ext.cpp -c -Wall -O2 -Wno-unused-local-typedefs -Wno-psabi -std=c++11 -o nosql/obj/boost_ext.o
In file included from boost_ext.cpp:35:
boost_ext.h:47:10: fatal error: boost/version.hpp: No such file or directory
#include <boost/version.hpp>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [makefile:116: nosql/obj/boost_ext.o] Error 1
What I would need is a full description how to build SBFspot on Raspi from scratch !
kind regards
ThommyTheKid