Search found 10 matches

by avionixx
Thu Aug 01, 2013 4:21 pm
Forum: How do I code ...
Topic: WaterLevelATO check
Replies: 6
Views: 2900

Re: WaterLevelATO check

Actually I didn't! I could have sworn the instructions said teflon tape was fine, so now that you mention it, I'm going to go ahead and cement the adapter to the pipe.
by avionixx
Thu Aug 01, 2013 2:10 pm
Forum: How do I code ...
Topic: WaterLevelATO check
Replies: 6
Views: 2900

Re: WaterLevelATO check

Thanks for the help! And no, it wasn't in short blips. When I first got it calibrated, I made 65-70% to be the "full" line for the sump. After a few weeks, "full" came to mean 55. After a few weeks it became 30 and before I decided to check the sensor pipe, 20% was full. I didn't...
by avionixx
Thu Aug 01, 2013 11:48 am
Forum: How do I code ...
Topic: WaterLevelATO check
Replies: 6
Views: 2900

WaterLevelATO check

I'm about to set up an ATO system using the Water Level sensor and I'm wondering if someone can help me add a check to the WaterLevelATO function. In the past, I've noticed that the water level reading has a possibility of fluctuating; whether it's caused by the tubing somehow allowing some of the p...
by avionixx
Thu Jul 04, 2013 3:03 pm
Forum: Addons
Topic: Wifi Periodically Stops Responding
Replies: 136
Views: 87132

Re: Wifi Periodically Stops Responding

Yeah what makes it strange is that the module is doing the slow blink green as if it's connected, but can't be pinged and isn't transmitting data from the controller. It has to be disconnected from the controller for a few seconds and then reconnected before it'll start working properly again.
by avionixx
Wed Jul 03, 2013 10:36 am
Forum: Addons
Topic: Wifi Periodically Stops Responding
Replies: 136
Views: 87132

Re: Wifi Periodically Stops Responding

I'm still not having any luck with my WIFI module, it disconnects randomly and won't reconnect. I've tried all of the methods recommended by others in various threads: - Update to latest firmware (it already came with the latest) - Set linkmon to 30 or 50 - Assign static lease to Wifi module - Set r...
by avionixx
Tue Jun 25, 2013 4:56 pm
Forum: Addons
Topic: My Jebao "Else" mode
Replies: 123
Views: 75991

Re: My Jebao "Else" mode

Nice! I can't wait to try this later!
by avionixx
Sun Jun 02, 2013 9:18 pm
Forum: Development Libraries
Topic: Weather Library Beta
Replies: 18
Views: 19739

Re: Weather Library Beta

How do you test that? lol
by avionixx
Sun Jun 02, 2013 11:10 am
Forum: Development Libraries
Topic: Weather Library Beta
Replies: 18
Views: 19739

Re: Weather Library Beta

Yes, I set both the LightningChannel and CloudChannel to 255. I tried setting them to their appropriate values to my setup: PWM 0-4 for the clouds (byte value 62) and 2+4 for lightning (byte value 10) but never saw any effects with it.
by avionixx
Sat Jun 01, 2013 2:32 pm
Forum: Development Libraries
Topic: Weather Library Beta
Replies: 18
Views: 19739

Re: Weather Library Beta

Thanks for the reply and the clarification! I was confused on what to put there, however, even after I've changed it to the proper value (initially 62 for the clouds, and then I tried 255) I'm still not seeing the effect. Personally, I think the current implementation for specifying which channels s...
by avionixx
Sat Jun 01, 2013 9:01 am
Forum: Development Libraries
Topic: Weather Library Beta
Replies: 18
Views: 19739

Re: Weather Library Beta

Can anyone help me get this code running? I have everything set up like the usage guide says but I've yet to see any cloud or lightning effects. Here's my code: #include <ReefAngel_Features.h> #include <Globals.h> #include <RA_Wifi.h> #include <Wire.h> #include <OneWire.h> #include <Time.h> #include...