Portal not displaying relay activity and web chart info

Related to the Portal
Post Reply
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

I think I set it to the host 0.0.0.0 when I was having issues with the wifi module.. :/
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Portal not displaying relay activity and web chart info

Post by rimai »

Correct...
Roberto.
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Portal not displaying relay activity and web chart info

Post by lnevo »

Appleseed wrote:I assume you mean;

HOST=0.0.0.0:2000

should it be 198.171.134.6:80
Yes, but not sure what else might be missing. That was a big red flag :)
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Portal not displaying relay activity and web chart info

Post by rimai »

I would also change the idletimer to 3
IdleTimer=0
Roberto.
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

cool, set the idletimer to 3, will try again and see what happens.
Image
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

one other stupid question, is it necessary to power off the head-unit when connecting/disconnecting the bluetooth and wifi modules? I usually do but was not sure if i should or should not.
Image
User avatar
lnevo
Posts: 5430
Joined: Fri Jul 20, 2012 9:42 am

Re: Portal not displaying relay activity and web chart info

Post by lnevo »

Not for wifi, maybe for bt
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Portal not displaying relay activity and web chart info

Post by rimai »

They are both hot swappable
Roberto.
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

I assume you mean they are hot swappable?.
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Portal not displaying relay activity and web chart info

Post by rimai »

sorry... yeah.. :oops:
I fixed it
Roberto.
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

rimai wrote:sorry... yeah.. :oops:
I fixed it
:D

It seems the relay and web banners still not being updated. The portal does show the correct ph, temps etc.
Unless im being to impaitent...

I can connect to my RA using the android app (via the mobile network), so i assume my nat etc is working.
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Portal not displaying relay activity and web chart info

Post by rimai »

Please check these settings against yours.
This is the macro file I use to program the units:

Code: Select all

send '$$$'
wait 'CMD'
sendln 'set ftp address 198.175.253.161'
wait'AOK'
sendln 'save'
wait 'config'
sendln 'set wlan ssid testing'
wait 'AOK'
sendln 'set wlan pass a01b02c03d'
wait 'AOK'
sendln 'set option deviceid ReefAngelWifi'
wait 'AOK'
sendln 'set w j 1'
wait 'AOK'
sendln 'set c c 0'
wait 'AOK'
sendln 'set c r 0'
wait 'AOK'
sendln 'set c o 0'
wait 'AOK'
sendln 'set c i 3'
wait 'AOK'
sendln 'set dns name www.reefangel.com'
wait 'AOK'
sendln 'set i h 198.171.134.6'
wait 'AOK'
sendln 'set i r 80'
wait 'AOK'
sendln 'set i f 0x06'
wait 'AOK'
sendln 'set s t 0x10'
wait 'AOK'
sendln 'set u m 2'
wait 'AOK'
sendln 'set i p 2'
wait 'AOK'
sendln 'set u b 57600'
wait 'AOK'
sendln 'set s p 0'
wait 'AOK'
sendln 'set c s 1420'
wait 'AOK'
Roberto.
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

Ill reconfigure it using the relevant parameters.

I did try use the Wifi Attachment Setup Utility to reconfigure it but kept getting the error "Please disconnect and then reconnect the Reef Angel Wifi Attachment from the USB-TTL cable and try again" which reminded my why i manually configured the module :/
Image
Appleseed
Posts: 86
Joined: Sat Jun 30, 2012 9:21 am

Re: Portal not displaying relay activity and web chart info

Post by Appleseed »

Whoo hoo, i reconfigured it using that script but with a static IP and it seems to be working :D


thanks again for all your help.

It now beer time :D
Image
Post Reply