reef-pi :: An opensource reef tank controller based on Raspberry Pi.

Cal_stir

Community Member
View Badges
Joined
Aug 6, 2018
Messages
64
Reaction score
29
Location
Corunna, Ontario
Rating - 0%
0   0   0
This is chrome and can't change the password.
pi-2-chrome.PNG pi-2-chrome.PNG pi-2-chrome3.PNG pi-2-chrome4.PNG

pi-2-chrome2.PNG
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
This is chrome and can't change the password.
pi-2-chrome.PNG pi-2-chrome.PNG pi-2-chrome3.PNG pi-2-chrome4.PNG

pi-2-chrome2.PNG
Can you explain a bit what do you mean by "not able change the password". I think you are able to change the password. Remeber reef-pi will never show the current password in the UI, it will remain as blank (this is a security measure). That does not mean you have not set the password or not able to set the password. I think your password set process is working as expected. You are confused due to the password field being blank (and thats by design).

Well , we know now that that UI issue is something with chrome+windows, check if updating chrome fix it. For the troubleshooting purpose lets continue to work with firefox. From the details you shared, I think 1.5 is working fine, including password reset. Remeber when you reset password, reload reef-pi (Configuration -> Admin -> Reload) and refresh your browser, that should take you to sign in page, and then enter your new password/username.

The second set of failures is coming from wrong password (reload reef-pi, then refresh your browser, and enter the last set password that you had saved via UI).
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Can you explain a bit what do you mean by "not able change the password". I think you are able to change the password. Remeber reef-pi will never show the current password in the UI, it will remain as blank (this is a security measure). That does not mean you have not set the password or not able to set the password. I think your password set process is working as expected. You are confused due to the password field being blank (and thats by design).

Well , we know now that that UI issue is something with chrome+windows, check if updating chrome fix it. For the troubleshooting purpose lets continue to work with firefox. From the details you shared, I think 1.5 is working fine, including password reset. Remeber when you reset password, reload reef-pi (Configuration -> Admin -> Reload) and refresh your browser, that should take you to sign in page, and then enter your new password/username.

The second set of failures is coming from wrong password (reload reef-pi, then refresh your browser, and enter the last set password that you had saved via UI).
To summarize, I dont think you are hitting a bug with reef-pi, theres a chrome+windows UI issue, and some confusion around the password reset process. I'll make sure we have some UI text and documentation to make it clear.
 

Cal_stir

Community Member
View Badges
Joined
Aug 6, 2018
Messages
64
Reaction score
29
Location
Corunna, Ontario
Rating - 0%
0   0   0
To summarize, I dont think you are hitting a bug with reef-pi, theres a chrome+windows UI issue, and some confusion around the password reset process. I'll make sure we have some UI text and documentation to make it clear.
This is password Capture12.PNG
This is new password and update
Capture13.PNG Capture14.PNG
this is after reload Capture15.PNG
This is after browser refresh
Capture16.PNG
This is with the new password Capture17.PNG so yes it did save the new password.
What browser do you use for reef-pi?
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
This is password Capture12.PNG
This is new password and update
Capture13.PNG Capture14.PNG
this is after reload Capture15.PNG
This is after browser refresh
Capture16.PNG
This is with the new password Capture17.PNG so yes it did save the new password.
What browser do you use for reef-pi?

This is OK, reef-pi did what you expected it to do. Some of the error messages are confusing (like the 404 signal error is expected everytime you hit reload).
The last UI screenshot is reflecting reef-pi is running as expected (no error message, and the controller information at the bottom reflect right version, ip , time etc), but since its brand new, theres no data yet (usage or setup), hence no chart

I certainly think this is confusing, and a pain point, I'll make sure we address these two things before 2.0 public release:
- Don't show a confusing error message after reload, instead request user to refresh (or even better do automatic page reload after 3 seconds)
- Display help message next to password field, specifying current password is not shown, or left in blank due to security reasons. It's not a bug.


I use chrome ( version 68.0.3440.106 ) on macbook pro, and safari on my phone/tablet. I have tried firefox as well occasionally, to test reef-pi.
 

Cal_stir

Community Member
View Badges
Joined
Aug 6, 2018
Messages
64
Reaction score
29
Location
Corunna, Ontario
Rating - 0%
0   0   0
This is OK, reef-pi did what you expected it to do. Some of the error messages are confusing (like the 404 signal error is expected everytime you hit reload).
The last UI screenshot is reflecting reef-pi is running as expected (no error message, and the controller information at the bottom reflect right version, ip , time etc), but since its brand new, theres no data yet (usage or setup), hence no chart

I certainly think this is confusing, and a pain point, I'll make sure we address these two things before 2.0 public release:
- Don't show a confusing error message after reload, instead request user to refresh (or even better do automatic page reload after 3 seconds)
- Display help message next to password field, specifying current password is not shown, or left in blank due to security reasons. It's not a bug.


I use chrome ( version 68.0.3440.106 ) on macbook pro, and safari on my phone/tablet. I have tried firefox as well occasionally, to test reef-pi.
Ok, I will start building, temp probe and outlets first, I will try both 1.5 and 2.0.0 versions.
I'm thinking it must be a windows problem, I have windows 10.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Ok, I will start building, temp probe and outlets first, I will try both 1.5 and 2.0.0 versions.
I'm thinking it must be a windows problem, I have windows 10.
Can be. But may be more complicated than that, i.e. it may be triggered by windows, but underneath a chrome or react (the framework reef-pi is using) or some other library code that is used in reef-pi UI. My doubts are due to those "createClass" error messages in chrome console. Those errors should not be there and not occur in other installations, which makes me think there might be some library which is using that codepath specifically under windows environment (which should not be the case, since they should always check the broswers, not the operating system),. If i get my hand on a windows system, i'll revisit this.
 

Erica-Renee

Valuable Member
View Badges
Joined
Oct 4, 2017
Messages
1,596
Reaction score
3,288
Location
lost
Rating - 0%
0   0   0
I am running Windows 10 With all the Latest updates , I Have tested this using chrome on windows, Android and android phone. Several different versions.. PHONE has android 8.1 my android tablet has android 7 ... It also works with EDGE And Firefox..

Maybe check your AV Software , Browser plugins ans Windows File sharing and FIREWALL Options...


As far as chrome passwords.. Once you get to many in the saved list they start getting mixed up.. Also with a dynamic ip address Chrome can get confused when its reassigned to other devices and try wrong password if your using saved passwords..

with all that RAMBLING . I Have to get back to work..

Thanks
 

JonJonJonJon

Active Member
View Badges
Joined
Aug 14, 2018
Messages
190
Reaction score
101
Rating - 0%
0   0   0
Would I be able to run this on my pi 2 model b? I'm assuming I could, but would need to build from source. Is that correct?
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Would I be able to run this on my pi 2 model b? I'm assuming I could, but would need to build from source. Is that correct?
Pi3 packages will work on pi 2 as well, pi zero build can be used with pi B+
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Would I be able to run this on my pi 2 model b? I'm assuming I could, but would need to build from source. Is that correct?
Welcome to reef2reef , you’ll love it here. We’ll love to know your build / tank
 

pickupman66

5000 Club Member
View Badges
Joined
Aug 10, 2010
Messages
6,032
Reaction score
1,165
Location
Winchester, TN
Rating - 0%
0   0   0
Pi came in. Went to update it and it stated lots of files read only. Could not edit the config file. I'm going to just reflash the entire sd and then start from scratch tomorrow
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Pi came in. Went to update it and it stated lots of files read only. Could not edit the config file. I'm going to just reflash the entire sd and then start from scratch tomorrow
use sudo.
dont reflash your SD cards unless you know its the issue
 

JonJonJonJon

Active Member
View Badges
Joined
Aug 14, 2018
Messages
190
Reaction score
101
Rating - 0%
0   0   0
Pi3 packages will work on pi 2 as well, pi zero build can be used with pi B+
Perfect!

Welcome to reef2reef , you’ll love it here. We’ll love to know your build / tank
Thanks! It's an awesome community so far. I'll definitely be starting a build thread once my tank is more than an empty glass box.
 

pickupman66

5000 Club Member
View Badges
Joined
Aug 10, 2010
Messages
6,032
Reaction score
1,165
Location
Winchester, TN
Rating - 0%
0   0   0
Good news. we are up and running. I went ahead and ran with the 2.0.0 alpha. I would like to change the password as m intention is to be able to access reef-pi from outside my network. when I went to change, the update button didnt seem to take and the password didnt save.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Good news. we are up and running. I went ahead and ran with the 2.0.0 alpha. I would like to change the password as m intention is to be able to access reef-pi from outside my network. when I went to change, the update button didnt seem to take and the password didnt save.
The UI is bit confusing on this, your password is saved, its just not visible in the UI. reef-pi UI never shows current password. Once you have hit "update", reload reef-pi (Configuration->Admin) and refresh your browser, thats all,,. your password will be in effect
 

pickupman66

5000 Club Member
View Badges
Joined
Aug 10, 2010
Messages
6,032
Reaction score
1,165
Location
Winchester, TN
Rating - 0%
0   0   0
Ok. Ill give that a shot then. default PW still works. - EDIT: input new PW and hit update. then to admin tab and reloaded. Then logged out. at login screen new PW worked.





of note, on the diagrams you recently posted showing the wiring of the power module, It appears you are powering the Pi via the GPIO 5v pins now. Am I reading this correctly? Now using a single 12v power suply connected to a voltage regulator bucked to 5v? also Using this same 12v source for the ULN2803 chip for the relays?
 
Last edited:
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,876
Reaction score
16,680
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Ok. Ill give that a shot then. default PW still works. - EDIT: input new PW and hit update. then to admin tab and reloaded. Then logged out. at login screen new PW worked.





of note, on the diagrams you recently posted showing the wiring of the power module, It appears you are powering the Pi via the GPIO 5v pins now. Am I reading this correctly? Now using a single 12v power suply connected to a voltage regulator bucked to 5v? also Using this same 12v source for the ULN2803 chip for the relays?
you should be able to play with almost all the features without any extra electronics (lights, equipment, doser etc). This is a great time to get familiar with the reef-pi software itself, and test things with multimeter
 

TOP 10 Trending Threads

WHAT AMOUNT OF LIVE ROCK AND SAND SHOULD BE PRIORITIZED FOR OPTIMAL BIODIVERSITY/FILTRATION?

  • 100% live rock + bagged sand

    Votes: 37 27.2%
  • 100% dry rock + 100% live sand

    Votes: 46 33.8%
  • 50/50 live/dry rock, 50/50 live/bagged sand

    Votes: 30 22.1%
  • 75% live rock, 25% live sand

    Votes: 13 9.6%
  • 25% live rock, 75% live sand

    Votes: 10 7.4%
Back
Top