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.
Nice. Do you like the ui changes ?Just my simple knowledge,timer working,temp control is working,and macro is working for feeding.Thank you
![]()
I have noticed both of these (pin getting stuck with ghost equipment ) and on/off state is not enforced during equipment creation. The first one is a migration pain, and I think it won’t leave users in limbo (I.e they can overwrite things ), the second one is a minor bug and I’ll make sure I fix it in next alpha (or final )Found a bug (I think it was in there in beta-7 as well)
When you edit equipment then save, it flips the logic off>on or on>off.
Though I cannot see anything happening in the journal
Just to add context,I have noticed both of these (pin getting stuck with ghost equipment ) and on/off state is not enforced during equipment creation. The first one is a migration pain, and I think it won’t leave users in limbo (I.e they can overwrite things ), the second one is a minor bug and I’ll make sure I fix it in next alpha (or final )
I didn’t expect anything from else. I still need to do more rigorous field testing of the diurnal profile , doser and macro. Lighting , equipment, timers, ato, temperature etc all looks ok@Ryan115 fixed the equipment edit bug: https://github.com/reef-pi/reef-pi/pull/502 will be out in next release,
thank you testing the alpha release and reporting this bug
What i did was:I updated just now and ran into this equipment bug. What is the best way to reslove it please? Other than (my best guess) uninstalling and re-installing?
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

