-
Posts
1,522 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Gallery
Everything posted by Zac
-
Yeah Bro it is a cool device, basically the function is unlimited.
-
:superman: Experiment success!!! Tested the Automatic water change using the water level sensor! Run it to draw water out of tank to level 50% and fill it up to level 84% Tested it for 10x interval of 2mins and it pass the test!!!!!! Cool now i have set it to do water change for a start 4x a day for a week. below is the code i use. all i do is think of what i want the controller to do and request for help on the US forum and try out the code Simple as that ! if (hour()==12 && minute()==15 && second()==0) ReefAngel.WaterChangeModeStart(); if (hour()==18 && minute()==15 && second()==0) ReefAngel.WaterChangeModeStart(); if (hour()==0 && minute()==15 && second()==0) ReefAngel.WaterChangeModeStart(); if (hour()==6 && minute()==15 && second()==0) ReefAngel.WaterChangeModeStart(); if (ReefAngel.DisplayedMenu==WATERCHANGE_MODE) { if (WCstatus==0) { ReefAngel.Relay.On(Box1_Port5); WCstatus=1; } if (ReefAngel.WaterLevel.GetLevel()<=50 && WCstatus>0 && WCstatus<10) WCstatus++; if (ReefAngel.WaterLevel.GetLevel()<=50 && WCstatus==10) { WCstatus=11; ReefAngel.Relay.Off(Box1_Port5); ReefAngel.Relay.On(Box1_Port6); } if (ReefAngel.WaterLevel.GetLevel()<=84 && WCstatus>10 && WCstatus<20) WCstatus++; if (ReefAngel.WaterLevel.GetLevel()>84 && WCstatus==20) { ReefAngel.Relay.Off(Box1_Port6);
-
My water Level sensor module arrived today!! As usual too anxious to set it up forgotten to take pics unboxing it . was a breeze calibrating it! it measures the pressure using a PVC tubing and its very accurate i must say. 2 steps to calibrate. Step 1 calibrate when device is out of water. reading 0% water level Step 2 calibrate when device is fully submerge . Reading 100% water level And thats it ! water Level Module calibrated. i place it at 63% so if the water level rises to say 70% i know 1 of my return pump must have stop working. Hence i will need to do a maintenance. will be doing a Water Change automation tomorrow. Stay Tune
-
WTS GreenMonti,LeatherCoral,GlodenCloves Frags
Zac replied to Zac's topic in Sell off/Pasar Malam Shop
Updates 1) Golden Cloves x1 ($15 each) 3) Leather Corals x 1 ($4 each) -
WTS GreenMonti,LeatherCoral,GlodenCloves Frags
Zac replied to Zac's topic in Sell off/Pasar Malam Shop
Updates 1) Golden Cloves x1 ($15 each) 3) Leather Corals x 2 ($4 each) -
WTS the followings, Please view picture for actual frags 1) Golden Cloves x2 ($15 each) 2) Green Montix1 ($15) 3) Leather Corals x 2 ($4 each) collection at blk 177 woodlands st 13 only Collection time preferably Sunday 1030am contact 98527990 to fixed appointments
-
Waiting for my water level sensor module to arrived for my next project!! Going to create a very sensitive and specific water change that will change out say 1 gallon per day. when it is working i will have it change out on a 24hrs cycle say a specific amount of water change gradually for 24 times though out the day. also planning for my next BIG project ! gonna keep it a secret first
-
-
-
Can active carbon cause a tank to be toxic??
Zac replied to Marine_fanaticz's topic in New to the Marine Aquaria Hobby
How much Carbon was added? -
Can active carbon cause a tank to be toxic??
Zac replied to Marine_fanaticz's topic in New to the Marine Aquaria Hobby
May I ask how old is your tank? and is the true prec newly introduced? -
WTS Golden cloves,Hammer,leatherCoral,Mushies,GreenPlates.
Zac replied to Zac's topic in Sell off/Pasar Malam Shop
Updates 2) 1x hammers frags(more then 2 heads) $15 per frag 3) 2x leather coral(about 1-2 inches) $4 per frag -
WTS Golden cloves,Hammer,leatherCoral,Mushies,GreenPlates.
Zac replied to Zac's topic in Sell off/Pasar Malam Shop
Updates 2) 2x hammers frags(more then 2 heads) $15 per frag 3) 3x leather coral(about 1-2 inches) $4 per frag 4) 1x blue spotted mushrooms(3polyps) $10 -
Had ML years ago got it to feed on pellets and its eating well but however one day after a few month it died on me. Maybe the pellets last time not nutritional enough lol.
- 12 replies
-
- moorish idol
- tang
-
(and 1 more)
Tagged with:
-
WTS Golden cloves,Hammer,leatherCoral,Mushies,GreenPlates.
Zac replied to Zac's topic in Sell off/Pasar Malam Shop
Updates 1) 1x frags of Golden Cloves(more then 10 polyps per frags) $15 per frag 2) 2x hammers frags(more then 2 heads) $15 per frag 3) 3x leather coral(about 1-2 inches) $4 per frag 4) 1x blue spotted mushrooms(3polyps) $10 -
WTS Golden cloves,Hammer,leatherCoral,Mushies,GreenPlates.
Zac replied to Zac's topic in Sell off/Pasar Malam Shop
Updates 1) 2x frags of Golden Cloves(more then 10 polyps per frags) $15 per frag 2) 2x hammers frags(more then 2 heads) $15 per frag 3) 3x leather coral(about 1-2 inches) $4 per frag 4) 1x blue spotted mushrooms(3polyps) $10 -
WTS the following 1) 3x frags of Golden Cloves(more then 10 polyps per frags) $15 per frag 2) 3x hammers frags(more then 2 heads) $15 per frag 3) 3x leather coral(about 1-2 inches) $4 per frag 4) 1x blue spotted mushrooms(3polyps) $10 5) 1x luminous green plate $28 6) 1x green plate $12 Viewing and collection at Blk 177 woodlands street 13 only. Collection available on Sunday 10 November 10am-12pm Contact 98527990 for RSVP. Thanks
-
havent had time to post updates... will do it once i have rest!!
-
Hi can share what ingredient you use to diy this?
-
-
i simply log on to reefangel's online portal and set the it to alert me for instance if the PH drops below 7.8 i also set it to alert me if the float switch high was trigger that will indicate a return pump failure.
-
I have gotten a few PMs as to how to set the Alert so heres some pics of how i do it.