Speciallog.txt: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
mNo edit summary
m (update categories)
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:




If you stop Cumulus 1, and add a line to the [Station] section of the configuration file [[Cumulus.ini#Section:_Station]]:
If you stop Cumulus 1, and add a line to the [Station] section of the configuration file [[Cumulus.ini_(Cumulus_1)#Section:_Station]]:


<tt>SpecialLog=1</tt>
<tt>SpecialLog=1</tt>
Line 13: Line 13:
date(dd/mm/yy),time(hh:mm),inside temp,inside humidity,inside dewpoint,outside temp,outside humidity,outside dewpoint
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 [[Monthly log files|Standard log files]] and the [[Extra Sensor Files|Extra Sensor log file]], but it is not specific to a particular month
The file just keeps on growing, it is updated at the same interval as the [[Standard log files]] and the [[Extra Sensor Files|Extra Sensor log file]], but it is not specific to a particular month


This functionality is not available in Cumulus MX.
This functionality is not available in Cumulus MX.
[[Category:Log_Files]]
[[Category:Cumulus Files]][[Category:Cumulus 1]]

Latest revision as of 08:36, 7 August 2021

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 the configuration file Cumulus.ini_(Cumulus_1)#Section:_Station:

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.