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

OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
It's not the Pi really that I'd worry about, it's the 12V power supply and buck converter that I would be concerned with. I assume that any DC power items you're using (5v for the Pi, 12v for the lighting circuit) are external, and thus don't add any heat into the system. Mine will be fully enclosed. There will only be a single point that plugs into the wall, and that will bring 110v into the system to be converted and distributed as needed.
I see, that makes whole lotta sense.
 

Reef Monkie

Active Member
View Badges
Joined
Sep 6, 2017
Messages
100
Reaction score
140
Rating - 0%
0   0   0
And the 3rd tank, 3.7 g pico
ABA5FAFA-A3ED-4559-BCDD-11E2AE8B3819.jpeg

From seeing you tanks it looks like I might have to reconsider my plans for reef-pi as it seems there isn't any support for the t/Ang protocol. :/

Sorry bad joke, I really like the aquascape of the 3rd tank, it has a really nice balance and such a peaceful feel to it.
 

Cary

Well-Known Member
View Badges
Joined
Feb 19, 2016
Messages
638
Reaction score
766
Location
Allen, Tx
Rating - 0%
0   0   0
Has anyone had issues upgrading to 0.8.1? I tried and seemed to have failed. I had to remove 0.8.1 and reload 0.7. I was using the upgrade procedure over SSH.

I don't need the problem solved, just wondered if anyone else had issues.

When I load it again I will be prepared to caputre screens if needed.

thanks
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Has anyone had issues upgrading to 0.8.1? I tried and seemed to have failed. I had to remove 0.8.1 and reload 0.7. I was using the upgrade procedure over SSH.

I don't need the problem solved, just wondered if anyone else had issues.

When I load it again I will be prepared to caputre screens if needed.

thanks
by failed you mean `apt-get install` failed ?or something else?
 

Cary

Well-Known Member
View Badges
Joined
Feb 19, 2016
Messages
638
Reaction score
766
Location
Allen, Tx
Rating - 0%
0   0   0
I am not sure. I don't see the apt-get install command is listed in our upgrade procedure. I followed the exact procedure that we have listed - it has worked each time I used it prior to 0.8.1.

My problem seemed to be that the install worked but I would get a 404 message when I tried to access the reef-pi. The log in fields were not displayed as well.

I will try it again Thursday evening and report back.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
I am not sure. I don't see the apt-get install command is listed in our upgrade procedure. I followed the exact procedure that we have listed - it has worked each time I used it prior to 0.8.1.

My problem seemed to be that the install worked but I would get a 404 message when I tried to access the reef-pi. The log in fields were not displayed as well.

I will try it again Thursday evening and report back.
If you are getting 404, it means you are not authenticated. Reef-pi installation must have succeeded (other wise you wont get even 404). Try to do a har refresh of the page, that should bring up the sign in dialog.

I really have to think how can I fix this. It seems to happen with every new upgrades.
 

Cary

Well-Known Member
View Badges
Joined
Feb 19, 2016
Messages
638
Reaction score
766
Location
Allen, Tx
Rating - 0%
0   0   0
I have never had this happen in the past. I don't think I will have a chance tonight, but I will definitely have time tomorrow evening. Thanks for the reply.
 

Bronc

Valuable Member
View Badges
Joined
Mar 1, 2016
Messages
1,348
Reaction score
2,234
Location
Tulsa, OK
Rating - 0%
0   0   0
Is there a default username and password? I tried wiping reef-pi and reinstalling but I’m stuck at the username and password screen. If I set one, I can’t remember what it was. ;Facepalm
 

Cary

Well-Known Member
View Badges
Joined
Feb 19, 2016
Messages
638
Reaction score
766
Location
Allen, Tx
Rating - 0%
0   0   0
Just tried again and had same issue. I reloaded the page. Opened another tab. Tried 0.0.0.0:8080. Tried the correct IP address:8080. I must be doing something wrong. Going back to 0.7.

Screenshot from 2017-11-08 17-15-54.png


Screenshot from 2017-11-08 17-16-20.png
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Just tried again and had same issue. I reloaded the page. Opened another tab. Tried 0.0.0.0:8080. Tried the correct IP address:8080. I must be doing something wrong. Going back to 0.7.

Screenshot from 2017-11-08 17-15-54.png


Screenshot from 2017-11-08 17-16-20.png
You dont have installation issue. Did you remove the database file before 0.8.1 installation.
I was wrong on saying 404 error code is authentication related. Its not, its due to missing api. 401 code is related to authentication , 404 on the other hand is related to missing things.

This is what I think is happening:
In 0.8 release I have changed the 'system' tab to 'configuration' , along side the database location. So, in 0.7 and below all you capabilities (lighting, timers, ato , temperature etc) was stored under 'system' keyspace in database, 0.8 it became 'configuration' keyspace. When you run 0.8 with an older database, reef-pi controller (the bits that runs on raspberry pi) does not see any capability enabled, hence does not enable the corresponding API, and when the UI (reef-pi bits that runs on your browser) requests those API , it gets 404.

Try doing a clean installation:
1) remove reef-pi software and database
2) install 0.8.1
3) Do a hard refresh on browser (Ctl+shift+f5 or whatever is the equivalent for your browser)
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Yep, all set. I don’t have any hardware yet, but I noticed that when I enabled the temp monitor it is showing the room temperature. Must be a sensor on the Pi3 - very cool!
Thats odd. Raspberry Pi does not have any on-board temperature sensor. Do you have 'dev_mode' enabled (under configuration -> settings -> capabilities) ? If so, reef-pi will emit fake data.
 
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0

njtiger aquariums

Well-Known Member
View Badges
Joined
Oct 9, 2015
Messages
513
Reaction score
519
Location
NV
Rating - 0%
0   0   0
OP
OP
Ranjib

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,056
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
Ranjib, I am curious...what frequency are you seeing for the PWM on the scope? My DMM was reading ~540Hz (if I remember correctly).
If we need a RC filter, might as well dial it in.
I asked one of my top aide to run the scope
1DAD7A1F-C20C-47AD-B889-75E9C16DEAB4.jpeg


The results are same, 535hz

89F9AEE4-908B-468E-9E55-22CEACB29662.jpeg
 

More than just hot air: Is there a Pufferfish in your aquarium?

  • There is currently a pufferfish in my aquarium.

    Votes: 30 18.1%
  • There is not currently a pufferfish in my aquarium, but I have kept one in the past.

    Votes: 27 16.3%
  • There has never been a pufferfish in my aquarium, but I plan to keep one in the future.

    Votes: 32 19.3%
  • I have no plans to keep a pufferfish in my aquarium.

    Votes: 69 41.6%
  • Other.

    Votes: 8 4.8%
Back
Top