In che senso? Il plugin semplicemente genera in tempo reale un file CSV contenente sia i dati correnti che quelli in archivio, con la possibilità di importare quest'ultimo su Meteotemplate. Non è questo quello che ti occorreva?
Reale da quando lo ho installato in poi.
Archivio non lo elabora oppure ci sono delle impostazioni ?
Poi i dati sono in Timestamp
-----------------------------------------------------------------------------
Options
binding - The binding determines whether the file will be updated with every LOOP packet or archive record. Possible values are loop or archive. Default is loop
filename - The full path of the file. Default is /var/tmp/data.csv
mode - Indicates whether to append or overwrite each time data is written to file. Default is append.
append_datestamp - Indicates whether the file should include a timestamp of the form YYYY-mm, so that /var/tmp/data.csv becomes /var/tmp/data-2017-01.csv, /var/tmp/data-2017-02.csv, etc. Default is True.
datestamp_format - The format for the appended datestamp. For example, %Y-%m-%d would result in filenames such as data-2017-10-01.csv, with a new file each day. Default is %Y-%m, which results in a new file each month.
header - Indicates whether to include a header with the name of each field at the beginning of the file. Default is True.
timestamp_format - The format for the data timestamp. For example, %Y-%m-%d %H:%M:%S results in a dateTime field like 2017-10-01 14:23:03. All times are UTC. Default is no format, which results in a unix epoch.
Pages 95
Clone this wiki locally