Issue: All inputs showing as "OFF" state on portal

Related to the Portal
Post Reply
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Issue: All inputs showing as "OFF" state on portal

Post by rimai »

In Live more, the Portal doesn't pull data from the server. It pulls data from the controller, but it doesn't store it.
To store it, you need to have the Portal() function in your code and you need to make sure you have the wifi attachment setup properly.
Which app did you use to configure it? Dave's or the java app that comes with the Reef Angel Installer?
Roberto.
symon_say
Posts: 119
Joined: Sun Oct 09, 2011 6:04 am
Location: Dominican Republic
Contact:

Re: Issue: All inputs showing as "OFF" state on portal

Post by symon_say »

Dave's because java app was giving me some trouble, because i use static ip for the controller.

i have this in my code string:

Code: Select all

// This should always be the last line
    ReefAngel.Portal( "Symon_say" );
    ReefAngel.ShowInterface();
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Issue: All inputs showing as "OFF" state on portal

Post by rimai »

Make sure that when you setup with Dave's utility, you also click "Save Remote Settings" with reefangel.com selected.
Roberto.
symon_say
Posts: 119
Joined: Sun Oct 09, 2011 6:04 am
Location: Dominican Republic
Contact:

Re: Issue: All inputs showing as "OFF" state on portal

Post by symon_say »

Just to inform i set everything with the java app and still have the same problem, set it with Dave's app and with reefangel.com selected and is working again.

Thanks to all.
Image
Post Reply