Page 1 of 1

Email Report Addition

Posted: Sun May 02, 2021 6:02 pm
by G4MHJ
I would like to add a line to my email report that adds the Max and Min Temp and the time it occurred.

I have so far added this syntax:

Lowest Temperature at [th0temp-dmintime=apm.ij]:[th0temp-dmintime=apm.kl][th0temp-dmintime=apm.op]
Highest Temperature at [th0temp-dmaxtime=apm.ij]:[th0temp-dmaxtime=apm.kl][th0temp-dmaxtime=apm.op]

I could already have this wrong :(

Any suggestions would be much appreciated.

Re: Email Report Addition

Posted: Sun May 02, 2021 11:12 pm
by Mattk
Try something like

Min: [th0temp-dmin.1:] C at [th0temp-dmintime.ij]:[th0temp-dmintime.kl]
Max: [th0temp-dmax.1:] C at [th0temp-dmaxtime.ij]:[th0temp-dmaxtime.kl]

Re: Email Report Addition

Posted: Mon May 03, 2021 11:34 am
by G4MHJ
Just the ticket! Many thanks.