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

:-( , thats a bad UI bug. Let me fix that asap.

Sorry about that.
@Ranjib Thanks for your constant feed back on this thread, I know it must be quite time consuming at times. I love the software but I do have one issue. With this being a beta program and you constantly improving it is there anywhere that show you how to update to the next patched version without losing all the setting you have already spent hours putting in? Say like a video that shows you how exctly how to save your settings before you install the next release and then how to put them into the new install?
 
I am setting up a second SD card to test 2.0 beta 5

I've tried twice now and get the same error - when I try check if Reef-Pi is running, I get the following message "Unit reef-pi.service could not be found" Any idea what I did wrong? I installed exactly like I did before which worked fine.

Ranjib, I haven't had a chance to try the lights yet. Later this evening I should be able to give that a go.
 
I am setting up a second SD card to test 2.0 beta 5

I've tried twice now and get the same error - when I try check if Reef-Pi is running, I get the following message "Unit reef-pi.service could not be found" Any idea what I did wrong? I installed exactly like I did before which worked fine.

Ranjib, I haven't had a chance to try the lights yet. Later this evening I should be able to give that a go.
It means reef-pi is not installed properly

To check if reef-pi is installed
Code:
dpkg -l | grep reef-pi
to install reef-pi
Code:
sudo dpkg -i [URL='https://github.com/reef-pi/reef-pi/releases/download/2.0.0-beta-5/reef-pi-2.0.0-beta-5-pi3.deb']reef-pi-2.0.0-beta-5-pi3.deb[/URL]
 
It means reef-pi is not installed properly

To check if reef-pi is installed
Code:
dpkg -l | grep reef-pi
to install reef-pi
Code:
sudo dpkg -i [URL='https://github.com/reef-pi/reef-pi/releases/download/2.0.0-beta-5/reef-pi-2.0.0-beta-5-pi3.deb']reef-pi-2.0.0-beta-5-pi3.deb[/URL]

When I try run the first command to check if Reef-Pi is installed, I get no response. The cursor just goes to the next line.

When I try run the second to install Reef-Pi, I get "dpkg: error: cannot access archive 'reef-pi-2.0.0-beta-5-pi3.deb': No suchfile or directory"

How do I uninstall and try again? I am following the tutorial at https://reef-pi.github.io/general-guides/install/ to the letter. It worked for 1.5 perfectly.
 
When I try run the first command to check if Reef-Pi is installed, I get no response. The cursor just goes to the next line.

When I try run the second to install Reef-Pi, I get "dpkg: error: cannot access archive 'reef-pi-2.0.0-beta-5-pi3.deb': No suchfile or directory"

How do I uninstall and try again? I am following the tutorial at https://reef-pi.github.io/general-guides/install/ to the letter. It worked for 1.5 perfectly.
This means you don’t have reef-pi build downloaded , you can check it with this
Code:
ls -alh
And it should show the reef-pi.deb file
 
Thanks Ranjib. I'm feeling like a proper idiot with this. Don't know why I'm battling with 2.0 like this.
Were you able to check if its dowanloaded ? Share screenshot of your terminal, if possible,
 
Were you able to check if its dowanloaded ? Share screenshot of your terminal, if possible,

47251BF9-8450-4EF2-895A-1A539ED98C92.jpeg
 
Here another after trying to run the grep and install commands

2018-07-06 (2).png
I think you are passing the whole URL to the installation command, (dpkg -i), you have to just pass the filename instead, i.e.
try this
Code:
sudo dpkg -i [URL='https://github.com/reef-pi/reef-pi/releases/download/2.0.0-beta-5/reef-pi-2.0.0-beta-5-pi3.deb']reef-pi-2.0.0-beta-5-pi3.deb[/URL]

and not this
Code:
dpkg -i https://github.com/reef-pi/reef-pi/releases/download/2.0.0-beta-5/reef-pi-2.0.0-beta-5-pi3.deb

The second screenshot is the important one, the text in the screen are very small so I am having a hard time deciphering it, but this is what I suspect
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top