FAQ: Difference between revisions

7 bytes added ,  16:12, 25 March 2014
Line 322: Line 322:


Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:
Note that this method does not work for the Oregon WMR200 station. This station deletes logger entries when they are downloaded, and there is no mechanism for retrieving logger entries for a particular period - it just sends all the entries that it has. You may be able to circumvent this by creating a today.ini file in the data folder before you run Cumulus, with just this in it:
 
<pre>
[General]
[General]
Date=10/04/2012
Date=10/04/2012
Timestamp=10/04/2012 10:00:00
Timestamp=10/04/2012 10:00:00
CurrentYear=2012
CurrentYear=2012
CurrentMonth=4
CurrentMonth=4
CurrentDay=10
CurrentDay=10
</pre>


Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.
Change the dates and time to match the point from which you want Cumulus to start downloading data. If the station has already sent the data, this may not work, unfortunately.