Overheat temp set

Basic / Standard Reef Angel hardware
Post Reply
Threedo
Posts: 22
Joined: Mon Apr 02, 2012 9:02 am

Overheat temp set

Post by Threedo »

Is there simple code to put in the PDE file to set the overheat temp to shut off my lights? I believe i did this origionally with ragen memory setting but would like to change it.
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Overheat temp set

Post by rimai »

Code: Select all

    ReefAngel.OverheatShutoffPorts = Port2Bit | Port3Bit | Port7Bit;
Change the port numbers according to your setup.
Roberto.
Threedo
Posts: 22
Joined: Mon Apr 02, 2012 9:02 am

Re: Overheat temp set

Post by Threedo »

yes but is there a place to set the shut off to say 81 degrees?
rimai
Posts: 12857
Joined: Fri Mar 18, 2011 6:47 pm

Re: Overheat temp set

Post by rimai »

Yes, you can use this on your setup() section:

Code: Select all

    InternalMemory.OverheatTemp_write( 869 );
Or use any app that can change internal memory, such as Client, Java Status or smart phone apps.
Roberto.
Post Reply