1,738
edits
m (→Description) |
m (→Description) |
||
== Description ==
{|align=right
|__TOC__
|}
An exceptional commandline parameter is ''UserAskedData''. The purpose of this commandline parameter is to activate the data generator for data which are not supplied by CMX. CMX itself has many options to supply the data in JSON format for the charts available in CMX, but CumulusUtils provides possibilities for more charts and therefore may need other or more data. Those data are generated and uploaded by the command:
utils/cumulusutils.exe UserAskedData
CumulusUtils adheres to the JSON format as adopted by CumulusMX. It also takes the FTP frequency as configured in the Interval Settings of CumulusMX (''Normal Interval Setting'')
The following
The data is read between a Start date and an End date. The start date is defined by the
In case of [[PHP Uploads|incremental upload]], the Startdate is defined by the '''''Now''''' minus the date/time of the last upload.
== inifile paremeters ==
For the UserAskedData there are no setup parameters but the feature remembers the date time of the last upload (RECENT and similar plotvariables) and for the daily uploads (ALL and DAILY plotvariables). Removing these parameters will reset the uploads and the next upload will be full and the parameters will be regenerated and set.
<code>
[General]
LastUploadTime= ; managed by CumulusUtils, no manual configuration </br>
[Compiler]
DoneToday= ; managed by CumulusUtils, no manual configuration </br>
[CustomLogs]
DoneToday= ; managed by CumulusUtils, no manual configuration
</code>
NOTE: ExtraSensors don't have ALL or DAILY plotvariables. The AirLink sensor has no configuration for data but when activated, the data is implicitly generated.
[[Category:CumulusUtils]] [[Category:JSON_Files]]
|