Search found 22 matches

by oscarinw
Fri Jun 19, 2015 6:12 am
Forum: How do I code ...
Topic: How to turn off an 'always on' port a few times a day?
Replies: 5
Views: 6461

Re: How to turn off an 'always on' port a few times a day?

You can use it like this: ReefAngel.Relay.On(Port8); if (hour()==11 && minute()<20) ReefAngel.Relay.Off(Port8); if (hour()==16 && minute()<20) ReefAngel.Relay.Off(Port8); This does it! I just tested it and works perfectly. The idea is just now to have the feedings scheduled in the m...
by oscarinw
Fri Jun 19, 2015 6:10 am
Forum: How do I code ...
Topic: How to turn off an 'always on' port a few times a day?
Replies: 5
Views: 6461

Re: How to turn off an 'always on' port a few times a day?

binder wrote: how do you trigger your auto feeder? is it separate from the ra?
do you use feeding mode on the ra?
You are right. The feeder is independent from the RA. I don't use feeding mode.
by oscarinw
Wed Jun 17, 2015 8:03 pm
Forum: How do I code ...
Topic: How to turn off an 'always on' port a few times a day?
Replies: 5
Views: 6461

How to turn off an 'always on' port a few times a day?

Hi folks, I'm trying to figure out a code to help me turn off port 8 that's currently setup as an 'always on' port. I need to turn it off for 20 minutes at 2 or 3 specific times of the day. I have an automatic feeder that I will program to work at those times. Currently dealing with food getting was...
by oscarinw
Mon Oct 13, 2014 8:19 pm
Forum: Standard
Topic: Wifi module works for a few hours and then stops
Replies: 1
Views: 1911

Wifi module works for a few hours and then stops

I have a problem with my wifi module. The unit will configure alright via utility but will only work for a few hours before failing again. The only way to have it going again is to run the wifi utility from scratch. A bit about my configuration: I have a network that does not broadcast the SSID and ...
by oscarinw
Fri Oct 03, 2014 1:35 pm
Forum: Addons
Topic: Wifi will not connect after firmware update
Replies: 63
Views: 165013

Re: Wifi will not connect after firmware update

And you tried this with both 9600 (default) and 57600 baud, correct? I hadn't until now and ISSUE IS SOLVED. This was my mistake (for informational purposes): 1. I updated firmware and then was trying every method for connection with no results. 2. I tried then to revert firmware via Macro suggeste...
by oscarinw
Fri Oct 03, 2014 7:41 am
Forum: Addons
Topic: Wifi will not connect after firmware update
Replies: 63
Views: 165013

Re: Wifi will not connect after firmware update

I saw the window on VeraTerm before. That is the one telling me But that's the one that reads "wifi attachment no ftp.ttl:25:wait". End and Pause are the only options there. Baud rate was changed to 57600 and there is an OK button on that window. However, that's the 'Setup -> Serial Port' ...
by oscarinw
Thu Oct 02, 2014 6:26 pm
Forum: Addons
Topic: Wifi will not connect after firmware update
Replies: 63
Views: 165013

Re: Wifi will not connect after firmware update

It blinks blue twice per green blink. When the wifi utility connects first the pattern is altered for a bit...
by oscarinw
Wed Oct 01, 2014 7:40 pm
Forum: Addons
Topic: Wifi will not connect after firmware update
Replies: 63
Views: 165013

Re: Wifi will not connect after firmware update

VeraTerm is giving me a "wifi attachment no ftp.ttl:25:wait" on a dialogue box with pause and End options. This happens right after I run the macro. I tried all 3 setup forms in the manual as well as this and nothing seems to be able to configure the attachment. The wifi utility connects t...
by oscarinw
Mon Aug 25, 2014 3:45 pm
Forum: Standard
Topic: Relay #3 is stuck in the ON position.
Replies: 5
Views: 5269

Re: Relay #3 is stuck in the ON position.

Yes, when svga is unplugged, the relay remains ON as do the pwm dimmers...
by oscarinw
Mon Aug 25, 2014 1:54 pm
Forum: Standard
Topic: Relay #3 is stuck in the ON position.
Replies: 5
Views: 5269

Relay #3 is stuck in the ON position.

Relay #3 is stuck in the ON position. I rebooted the board and unplugged/plugged the system. LCD screen shows relay as if it was off. However, anything that plugs into it, powers on. I have it as a doser powering an Toms aqua lifter pump. It only turns on for one minute a day. Yesterday, it started ...
by oscarinw
Thu Apr 17, 2014 5:05 pm
Forum: Development Libraries
Topic: Error: 'class DCPumpClass' has no member named 'LowATOChann
Replies: 13
Views: 17562

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Sorry to be a pain. What should I do with which of these files?
by oscarinw
Tue Apr 15, 2014 1:28 pm
Forum: Development Libraries
Topic: Error: 'class DCPumpClass' has no member named 'LowATOChann
Replies: 13
Views: 17562

Re: Error: 'class DCPumpClass' has no member named 'LowATOCh

Hey guys, any word on this?
I am on 1.1 and have my DC pump on the ATO port. I tried the

ReefAngel.DCPump.LowATOChannel=Sync;

And now I'm getting the DCPump has no member compilation error. Is there a way to use wizard with the DC pump on the Low ATO with libraries at 1.1?
Thanks!
by oscarinw
Thu Jun 27, 2013 10:17 pm
Forum: Addons
Topic: SpeedWave/Jebao DC pumps
Replies: 130
Views: 98410

Re: SpeedWave DC pumps

Just placed an order for the DC4000 @ aquarium specialty. Not sure if I'll want to use it with RA or not... Will this work on the PWMs or is it an analog signal?
by oscarinw
Sat Jun 22, 2013 6:16 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625981

Re: Android Reef Angel Status

Gotcha Mike. Yours is for the seniors of this forum.
by oscarinw
Fri Jun 21, 2013 9:29 pm
Forum: How do I code ...
Topic: WP40 on the ATO PWM & Custom code
Replies: 26
Views: 25682

Re: WP40 on the ATO PWM & Custom code

Oscar, I added ATO PWM support to the DCPump library, so you can use the wizard and you'll just have to add ReefAngel.DCPump.LowATOChannel=Sync; to activate it :) If you use the code above you can choose custom from the portal or switch through all the modes. http://forum.reefangel.com/viewtopic.ph...
by oscarinw
Fri Jun 21, 2013 9:23 pm
Forum: Apps
Topic: Android Reef Angel Status
Replies: 974
Views: 625981

Re: Android Reef Angel Status

I seem to have a connection issue when I'm off my home network. I'm using the same address for my away host as with the Portal. The portal updates fine but when I try to access it through Reef Angel Status on my away settings I get a Error 15: Timeout. It works fine on my home settings. Any ideas? ...
by oscarinw
Wed Jun 19, 2013 5:39 pm
Forum: Standard
Topic: JEBO WP-40
Replies: 407
Views: 323584

Re: JEBO WP-40

Ok tanks! :) Looking forward to that else mode. I wish I could contribute something but I am just learning what the code is doing, nevermind trying to compose something, I know zero in programmation. The else mode seem pretty random and with very short pulse at least on the wp25 controller. The pul...
by oscarinw
Wed Jun 19, 2013 11:52 am
Forum: How do I code ...
Topic: WP40 on the ATO PWM & Custom code
Replies: 26
Views: 25682

WP40 on the ATO PWM & Custom code

Hello all, I just wanted to share my experience in hooking up a Jebao WP40 to my RA via the ATO PWM port. Hopefully this will save someone some time in the future. So I wanted to upgrade my tank flow and started getting curious about the WP40. From different forums and reviews, I gathered that it wa...
by oscarinw
Thu Jun 06, 2013 4:20 pm
Forum: Tutorials
Topic: Controlling Jebao/Tunze/Speedwave pumps
Replies: 66
Views: 61947

Re: Controlling Jebao/Tunze pumps

Only one ATO port can do PWM. pinMode(lowATOPin,OUTPUT); analogWrite(lowATOPin,ReefCrestMode(60,20,true)); The cable is designed to work on 0-10VDC signals. You will need to mod the cable if you want to use 0-5VDC signal. Take one resistor and bridge the pads instead. Roberto, I am also connecting ...
by oscarinw
Tue Jun 04, 2013 11:08 am
Forum: Tutorials
Topic: ReefAngel external web access [GUIDE]
Replies: 8
Views: 14648

Re: ReefAngel external web access [GUIDE]

Problem is my router only offers dynamic DNS from dyndns.org. I can't use a different one :( I wish I couldve Actually if you choose the dyndns from the dropdown menu and then input the host you get from no-ip.com, it works just the same... It stumped me too for a little while and then figured it's...
by oscarinw
Thu May 30, 2013 6:57 pm
Forum: Standard
Topic: JEBO WP-40
Replies: 407
Views: 323584

Re: JEBO WP-40

Hey folks, not trying to hijack your thread here. I need a bit of help with my controllable pump... Still trying to figure out if it's doable and if so how... I can't post links or send private messages I'm such a noob, but if you search for 'Help to connect a certain controllable pump to my ATO DWM...
by oscarinw
Thu May 30, 2013 6:56 pm
Forum: Development Libraries
Topic: Wave patterns
Replies: 136
Views: 262551

Re: Wave patterns

Hey folks, not trying to hijack your thread here. I need a bit of help with my controllable pump... Still trying to figure out if it's doable and if so how... I can't post links or send private messages I'm such a noob, but if you search for 'Help to connect a certain controllable pump to my ATO DWM...