Page 1 of 1

Re: New Reef Angel User

Posted: Fri Jun 01, 2018 12:33 pm
by Henkie
How do I go about fixing that? That is the username of the previous owner

Re: New Reef Angel User

Posted: Fri Jun 01, 2018 1:06 pm
by rimai
You need to upload your own code to the controller.

Re: New Reef Angel User

Posted: Sat Jun 02, 2018 5:23 am
by Henkie
Every time I try to upload my own web wizard generated code I get the same messeage as on the first page “error uploading”

Re: New Reef Angel User

Posted: Sat Jun 02, 2018 8:08 pm
by rimai
That board may be bad. We know your usbttl cable is good otherwise you wouldn't be able to program the wifi attachment

Re: New Reef Angel User

Posted: Sun Jun 03, 2018 9:23 pm
by 89delta
Is mine correct?

send '$$$'
wait 'CMD'
sendln 'set ftp address 198.175.253.161'
wait'AOK'
sendln 'save'
wait 'config'
sendln 'set wlan ssid Gundel'
wait 'AOK'
sendln 'set wlan pass *****'
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 i d 1'
wait 'AOK'
sendln 'set c i 3'
wait 'AOK'
sendln 'set dns name www.reefangel.com'
wait 'AOK'
sendln 'set i h 192.168.0.16'
wait 'AOK'
sendln 'set i r 2000'
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'

sendln 'save'
wait 'config'

sendln 'save user'
wait 'user'

sendln'reboot'

Re: New Reef Angel User

Posted: Mon Jun 04, 2018 10:55 am
by rimai
No. You shouldn't change the host line.
It's where our server ip address is.
Make sure it is:

Code: Select all

sendln 'set i h 104.36.18.155'

Re: New Reef Angel User

Posted: Mon Jun 04, 2018 12:43 pm
by 89delta
Ok thanks.

Sent from my SM-N920T using Tapatalk

Re: New Reef Angel User

Posted: Fri Jun 15, 2018 1:35 pm
by Henkie
rimai wrote:That board may be bad. We know your usbttl cable is good otherwise you wouldn't be able to program the wifi attachment
How would i go about determining whether the board is bad?