Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. ################################################################################
  2. # ____ ____ _____ _
  3. # / ___|| __ )| ___|__ _ __ ___ | |_
  4. # \___ \| _ \| |_ / __| '_ \ / _ \| __|
  5. # ___) | |_) | _|\__ \ |_) | (_) | |_
  6. # |____/|____/|_| |___/ .__/ \___/ \__|
  7. # |_|
  8. #
  9. # SBFspot.cfg - Configuration file for SBFspot.exe
  10. # SBFspot - Yet another tool to read power production of SMAâ–’ solar inverters
  11. # (c)2012-2018, SBF
  12. #
  13. # DISCLAIMER:
  14. # A user of SBFspot software acknowledges that he or she is receiving this
  15. # software on an "as is" basis and the user is not relying on the accuracy
  16. # or functionality of the software for any purpose. The user further
  17. # acknowledges that any use of this software will be at his own risk
  18. # and the copyright owner accepts no responsibility whatsoever arising from
  19. # the use or application of the software.
  20. #
  21. # SMA and Speedwire are registered trademarks of SMA Solar Technology AG
  22. ################################################################################
  23.  
  24. # SMA Inverter's Bluetooth address
  25. # Windows: smaspot -scan
  26. # Linux : hcitool scan
  27. # IMPORTANT FOR SPEEDWIRE USERS: COMMENT OUT BTADDRESS (PUT # IN FRONT)
  28. BTAddress=00:80:25:1D:B1:B1
  29.  
  30. # SMA Inverter's Speedwire IP address
  31. # If IP_Address is not set or is 0.0.0.0 SBFspot will try to detect the speedwire inverter by broadcast
  32. # If IP_Address is set to a valid IP, SBFspot will try to connect directly to that IP without broadcast detection
  33. # Multiple IP addresses can be provided (comma separated)
  34. #IP_Address=0.0.0.0
  35.  
  36. # User password (default 0000)
  37. Password=0000
  38.  
  39. # MIS_Enabled (Multi Inverter Support: Default=0 Disabled)
  40. # +------------+-------+-------------+
  41. # | #Inverters | NetID | MIS_Enabled |
  42. # +------------+-------+-------------+
  43. # | 1 | 1 | Don't Care |
  44. # +------------+-------+-------------+
  45. # | 1 | >1 | 0 |
  46. # +------------+-------+-------------+
  47. # | >1 | >1 | 1 |
  48. # +------------+-------+-------------+
  49. MIS_Enabled=0
  50.  
  51. # Plantname
  52. Plantname=SolarVentura
  53.  
  54. # OutputPath (Place to store CSV files)
  55. #
  56. # Windows: C:\Users\Public\SMAdata\%Y
  57. # Linux : /home/pi/smadata/%Y
  58. # %Y %m and %d will be expanded to Year Month and Day
  59. OutputPath=/home/pi/smadata/%Y
  60.  
  61. # OutputPathEvents (Place to store CSV files for events)
  62. # If omitted, OutputPath is used
  63. OutputPathEvents=/home/pi/smadata/%Y/Events
  64.  
  65. # Position of pv-plant http://itouchmap.com/latlong.html
  66. # Example for Ukkel, Belgium
  67. Latitude=50.80
  68. Longitude=4.33
  69.  
  70. # Calculate Missing SpotValues
  71. # If set to 1, values not provided by inverter will be calculated
  72. # eg: Pdc1 = Idc1 * Udc1
  73. CalculateMissingSpotValues=1
  74.  
  75. # DateTimeFormat (default %d/%m/%Y %H:%M:%S)
  76. # For details see strftime() function
  77. # http://www.cplusplus.com/reference/clibrary/ctime/strftime/
  78. DateTimeFormat=%d/%m/%Y %H:%M:%S
  79.  
  80. # DateFormat (default %d/%m/%Y)
  81. DateFormat=%d/%m/%Y
  82.  
  83. # DecimalPoint (comma/point default comma)
  84. DecimalPoint=comma
  85.  
  86. # TimeFormat (default %H:%M:%S)
  87. TimeFormat=%H:%M:%S
  88.  
  89. # SynchTime (0-30 - 0=disabled, 1=once a day (default), 7=once a week, 30=once a month)
  90. # If set to non-zero value, the plant time is synchronised with local host time
  91. # Some inverters don't have a real-time clock
  92. SynchTime=1
  93.  
  94. # SynchTimeLow (1-120 - default 1)
  95. # SynchTimeHigh (1200-3600 - default 3600)
  96. # Plant time is adjusted to local host time when SynchTime=1 and
  97. # time difference is between SynchTimeLow and SynchTimeHigh limits
  98. SynchTimeLow=1
  99. SynchTimeHigh=3600
  100.  
  101. # SunRSOffset
  102. # Offset to start before sunrise and end after sunset (0-3600 - default 900 seconds)
  103. SunRSOffset=900
  104.  
  105. # Locale
  106. # Translate Entries in CSV files
  107. # Supported locales: de-DE;en-US;fr-FR;nl-NL;es-ES;it-IT
  108. # Default en-US
  109. Locale=en-US
  110.  
  111. # Timezone
  112. # Select the right timezone in date_time_zonespec.csv
  113. # e.g. Timezone=Europe/Brussels
  114. Timezone=Europe/Brussels
  115.  
  116. # BTConnectRetries
  117. # Number of Bluetooth Connection attempts (1-15; Default=10)
  118. BTConnectRetries=10
  119.  
  120. ###########################
  121. ### CSV Export Settings ###
  122. ###########################
  123. # With CSV_* settings you can define the CSV file format
  124.  
  125. # CSV_Export (default 1 = Enabled)
  126. # Enables or disables the CSV Export functionality
  127. CSV_Export=1
  128.  
  129. # CSV_ExtendedHeader (default 1 = On)
  130. # Enables or disables the SMA extended header info (8 lines)
  131. # isep=;
  132. # Version CSV1|Tool SBFspot|Linebreaks CR/LF|Delimiter semicolon|Decimalpoint comma|Precision 3
  133. # etc...
  134. # This is usefull for manual data upload to pvoutput.org
  135. CSV_ExtendedHeader=1
  136.  
  137. # CSV_Header (default 1 = On)
  138. # Enables or disables the CSV data header info (1 line)
  139. # dd/MM/yyyy HH:mm:ss;kWh;kW
  140. # This is usefull for manual data upload to pvoutput.org
  141. # If CSV_ExtendedHeader is enabled, CSV_Header is also enabled
  142. CSV_Header=1
  143.  
  144. # CSV_SaveZeroPower (default 1 = On)
  145. # When enabled, daily csv files contain all data from 00:00 to 23:55
  146. # This is usefull for manual data upload to pvoutput.org
  147. CSV_SaveZeroPower=1
  148.  
  149. # CSV_Delimiter (comma/semicolon default semicolon)
  150. CSV_Delimiter=semicolon
  151.  
  152. # CSV_Spot_TimeSource (Inverter|Computer default Inverter)
  153. CSV_Spot_TimeSource=Inverter
  154.  
  155. # CSV_Spot_WebboxHeader (Default 0 = Off)
  156. # When enabled, use Webbox style header (DcMs.Watt[A];DcMs.Watt[B]...)
  157. CSV_Spot_WebboxHeader=0
  158.  
  159. ###########################
  160. ### SQL DB Settings ###
  161. ###########################
  162.  
  163. # SQLite
  164. # SQL_Database (Fullpath to SQLite DB)
  165. # Windows: C:\Users\Public\SMAdata\SBFspot.db
  166. # Linux : /home/pi/smadata/SBFspot.db
  167. #SQL_Database=/home/pi/smadata/SBFspot.db
  168.  
  169. # MySQL
  170. SQL_Database=SBFspot
  171. SQL_Hostname=localhost
  172. SQL_Username=XXXXXXXXXXXXb
  173. SQL_Password=SXXXXXXXXXXXX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement