stop reef-pi, and delete the database (rm /var/lib/reef-pi/reef-pi.db), start reef-pi
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This will just move (backup) the db, you can try this as well,stop reef-pi, and delete the database (rm /var/lib/reef-pi/reef-pi.db), start reef-pi
sudo systemctl stop reef-pi.service
sudo mv /var/lib/reef-pi/reef-pi.db /home/pi
sudo systemctl start reef-pi.service
This will just move (backup) the db, you can try this as well,
Code:sudo systemctl stop reef-pi.service sudo mv /var/lib/reef-pi/reef-pi.db /home/pi sudo systemctl start reef-pi.service
i am not sure why this is happening. What happens if you refresh your browser ?Right!
Done as suggested above, now get the following error alert when I try run.
Log attached as well
![]()
![]()
i am not sure why this is happening. What happens if you refresh your browser ?
can you run this and report back the result:Just out of interest, I get exactly the same problem when I try run it directly off the Pi using VNC.
curl -u <user>:<password> http://192.168.10.97/api/info
can you run this and report back the result:
Code:curl -u <user>:<password> http://192.168.10.97/api/info
Yeah.,.. your authentication credentials (aka username and password is not right). By default its reef-pi/reef-piHere you go. I wasn't sure if it was the Reef-Pi login, or the Pi login, so I tried both.
![]()
I just tested this (wrong signin credentials), and I also get the same blank UI with the error message, but if I refresh, it takes me back to signin in page, and i can log back in, after entering the correct username/passwordYeah.,.. your authentication credentials (aka username and password is not right). By default its reef-pi/reef-pi
W00t ;-)All up and working again! Thanks again for all the help!
he pink bar with error, in this case is not harmful. Its saying there is no temperature usage data (heater/cooler), which is used by the charts. This can happen if you have just started the temperature controller (so it takes a minute to get the fist set of usage data) or you have disabled control in the specific temperature controller, so its running in monitoring mode only (hence no data) or the dashboard is configured with a old/stale temperature controller thats now deleted (and the dashboard is not updated yet)I am still getting the pink bar notification though. But everything seems to be working.
![]()
I'll keep in mind that, this is a minor improvement though, since you can see the equipment if you mouse over it.Another tiny thing on UI "layout"....... It would be nice if the labels on the "Equipment" graph could be formatted in such a way that they could all be shown. Possibly rotate them 90 degrees? To avoid having some of the labels omitted.
![]()