monnimeter
(Osman Basha)
December 12, 2016, 5:03pm
13
AFAIK there is no Bluetooth binding for SMA inverters.
I’m using sbfspot - a command line tool which reads the data from the inverter.
Here is an example how to do it:
I use sbfspot (https://sbfspot.codeplex.com/ ) together with the following rule which reads the last line of the csv file and uploads to pvoutput. Not very elegant but it works.
rule "PV uitlezen"
when
Time cron "0 0/5 5-23 * * ?"
then
executeCommandLine("/home/pi/SBFspot/SBFspot.sh > /dev/null")
var String PVd = String::format( "%1$tY%1$tm%1$td", new Date() )
var String PVt = String::format( "%1$tH:%1$tM", new Date() )
var String smaspotlogfile = String::format( "/home/pi/smadata/%1$tY…