Code Monkey home page Code Monkey logo

Comments (5)

SBFspot avatar SBFspot commented on September 23, 2024

[SBF@17/03/2014]
Error 10060 is a connection timeout... can be caused by an unreliable BT connection
Try to move your pc closer to the inverter and/or use a class 1 BT dongle

from sbfspot.

SBFspot avatar SBFspot commented on September 23, 2024

[Seals@20/03/2014]
Hi,

Thank You, it works just front (< 1 meters) but is not a problem.

Another quick question, do you know why on one inverters I have not received the history's file of the month and the day (every 15 minute )
I receive just one file MyPlant-Spot ?
and the second i receive 3 files
MyPlant-201403
MyPlant-20140319
MyPlant-Spot

The config on the panel is the same.

Thank you.

from sbfspot.

SBFspot avatar SBFspot commented on September 23, 2024

[SBF@20/03/2014]
Don't know without seeing the config files and some logging
Do you have a config for each inverter?

from sbfspot.

SBFspot avatar SBFspot commented on September 23, 2024

[Seals@20/03/2014]
No, i use to config file but is the same (just the path and mac address is different)
The config of the Inverter who i receive one file

Thnks

###########################

CSV Export Settings

###########################

With CSV_* settings you can define the CSV file format

CSV_Export (default 1 = Enabled)

Enables or disables the CSV Export functionality

CSV_Export=1

CSV_ExtendedHeader (default 1 = On)

Enables or disables the SMA extended header info (8 lines)

isep=;

Version CSV1|Tool SMAspot|Linebreaks CR/LF|Delimiter semicolon|Decimalpoint comma|Precision 3

etc...

This is usefull for manual data upload to pvoutput.org

CSV_ExtendedHeader=1

CSV_Header (default 1 = On)

Enables or disables the CSV data header info (1 line)

dd/MM/yyyy HH:mm:ss;kWh;kW

This is usefull for manual data upload to pvoutput.org

If CSV_ExtendedHeader is enabled, CSV_Header is also enabled

CSV_Header=1

CSV_SaveZeroPower (default 1 = On)

When enabled, daily csv files contain all data from 00:00 to 23:55

This is usefull for manual data upload to pvoutput.org

CSV_SaveZeroPower=1

CSV_Delimiter (comma/semicolon default semicolon)

CSV_Delimiter=semicolon

CSV_Spot_TimeSource (Inverter|Computer default Inverter)

CSV_Spot_TimeSource=Inverter

CSV_Spot_WebboxHeader (Default 0 = Off)

When enabled, use Webbox style header (DcMs.Watt[A];DcMs.Watt[B]...)

CSV_Spot_WebboxHeader=0

from sbfspot.

SBFspot avatar SBFspot commented on September 23, 2024

[Seals@20/03/2014]
It's very strange.
I have now a test with the version 2.2.11 for right inverter.
I receive data (3 files with the value of months and day) but the communication has a many error.

C:\temp\SMA>SMAspot.exe -v
SMAspot V2.2.11
Yet another tool to read power production of SMA solar inverters
(c) 2012-2014, SBF (https://smaspot.codeplex.com)
Compiled for Windows 32 bit

Commandline Args: -v
Thu Mar 20 18:10:56 2014: INFO: Starting...
sunrise: 06:46
sunset : 18:53
Connecting to 00:80:25:29:F9:96 (1/10)
Initializing...
SUSyID: 125 - SN: 991222169 (0x3B14D999)
SMA netID=01
SUSyID: 131 - SN: 2120207285
BT Signal=67%
Logon OK
Local Time: 20/03/2014 18:10:58
TZ offset (s): 3600
SUSyID: 131 - SN: 2120207285
Device Name: SN: 2120207285
Device Class: Solar Inverter
Device Type: SB 3000HF-30
Software Version: 02.30.07.R
Serial number: 2120207285
SUSyID: 131 - SN: 2120207285
Device Status: OK
SUSyID: 131 - SN: 2120207285
GridRelay Status: Closed
SUSyID: 131 - SN: 2120207285
Pac max phase 1: 3000W
Pac max phase 2: 3000W
Pac max phase 3: 3000W
getEnergyProduction returned an error: -1
getOperationTime returned an error: -1
getSpotDCPower returned an error: -1
getSpotDCVoltage returned an error: -1
SUSyID: 131 - SN: 2120207285
DC Spot Data:
String 1 Pdc: 0.000kW - Udc: 0.00V - Idc: 0.000A
String 2 Pdc: 0.000kW - Udc: 0.00V - Idc: 0.000A
getSpotACPower returned an error: -1
getSpotACVoltage returned an error: -1
SUSyID: 131 - SN: 2120207285
AC Spot Data:
Phase 1 Pac : 0.000kW - Uac: 0.00V - Iac: 0.000A
Phase 2 Pac : 0.000kW - Uac: 0.00V - Iac: 0.000A
Phase 3 Pac : 0.000kW - Uac: 0.00V - Iac: 0.000A
Total Pac : 0.143kW
SUSyID: 131 - SN: 2120207285
Grid Freq. : 49.97Hz
SUSyID: 131 - SN: 2120207285
Inverter Wake-Up Time: 29/05/2001 22:37:39
Inverter Sleep Time : 20/03/2014 18:12:01
ExportSpotDataToCSV()


  • ArchiveDayData() *

startTime = 532A2170 -> 20/03/2014 00:00:00
ExportDayDataToCSV()


  • ArchiveMonthData() *

startTime = 5311BDB0 -> 01/03/2014 12:00:00
ExportMonthDataToCSV()
Thu Mar 20 18:12:03 2014: INFO: Done.

I compare the 2 cfg too. The only difference is the parameter 'SynchTime=1' in the version 2.2.11.
I don't understand ??

Thanks

from sbfspot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.