Page 1 of 2

Internal webserver UI

Posted: Mon Nov 30, 2015 8:12 pm
by rimai
Hi Guys,

I changed the internal webserver to the Uapp UI.
To test it, use the latest dev branch.
Let me know how it works for you.

Re: Internal webserver UI

Posted: Mon Nov 30, 2015 8:17 pm
by lnevo
Cool. I need to start testing the dev code. I have some updates I want to do anyway :)

Roberto are we close to another release? Maybe we get a thread together with features to test etc? I feel like it may have been a while since the last one :)

Re: Internal webserver UI

Posted: Mon Nov 30, 2015 8:18 pm
by rimai
Yeah, I think this is the last piece I wanted to add to this release.

Re: Internal webserver UI

Posted: Mon Nov 30, 2015 9:49 pm
by lnevo
Sweet! I have to go to Hong Kong next week. I should really wait till I'm back to update...

Re: Internal webserver UI

Posted: Tue Dec 01, 2015 8:04 pm
by binder
lnevo wrote:Sweet! I have to go to Hong Kong next week. I should really wait till I'm back to update...
definitely wait until you are back. wouldn't want you to have an issue when you are halfway around the world. ;)

Sent from my XT1585 using Tapatalk

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 5:19 am
by cosmith71
All I get is a white screen with "Reef Angel Controller Web Server" in big black letters at the top. Tried Chrome, Edge, Firefox, and IE.

--Colin

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 8:57 am
by fishflipper
how do I update the controller to add the new UAPP Webserver?

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 9:48 am
by rimai
cosmith71 wrote:All I get is a white screen with "Reef Angel Controller Web Server" in big black letters at the top. Tried Chrome, Edge, Firefox, and IE.

--Colin
You must go to page /wifi

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 10:11 am
by cosmith71
That works much better. :D

How do I get it to pull up my values? It's all zeroes now.

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 10:31 am
by rimai
Click refresh button on top right corner

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 10:34 am
by cosmith71
Tried that. Do I need to enter in my forum username somewhere?

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 11:14 am
by rimai
Can you try a different browser?

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 2:07 pm
by cosmith71
OK, not sure what was going on, but it's working with all four browsers now.

It always comes up with 0's until I refresh. First refresh almost always returns an "Unable to process controller data" message.

Controller labels have to be downloaded every session?

Custom variables without a label justify to the left instead of the center after downloading labels.

--Colin

Re: Internal webserver UI

Posted: Wed Dec 02, 2015 2:13 pm
by cosmith71
Changing DC pump modes shows the icon for the previous mode until refreshed.

Edit: Just tried it on a different computer and it works as expected?

Edit part 2: Speed and duration don't automatically refresh. If I go from a specified mode with default speeds to custom mode with hard-coded speeds, the new speed/duration doesn't change until I refresh.

I hope this kind of stuff is what you were looking for, otherwise I'm just being a jerk. :mrgreen:

Re: Internal webserver UI

Posted: Thu Dec 03, 2015 8:50 pm
by fishflipper
I get unable to retrieve data every time.

Sent from my SAMSUNG-SM-G900A using Tapatalk

Re: Internal webserver UI

Posted: Fri Dec 04, 2015 8:47 pm
by rimai
fishflipper wrote:I get unable to retrieve data every time.

Sent from my SAMSUNG-SM-G900A using Tapatalk
You must use the dev branch of our libraries.
Did you update it?

Re: Internal webserver UI

Posted: Fri Dec 04, 2015 10:06 pm
by lnevo
cosmith71 wrote:Changing DC pump modes shows the icon for the previous mode until refreshed.

Edit: Just tried it on a different computer and it works as expected?

Edit part 2: Speed and duration don't automatically refresh. If I go from a specified mode with default speeds to custom mode with hard-coded speeds, the new speed/duration doesn't change until I refresh.

I hope this kind of stuff is what you were looking for, otherwise I'm just being a jerk. :mrgreen:
The problem is when you issue a wifi command to change something you get back OK and you don't get the same results like when setting a relay which returns the entire XML. Then you'd have to do a second query.

We could do 2 things to streamline that. Instead of sending just OK or ERR. We could put a status flag in the /sa /r99 output. It might break some of the current apps, but we'd just be adding the same tag it's looking for inside the rest of the output.

The other would be making the second call to the web ui to refresh. But I have issues sometimes if I query to quickly so a slight delay wouldn't be horrible. This btw, is all the same behavior of the current UApp also.

Re: Internal webserver UI

Posted: Fri Dec 04, 2015 10:09 pm
by rimai
I thought I changed that. When the controller responds with OK, I update the UI.
I'll double check.
I may have only done that for the cloud server connection, now that you mentioned.

Re: Internal webserver UI

Posted: Fri Dec 04, 2015 10:32 pm
by rimai
Ok, so I just tested and it updates fine on my side.
I had DCPump in Constant mode.
Click the image, selected a new mode, the browser showed the spinning wheel for a brief second and it updated the UI with the mode I had selected.

Re: Internal webserver UI

Posted: Fri Dec 04, 2015 10:34 pm
by rimai
I also did the same thing for the speed and duration, which updated the UI after the spinning wheel.

Re: Internal webserver UI

Posted: Fri Dec 04, 2015 10:36 pm
by rimai
I did see the labels not being kept though.
I'll work on this shortly.

Re: Internal webserver UI

Posted: Sat Dec 05, 2015 5:54 am
by cosmith71
It happens to me when going from custom, with it's own hard-coded speed and duration, to any other mode. It shows the custom speed and duration until a refresh.

Also, there seems to not be an icon for gyre?

--Colin

Re: Internal webserver UI

Posted: Sat Dec 05, 2015 7:29 am
by binder
lnevo wrote:
cosmith71 wrote:Changing DC pump modes shows the icon for the previous mode until refreshed.

Edit: Just tried it on a different computer and it works as expected?

Edit part 2: Speed and duration don't automatically refresh. If I go from a specified mode with default speeds to custom mode with hard-coded speeds, the new speed/duration doesn't change until I refresh.

I hope this kind of stuff is what you were looking for, otherwise I'm just being a jerk. :mrgreen:
The problem is when you issue a wifi command to change something you get back OK and you don't get the same results like when setting a relay which returns the entire XML. Then you'd have to do a second query.

We could do 2 things to streamline that. Instead of sending just OK or ERR. We could put a status flag in the /sa /r99 output. It might break some of the current apps, but we'd just be adding the same tag it's looking for inside the rest of the output.

The other would be making the second call to the web ui to refresh. But I have issues sometimes if I query to quickly so a slight delay wouldn't be horrible. This btw, is all the same behavior of the current UApp also.
I implemented a delay when refreshing from that command in my app for the same reason. too fast of request will error out.

Sent from my XT1585 using Tapatalk

Re: Internal webserver UI

Posted: Sun Dec 06, 2015 8:45 pm
by rimai
cosmith71 wrote:It happens to me when going from custom, with it's own hard-coded speed and duration, to any other mode. It shows the custom speed and duration until a refresh.

Also, there seems to not be an icon for gyre?

--Colin
Can you post the relevant code for me to replicate the problem?

Re: Internal webserver UI

Posted: Mon Dec 07, 2015 3:42 am
by cosmith71
Here you go.

Code: Select all

void PumpControl()
{
  // *******************  Pump Control *******************

  if (InternalMemory.DCPumpMode_read()==11)   // If custom mode on Portal
  {
    ReefAngel.DCPump.UseMemory = false;    // Turn off memory control
    ReefAngel.DCPump.SetMode(Else,60,30);  // If nothing changes it in the next few lines, this is what runs.
    ReefAngel.DCPump.Threshold=20;  
    if (hour()>=22 || hour()<9) ReefAngel.DCPump.SetMode(Gyre,80,30,50);  // Gyre max, duration, minimum
    if (hour()>=9 && hour()<10) ReefAngel.DCPump.SetMode(Gyre,90,30,60);  // Gyre max, duration, minimum
    if (hour()>=10 && hour()<11)
    {
      ReefAngel.DCPump.Threshold=20;
      ReefAngel.DCPump.SetMode(Else,40,20);    // Else mode from 1000 to 1100.  Wake up!
    }
  }
  else ReefAngel.DCPump.UseMemory = true;    //  If it's not custom mode on the portal, then do what mode the portal says.
}

Re: Internal webserver UI

Posted: Mon Dec 07, 2015 10:12 pm
by rimai
But if you are using usememory=false, you shouldn't be able to change speed and duration, right?

Re: Internal webserver UI

Posted: Mon Dec 07, 2015 10:43 pm
by lnevo
Yeah you're logic is a bit off..once in custom how do you get out?

Re: Internal webserver UI

Posted: Tue Dec 08, 2015 6:03 am
by cosmith71
Correct. Custom uses the hard coded values. Right now, they are gyre 80/30. The memory values for a non-custom mode are, say, 60/20. If I switch from custom with coded values of 80/30 to, say short pulse, the speed and duration still show the coded values of 80/30 instead of the memory values of 60/20 until I do a refresh. Same if I go back to custom from a memory mode. The mode display updates immediately, but the speed and duration values don't update on the screen until a refresh.

Lee, you can choose any mode you like from the DC Pump page. The code can tell when custom is selected.


--Colin

Re: Internal webserver UI

Posted: Tue Dec 08, 2015 6:41 am
by lnevo
Right nevermind. I misread the if statement. If memory is set to non custom the RF.UseMemory is true.

Re: Internal webserver UI

Posted: Thu Dec 17, 2015 8:40 am
by fishflipper
how do I update to the newest libraries?