I am just starting programming the AQ3 Pro and since I travel a lot I want to have a routine daily status e-mail sent to me. I found a previous posting that included the instructions so I am using:
If Time > 00:00 Then FIL ON
If Time > 00:00 Then ALM OFF
If Time > 11:15 Then ALM ON
If Time > 11:20 Then ALM OFF
If Temp < 80.0 Then HET ON
If Temp < 78.0 Then ALM ON
This program generates an e-mail sent to me on the first day of implementation at 11.50-11.20. However on subsequent days I do not recieve an e-mail and Aquanotes does not log any alarm events.
If I change the program to a new time setting the e-mail/alarm condition works again but only for one day. I suspect I am missing something obvious but....help appreciated
If Time > 00:00 Then FIL ON
If Time > 00:00 Then ALM OFF
If Time > 11:15 Then ALM ON
If Time > 11:20 Then ALM OFF
If Temp < 80.0 Then HET ON
If Temp < 78.0 Then ALM ON
This program generates an e-mail sent to me on the first day of implementation at 11.50-11.20. However on subsequent days I do not recieve an e-mail and Aquanotes does not log any alarm events.
If I change the program to a new time setting the e-mail/alarm condition works again but only for one day. I suspect I am missing something obvious but....help appreciated