markalot
...
I'm using an OSC command to dose my topoff rather than float switches. This morning I noticed that it stopped for a little over an hour, then started back up.
It's an advanced outlet with just 2 lines of code.
Fallback OFF
OSC 000:00/000:30/015:00 Then ON
The XML output:
A power failure that no one noticed is reported at the same time it started back up.
software="4.31_3B14" hardware="1.0"
I'm new at this but up until now have not had a problem setting the APEX up. Any rhyme or reason to what might have happened?
It's an advanced outlet with just 2 lines of code.
Fallback OFF
OSC 000:00/000:30/015:00 Then ON
The XML output:
Code:
<name>Kalk_Topoff_</name>
<value>ON</value></record>
<record><date>07/30/2014 05:51:00</date>
<name>Kalk_Topoff_</name>
<value>OFF</value></record>
<record><date>07/30/2014 06:06:00</date>
<name>Kalk_Topoff_</name>
<value>ON</value></record>
<record><date>07/30/2014 06:06:30</date>
<name>Kalk_Topoff_</name>
<value>OFF</value></record>
<record><date>07/30/2014 07:35:46</date>
<name>VarSpd3_I3</name>
<value>PF3</value></record>
<record><date>07/30/2014 07:35:46</date>
<name>VarSpd4_I4</name>
<value>PF4</value></record>
<record><date>07/30/2014 07:35:46</date>
<name>SumpFan_3</name>
<value>ON</value></record>
<record><date>07/30/2014 07:35:46</date>
<name>Skimmer_4</name>
<value>ON</value></record>
<record><date>07/30/2014 07:35:46</date>
<name>SumpCircPump</name>
<value>ON</value></record>
<record><date>07/30/2014 07:39:00</date>
<name>Kalk_Topoff_</name>
<value>ON</value></record>
<record><date>07/30/2014 07:39:30</date>
<name>Kalk_Topoff_</name>
<value>OFF</value></record>
A power failure that no one noticed is reported at the same time it started back up.
Code:
<power><failed>07/30/2014 07:35:14</failed>
<restored>07/30/2014 07:35:46</restored></power>
software="4.31_3B14" hardware="1.0"
I'm new at this but up until now have not had a problem setting the APEX up. Any rhyme or reason to what might have happened?
Last edited: