dear all, in the usage of SBFspot and its outputs for back-office treatment
it should be an advantage if the selectors for the options on "csv headers"
for the (actual) four distinct types of output could be handled seperate
in special for the daily and monthly files
the demand is usefull in ao: the following cases:
-a- when using SBFspot to gather daily and monthly information option -adnn -amnn
then "defacto" the header selectors are used for all types of outputs,
which is disturbing for the spot output
the main intent is to get the "daily" and "monthly" without header
while "spot" data records are kept in its complete format
my today workaround is:
-b- create multiple SBFspot.cfg files AND distinguish (for each operation) the options
the option -sp0 is needed to drop the spot values output
-c- execute SBFspot as many times as needed
requires a number of scripts to sequence the executions
drawback - spot records that are usefull as history of actions - get wrong format
the below example for .csv headers highlights the demand, (as in the SBFspot .cfg)
(in view of the primary need not all selectors need to be available)
CSV_ExtendedHeader (default 1 = On) (usefull for manual data upload to pvoutput.org)
Enables/disables the SMA extended header info (1+7 lines) first line == CSV_Header
sep=;
Version CSV1|Tool SBFspot|Linebreaks CR/LF|Delimiter semicolon|Decimalpoint comma|Precision 3
etc...
CSV_ExtendedHeader=1
enhancement CSV_Spot_ExtendedHeader=1 (default===CSV_ExtendedHeader)
enhancement CSV_Daily_ExtendedHeader=1 (default===CSV_ExtendedHeader)
enhancement CSV_Month_ExtendedHeader=1 (default===CSV_ExtendedHeader)
enhancement CSV_Event_ExtendedHeader=1 (default===CSV_ExtendedHeader)
CSV_Header (default 1 = On) (usefull for manual data upload to pvoutput.org)
Enables or disables the CSV data header info (1 line)
dd/MM/yyyy HH:mm:ss;kWh;kW
If CSV_ExtendedHeader is enabled, CSV_Header is also enabled
CSV_Header=1
enhancement CSV_Spot_Header=1 (default===CSV_Header)
enhancement CSV_Daily_Header=1 (default===CSV_Header)
enhancement CSV_Month_Header=1 (default===CSV_Header)
enhancement CSV_Event_Header=1 (default===CSV_Header)
kr wim
Comments: No added value for average user
it should be an advantage if the selectors for the options on "csv headers"
for the (actual) four distinct types of output could be handled seperate
in special for the daily and monthly files
the demand is usefull in ao: the following cases:
-a- when using SBFspot to gather daily and monthly information option -adnn -amnn
then "defacto" the header selectors are used for all types of outputs,
which is disturbing for the spot output
the main intent is to get the "daily" and "monthly" without header
while "spot" data records are kept in its complete format
my today workaround is:
-b- create multiple SBFspot.cfg files AND distinguish (for each operation) the options
the option -sp0 is needed to drop the spot values output
-c- execute SBFspot as many times as needed
requires a number of scripts to sequence the executions
drawback - spot records that are usefull as history of actions - get wrong format
the below example for .csv headers highlights the demand, (as in the SBFspot .cfg)
(in view of the primary need not all selectors need to be available)
CSV_ExtendedHeader (default 1 = On) (usefull for manual data upload to pvoutput.org)
Enables/disables the SMA extended header info (1+7 lines) first line == CSV_Header
sep=;
Version CSV1|Tool SBFspot|Linebreaks CR/LF|Delimiter semicolon|Decimalpoint comma|Precision 3
etc...
CSV_ExtendedHeader=1
enhancement CSV_Spot_ExtendedHeader=1 (default===CSV_ExtendedHeader)
enhancement CSV_Daily_ExtendedHeader=1 (default===CSV_ExtendedHeader)
enhancement CSV_Month_ExtendedHeader=1 (default===CSV_ExtendedHeader)
enhancement CSV_Event_ExtendedHeader=1 (default===CSV_ExtendedHeader)
CSV_Header (default 1 = On) (usefull for manual data upload to pvoutput.org)
Enables or disables the CSV data header info (1 line)
dd/MM/yyyy HH:mm:ss;kWh;kW
If CSV_ExtendedHeader is enabled, CSV_Header is also enabled
CSV_Header=1
enhancement CSV_Spot_Header=1 (default===CSV_Header)
enhancement CSV_Daily_Header=1 (default===CSV_Header)
enhancement CSV_Month_Header=1 (default===CSV_Header)
enhancement CSV_Event_Header=1 (default===CSV_Header)
kr wim
Comments: No added value for average user