Speciallog.txt: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
If you stop Cumulus 1, and add a line to the [Station] section of [[Cumulus.ini#Station|configuration file]]:
If you stop Cumulus 1, and add a line to the [Station] section of [[Cumulus.ini#Station|configuration file]]:


SpecialLog=1
<tt>SpecialLog=1</tt>


It will then start updating a file called 'speciallog.txt' in the data folder with the following fields:
It will then start updating a file called 'speciallog.txt' in the data folder with the following fields:

Revision as of 08:40, 31 May 2020

Special Log for Temperature, Humidity, and Dew Point (inside and outside)


Steve Loft "Here's a facility which may be of some use, although it's limited" in the way I have implemented it.


If you stop Cumulus 1, and add a line to the [Station] section of configuration file:

SpecialLog=1

It will then start updating a file called 'speciallog.txt' in the data folder with the following fields:

date(dd/mm/yy),time(hh:mm),inside temp,inside humidity,inside dewpoint,outside temp,outside humidity,outside dewpoint

The file just keeps on growing, it is updated at the same interval as the Standard log files and the Extra Sensor log file, but it is not specific to a particular month

This functionality is not available in Cumulus MX.