################################################################################ # SBFspotUpload.cfg - Configuration file for SBFspotUploadService/Daemon # (c)2012-2021, SBF (https://github.com/SBFspot/SBFspot) # # DISCLAIMER: # A user of SBFspotUploadService/Daemon software acknowledges that he or she is # receiving this software on an "as is" basis and the user is not relying on # the accuracy or functionality of the software for any purpose. The user # further acknowledges that any use of this software will be at his own risk # and the copyright owner accepts no responsibility whatsoever arising from # the use or application of the software. # ################################################################################ ################################ ### Log Settings ### ################################ # Windows: C:\Users\Public\SMAdata\Logs # Linux : /var/log/sbfspot.3 #LogDir=C:\Users\Public\SMAdata\Logs LogDir=/var/log/sbfspot.3 #LogLevel=debug|info|warning|error (default info) LogLevel=info ################################ ### PVoutput Upload Settings ### ################################ #PVoutput_SID (PVoutput_System_ID) #Map inverters to PVoutput System ID's #PVoutput_SID=SerialNmbrInverter_1:PVoutput_System_ID_1,SerialNmbrInverter_2:PVoutput_System_ID_2 #e.g. PVoutput_SID=200212345:4321 PVoutput_SID= #PVoutput_Key #Sets PVoutput API Key PVoutput_Key= ################################ ### SQL DB Settings ### ################################ # SQL_Database (Fullpath to SQLite DB) # Windows: C:\Users\Public\SMAdata\SBFspot.db # Linux : /home/pi/smadata/SBFspot.db #SQL_Database=C:\Users\Public\SMAdata\SBFspot.db SQL_Database=/home/pi/smadata/SBFspot.db # Reserved for MySQL #SQL_Database=SBFspot #SQL_Hostname= or #SQL_Port=3306 #SQL_Username=SBFspotUser #SQL_Password=SBFspotPassword