PDA

View Full Version : Apex keeps emailing/text every hour about temp.


Reefahholic
01/26/2014, 01:37 PM
I have a Jager 300w on my 90g with 40g sump. I don't think it's dipping below 74 degrees. I have a temp sticker and it's always at 78.

Is there a reason it would email me every hour only for low temp.

I've dropped the alarm to 70 and it's still emailing every hour. I'm gonna hook up my temp probe tonight since it doesn't need to be calibrated like the PH probe. At my girlfriends house right now across town, so can't check the tank.

http://i48.photobucket.com/albums/f236/JaredJHarms/Mobile%20Uploads/C10D3AC8-FCE8-4164-95E4-93FF17ABE28A.png (http://s48.photobucket.com/user/JaredJHarms/media/Mobile%20Uploads/C10D3AC8-FCE8-4164-95E4-93FF17ABE28A.png.html)

hkgar
01/26/2014, 01:51 PM
Your jprogram says to send email if temp is less than 76, not 70. The program is a series of steps and the controller reacts to each statement independent of the others.

When it reads If temp <76 than ON. It looks at the temp and if 75.0 or less then out goes the email. Then it read the nest line. Mag9_3 may be on but the email has already gone out.

Reefahholic
01/26/2014, 02:17 PM
I changed it back to 76 from 70 because I kept dropping the temp thinking that maybe it was dipping low due to my house being cold. Once it was still emailing at 70, I knew that wasn't the problem.

Reefahholic
01/26/2014, 02:19 PM
How about this email alarm setup?


Set OFF
If TankTmp > 79.0 Then ON
If TankTmp < 75.0 Then ON
If SumpTmp > 79.0 Then ON
If SumpTmp < 75.0 Then ON
If Outlet CO2_Empty = ON Then ON
If Power EB8_3 Off 000 Then ON
If Power EB8_4 Off 000 Then ON
If Power EB4_5 Off 000 Then ON
If Power EB8_6 Off 000 Then ON
If Power EB8_7 Off 000 Then ON
If Outlet SumpHigh = ON Then ON
If Outlet SumpLow = ON Then ON
If Outlet WaterBug = ON Then ON
If Outlet FreshSaltLow = ON Then ON
If Outlet TopOffFail = ON Then ON
Defer 001:00 Then ON

Reefahholic
01/26/2014, 02:24 PM
So look, I set it up this morning. It emailed me twice and woke me up, so I turned it off. Turned it back on after lunch and there it went again. Every hour. Weird...can't be right. Hmm...

http://i48.photobucket.com/albums/f236/JaredJHarms/Mobile%20Uploads/DF5CE818-0C76-4DD5-BD3A-18EDB126EC02.png (http://s48.photobucket.com/user/JaredJHarms/media/Mobile%20Uploads/DF5CE818-0C76-4DD5-BD3A-18EDB126EC02.png.html)

hkgar
01/26/2014, 02:49 PM
Try posting in the Neptune thread in the Sponsors area. They are very good about responding

ryeguyy84
01/26/2014, 03:56 PM
What do the emails say? Usually the first line will tell you the email reason. Did you turn the outlet to on or auto?

Reefahholic
01/26/2014, 04:28 PM
Try posting in the Neptune thread in the Sponsors area. They are very good about responding

Ok

Reefahholic
01/26/2014, 04:30 PM
What do the emails say? Usually the first line will tell you the email reason. Did you turn the outlet to on or auto?

Just says that temp is < than anything I set it to.
"Alarm Statement: If Temp < 76.0 Then ON"

I'm going home shortly. I hope my brand new jäger heater didn't die.

For it to be every hour exactly has me wondering.

It's set to auto.
http://i48.photobucket.com/albums/f236/JaredJHarms/Mobile%20Uploads/6B62BF4C-8224-4095-A782-4B31D90493AC.png (http://s48.photobucket.com/user/JaredJHarms/media/Mobile%20Uploads/6B62BF4C-8224-4095-A782-4B31D90493AC.png.html)

ryeguyy84
01/26/2014, 04:36 PM
It defaults to 60 minute intervals so that sounds about right. What do you have your heater set to?

What is the reason in the email? First line of the text here's one I got for my topoff container

http://img.tapatalk.com/d/14/01/27/e4yvany2.jpg

Reefahholic
01/26/2014, 04:51 PM
Heater is set to 78. Alarms at <76 and >80.

I listed the email message above.

I think it may be because my temp probe isn't plugged in.

Tried to program it to read heater temp, but when you tell it temp, I think it's programmed to read temp probe and not my Outlet Jager_5

ryeguyy84
01/26/2014, 05:45 PM
The controller can't read the temp on the heater it can only read the probe. It will turn the heater outlet on at set temps. What does your heater program look like.

http://img.tapatalk.com/d/14/01/27/8ydeqanu.jpg

You will need to plug in your temp probe

Reefahholic
01/26/2014, 06:18 PM
The controller can't read the temp on the heater it can only read the probe. It will turn the heater outlet on at set temps. What does your heater program look like.

http://img.tapatalk.com/d/14/01/27/8ydeqanu.jpg

You will need to plug in your temp probe

Yeah, I think we just figured it out.

http://i48.photobucket.com/albums/f236/JaredJHarms/Mobile%20Uploads/045DC504-30EC-42C1-B443-2D05422EE65D.png (http://s48.photobucket.com/user/JaredJHarms/media/Mobile%20Uploads/045DC504-30EC-42C1-B443-2D05422EE65D.png.html)

Here's some advanced programming if your interested.

Programming by Kens Reef:


300 G Reef (Apex)

Last updated: 2014-01-26 11:00:03
Firmware revision: 4.31_1B14



AI-LEDs
Fallback ON
Set OFF
If Outlet Blue_LED = ON Then ON
If Outlet White_LED = ON Then ON
If Outlet Royal_LED = ON Then ON

BackupHt
Fallback OFF
If TankTmp < 76.0 Then ON
If TankTmp > 76.5 Then OFF

Blue_LED
Fallback OFF
Set BlueDn
If Outlet Sunrise = ON Then BlueUp
If Outlet Daytime = ON Then BlueUp
If Outlet Sunset = ON Then BlueDn
If Outlet Storming = ON Then Storm

Carbon_Pump
Fallback OFF
Set ON

ChillerPump
Fallback ON
Set ON

ChillerUnit
Fallback ON
Set ON

Cleaner
Fallback OFF
OSC 510:00/000:15/929:45 Then ON

CO2
Fallback OFF
If PF601pH > 6.25 Then ON
If PF601pH < 6.20 Then OFF
If Outlet PF601 = OFF Then OFF

CO2_Empty
Set OFF
If PF601pH > 7.00 Then ON
If PF601pH < 6.00 Then ON

Daytime
Set OFF
If Sun 060/-060 Then ON

EmailAlarm
Set OFF
If TankTmp > 79.0 Then ON
If TankTmp < 75.0 Then ON
If SumpTmp > 79.0 Then ON
If SumpTmp < 75.0 Then ON
If Outlet CO2_Empty = ON Then ON
If Power EB8_3 Off 000 Then ON
If Power EB8_4 Off 000 Then ON
If Power EB4_5 Off 000 Then ON
If Power EB8_6 Off 000 Then ON
If Power EB8_7 Off 000 Then ON
If Outlet SumpHigh = ON Then ON
If Outlet SumpLow = ON Then ON
If Outlet WaterBug = ON Then ON
If Outlet FreshSaltLow = ON Then ON
If Outlet TopOffFail = ON Then ON
Defer 001:00 Then ON

FlushLeft
Set OFF
OSC 000:00/005:00/055:00 Then ON
If Outlet DELETED = OFF Then OFF

FlushRight
Set OFF
OSC 030:00/005:00/025:00 Then ON
If Outlet DELETED = OFF Then OFF

FreshSaltLow
If Swx8_5 OPEN Then OFF
If Swx8_5 CLOSED Then ON
Defer 001:00 Then ON

HighHumid
If Sw1 OPEN Then OFF
If Sw1 CLOSED Then ON

KalkStir
Fallback OFF
OSC 000:00/005:00/240:00 Then ON

LeftBkTunze
Set PM-Left
If Outlet Sunrise = ON Then AM-Left
If Outlet Daytime = ON Then Day-Lft
If Outlet Sunset = ON Then AM-Left
If Outlet FlushLeft = ON Then ON
If FeedA 000 Then Feed
If FeedC 000 Then OFF
If FeedD 000 Then OFF

LeftFtTunze
Set PM-Left
If Outlet Sunrise = ON Then AM-Left
If Outlet Daytime = ON Then Day-Lft
If Outlet Sunset = ON Then AM-Left
If Outlet FlushLeft = ON Then ON
If FeedA 000 Then Feed
If FeedC 000 Then OFF
If FeedD 000 Then OFF

NeedWater
If Swx8_1 OPEN Then OFF
If Swx8_1 CLOSED Then ON
Defer 001:00 Then ON

PF601
Fallback ON
Set ON

PF601_Feed
Fallback ON
Set ON

PO4_Pump
Fallback OFF
Set ON

PwrBkTunze
Fallback ON
Set ON

PwrLftTunze
Fallback ON
Set ON

PwrRtTunze
Fallback ON
Set ON

RefugLight
Fallback OFF
If Sun 060/-060 Then ON

Return
Fallback ON
Set ON
Min Time 005:00 Then OFF
If Outlet SumpLow = ON Then OFF
If FeedA 001 Then OFF
If FeedC 000 Then OFF
If FeedD 000 Then OFF

RightBkTunze
Set PM-Right
If Outlet Sunrise = ON Then AM-Right
If Outlet Daytime = ON Then Day-Rt
If Outlet Sunset = ON Then AM-Right
If Outlet FlushRight = ON Then ON
If FeedA 000 Then Feed
If FeedC 000 Then OFF
If FeedD 000 Then OFF

RightFtTunze
Set PM-Right
If Outlet Sunrise = ON Then AM-Right
If Outlet Daytime = ON Then Day-Rt
If Outlet Sunset = ON Then AM-Right
If Outlet FlushRight = ON Then ON
If FeedA 000 Then Feed
If FeedC 000 Then OFF
If FeedD 000 Then OFF

RoomVent
Fallback ON
OSC 000:00/015:00/015:00 Then ON
If RoomTmp > 75.0 Then ON
If Outlet HighHumid = ON Then ON
Min Time 005:00 Then ON

Royal_LED
Fallback OFF
Set OFF
If Moon 000/000 Then MoonLt
If Outlet Sunrise = ON Then RoyalUp
If Outlet Daytime = ON Then RoyalUp
If Outlet Sunset = ON Then RoyalDn
If Outlet Storming = ON Then Storm

SaltHeat
Fallback ON
Set ON
If Outlet FreshSaltLow = ON Then OFF

SaltStir
Fallback ON
Set ON
If Outlet FreshSaltLow = ON Then OFF

Skimmer
Fallback ON
Set ON
If Outlet Return = OFF Then OFF
If Outlet SkimmerHigh = ON Then OFF
Min Time 005:00 Then OFF
If FeedA 005 Then OFF
If FeedB 005 Then OFF
If FeedC 005 Then OFF
If FeedD 005 Then OFF

SkimmerHigh
If Swx8_4 OPEN Then OFF
If Swx8_4 CLOSED Then ON
If FeedA 002 Then OFF
If FeedC 002 Then OFF
If FeedD 002 Then OFF

SkimmerLight
Fallback OFF
Set OFF
If Outlet Skimmer = OFF Then ON

SndAlm_I6
Set OFF
If TankTmp > 81.0 Then ON
If TankTmp < 73.0 Then ON
If SumpTmp > 81.0 Then ON
If SumpTmp < 73.0 Then ON
If Power EB8_3 Off 000 Then ON
If Power EB8_4 Off 000 Then ON
If Power EB4_5 Off 000 Then ON
If Power EB8_6 Off 000 Then ON
If Power EB8_7 Off 000 Then ON
If Outlet SumpHigh = ON Then ON
If Outlet SumpLow = ON Then ON
If Outlet WaterBug = ON Then ON
If Power Apex Off 001 Then OFF
Defer 001:00 Then ON

SndWrn_I7
Set OFF
If TankTmp > 79.0 Then ON
If TankTmp < 75.0 Then ON
If SumpTmp > 79.0 Then ON
If SumpTmp < 75.0 Then ON
If Outlet FreshSaltLow = ON Then ON
If Power Apex Off 001 Then OFF
Defer 001:00 Then ON

Storming
Set OFF

SumpHigh
If Swx8_3 OPEN Then OFF
If Swx8_3 CLOSED Then ON
If Outlet Return = OFF Then OFF
If FeedA 005 Then OFF
If FeedB 005 Then OFF
If FeedC 005 Then OFF
If FeedD 005 Then OFF

SumpLow
If Swx8_2 OPEN Then OFF
If Swx8_2 CLOSED Then ON
Defer 001:00 Then ON
Min Time 001:00 Then OFF

Sunrise
If Sun 000/-065 Then ON
If Outlet Daytime = ON Then OFF

Sunset
If Sun 000/000 Then ON
If Outlet Sunrise = ON Then OFF
If Outlet Daytime = ON Then OFF

TopOff
Fallback OFF
If Outlet NeedWater = ON Then ON
If Outlet NeedWater = OFF Then OFF
If Outlet Return = OFF Then OFF
If Outlet SumpHigh = ON Then OFF
If Outlet WaterBug = ON Then OFF
If FeedA 002 Then OFF
If FeedC 002 Then OFF

TopOffFail
If Swx8_1 OPEN Then OFF
If Swx8_1 CLOSED Then ON
Defer 010:00 Then ON

UHE
Fallback ON
Set ON

WaterBug
If Swx8_6 OPEN Then OFF
If Swx8_6 CLOSED Then ON

WaterXchng
Fallback OFF
Set ON
If Outlet FreshSaltLow = ON Then OFF
If Outlet SumpHigh = ON Then OFF