Hi Hans
I assume this is what you are after, let me know if you need anything else.
Code: Select all
Custom Log Settings
Filename Root: This string is used to create the full log filename. It will be appended with the date, and suffixed with .txt
For example, you enter "MyLog", the interval log filename will be MyLog-yyyyMM.txt, the daily log would just be MyLog.txt
Data Content: This string is used to create the data in the log file, you use webtags to specify the data.
Your data string will be automtically prefixed with the date or date-time in the log file.
For example you could use the string: <#temp>,<#hum>,<#SoilTemp1>
You can also use modifiers in the webtags for further control of the output like this: <#temp rc=y>,<#hum>,<#SoilTemp1 dp=2 rc=y>
Note: It is important to use the same field separator as CMX uses for the other data files.
Your field separator is:- ","
Custom Interval Logs
Enabled Filename Root Data Content Interval Actions
CustomLogTemp
<#temp>, <#dew>, <#ExtraTemp1>, <#ExtraDP1>, <#feelslike>, <#avgtemp>
15 minutes
CustomLogHum
<#hum>,<#inhum>, <#ExtraHum1>
15 minutes
CustomLogCO2
<#CO2>, <#CO2_24h>
15 minutes
CustomLogDust
<#CO2_pm2p5>, <#CO2_pm2p5_24h>, <#CO2_pm10>, <#CO2_pm10_24h>
15 minutes
CustomLogCpuTemp
<#CPUTemp>, <#temp>, <#intemp>
15 minutes
CustomLogTest
eg. <#temp>,<#hum>,<#SoilTemp1>
1 minute
Save Settings
Custom Daily Logs
Enabled Filename Data Content Actions
DailyCustomLogTemp
<#temp>, <#dew>, <#ExtraTemp1>, <#ExtraDP1>, <#feelslike> <#avgtemp>
DailyCustomLogHum
<#hum>,<#inhum>, <#ExtraHum1>
DailyCustomLogCO2
<#CO2>, <#CO2_24h>
DailyCustomLogDust
<#CO2_pm2p5>, <#CO2_pm2p5_24h>, <#CO2_pm10>, <#CO2_pm10_24h>
Save Settings
Cumulus MX 3.27.0 b3257