Seasonal table for temperature control?

ReeferBud

Active Member
View Badges
Joined
Jul 2, 2017
Messages
486
Reaction score
325
Location
Houston
Rating - 0%
0   0   0
The concept sounds pretty cool but wondering if anyone is using this.

I know one can change the season table values but the default apex table has a range of 75-80 F, which is more of a variation than I typically run between seasons.

Please share if your using the season table and your range. Thanks!
 

jonmos75

Active Member
View Badges
Joined
Sep 23, 2015
Messages
225
Reaction score
100
Rating - 0%
0   0   0
I run the default seasonal table, Aug 1 the hottest temp 80.5 and drops a 00.1 degree everyday to three days until it gets to its lowest temp of 75.0 on Feb 1. Then it rises to 80.5 on Aug 1.

The temperature is never stable in the ocean it will rise and fall all the time and I also feel that have the corals go through these temperature change makes them stronger if I was to have a failure with a heater that they can handle the temperature change that could happen.
 

drspiroraft

New Member
View Badges
Joined
Jan 26, 2019
Messages
10
Reaction score
0
Rating - 0%
0   0   0
Excuse my ignorance but where is this feature in the apex. I could not find anything in regard to seasonal temp.
 

rkpetersen

walked the sand with the crustaceans
View Badges
Joined
Sep 14, 2017
Messages
4,528
Reaction score
8,866
Location
Near Seattle
Rating - 0%
0   0   0
I run my temp season table fairly tightly - minimum of 77.8 degrees in February, maximum of 78.7 degrees in August.

Excuse my ignorance but where is this feature in the apex. I could not find anything in regard to seasonal temp.

You can't access the season table from Apex Fusion; you have to go to Apex Local on your LAN.
Apex Local is accessed in your browser either by entering '[yourapexname].local' or the actual IP address.
So it could be something like randysreef.local or 192.168.1.22.
Once in Apex Local, you open the Misc page (wrench icon), and then open the Season page (sun icon).
From there, you pull down the menu to Temperature, and you can then adjust the temp set point for each month.
 

drspiroraft

New Member
View Badges
Joined
Jan 26, 2019
Messages
10
Reaction score
0
Rating - 0%
0   0   0
Okay never knew that. Then how does that adjust the heaters? Will it automatically change the recommended temperatures when programming the heaters?
 

rkpetersen

walked the sand with the crustaceans
View Badges
Joined
Sep 14, 2017
Messages
4,528
Reaction score
8,866
Location
Near Seattle
Rating - 0%
0   0   0
To use the season table numbers, instead of coding the actual target temps, you do it like this:

If Temp < RT+0.0 Then ON

This will use the current system table number for that month.
It will transition to the next number gradually through the month.

If you want to set for a higher number than the season table, use:

If Temp < RT+0.5 Then ON

This will create the set point 0.5 degrees higher than the season table.

If you want to set for a lower number than the season table, use:

If Temp < RT+-0.5 Then ON

This will create the set point 0.5 degrees lower than the season table.
Note that there's no typo there - It has to be 'RT+-'; 'RT-' without the plus sign first won't work.
 

Tentacled trailblazer in your tank: Have you ever kept a large starfish?

  • I currently have a starfish in my tank.

    Votes: 64 31.7%
  • Not currently, but I have kept a starfish in the past.

    Votes: 53 26.2%
  • I have never kept a starfish, but I hope to in the future.

    Votes: 42 20.8%
  • I have no plans to keep a starfish.

    Votes: 41 20.3%
  • Other.

    Votes: 2 1.0%
Back
Top