Custom Logs: Difference between revisions

106 bytes removed ,  11:02, 16 October 2023
m
Line 26: Line 26:
If the user has already run [[Extra Sensors]] module, the file CutilsCharts.def will contain the line
If the user has already run [[Extra Sensors]] module, the file CutilsCharts.def will contain the line
   ; ExtraSensorCharts
   ; ExtraSensorCharts
And everything below these lines will be replaced by generated ExtraSensors charts.
And everything below these lines will be replaced by generated ExtraSensors charts (up to but not including the following CustomLogs demarcation line).


The user may not remove the above line but by setting the parameter
A similar section will be created for the Custom Logs charts with the CustomLogs demarcation line:
UserModificationExtraSensorCharts=true
the charts will no longer be overwritten and the user may modify the generated charts to his own tasting.
 
A similar section will be created for the Custom Logs charts with the line  
   ; CustomLogsCharts
   ; CustomLogsCharts
And the parameter  
and the parameter  
   UserModificationCustomLogsCharts=true  
   UserModificationCustomLogsCharts=true  
will provide the possibility to modify the charts.  
will provide the possibility to modify the charts (default is false).  


Again: be aware that making the modification of the charts manual will no longer overwrite. If you lose track and want to start over again with automatic chart generation set this parameter to false.
Again: be aware that making the modification of the charts manual will no longer overwrite. If you lose track and want to start over again with automatic chart generation set this parameter to false.