No water anywhere near the cable
Sent from my iPhone using Tapatalk
Search found 7 matches
- Wed Nov 19, 2014 7:48 pm
- Forum: Standard
- Topic: Screen stays on / will not turn off
- Replies: 5
- Views: 5440
- Wed Nov 19, 2014 7:47 pm
- Forum: Standard
- Topic: Screen stays on / will not turn off
- Replies: 5
- Views: 5440
Re: Screen stays on / will not turn off
Yea I'm going with the cable. But the screen has been on for at least a week now.
Sent from my iPhone using Tapatalk
Sent from my iPhone using Tapatalk
- Mon Nov 17, 2014 1:52 pm
- Forum: Standard
- Topic: Screen stays on / will not turn off
- Replies: 5
- Views: 5440
Screen stays on / will not turn off
My RA+ has been running great! Recently one of my Jabeo pumps stopped working with the dimmer, so I switched it back to the stock controller and it works on that. The second wp10 that I have works on either dimmer port. Anyways my main display started not timing out. I didn't change any code or equi...
- Tue Sep 16, 2014 7:14 pm
- Forum: How do I code ...
- Topic: control two jabeo with different speeds
- Replies: 5
- Views: 4939
control two jabeo with different speeds
i am trying to use else mode that i stole from another user on here, cant remember who. The two pumps operate at the same speeds as each other or on anti sync just the opposite of each other. I want one tank to have stronger flow than the other as shown below but they wont go at different speeds. #i...
- Mon Sep 15, 2014 7:17 pm
- Forum: How do I code ...
- Topic: Dual Tank, single controller
- Replies: 4
- Views: 4296
Re: Dual Tank, single controller
Wow! Thank you very much! I will play with that tomorrow. I have had to make some changes to my INO due to not following instructions causing my 2nd fan to rapidly toggle. I fixed it by copy and paste from another thread, I believe from Roberto. Now if only this stupid goni would open up I'd be real...
- Mon Sep 15, 2014 1:51 pm
- Forum: How do I code ...
- Topic: Dual Tank, single controller
- Replies: 4
- Views: 4296
Re: Dual Tank, single controller
well i am running two fans on two temp probes and i am also running two separate single ATO. the only thing i am missing is two separate overheat functions. #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include <DS...
- Sun Sep 14, 2014 8:05 pm
- Forum: How do I code ...
- Topic: Dual Tank, single controller
- Replies: 4
- Views: 4296
Dual Tank, single controller
Well guys i want to control ATO, Fan (chiller), and Overheat functions for 2 different tanks. I am hoping that you guys can help me with this. Here is what I want to try: #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h...