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

Something is wrong with the lights, i think theres a light that got added without name, or something like that. I would recommend deleting the lights (click on the delete button) and add new one
When i click delete it wont delete the no name light.
I also cant delete the equipment under the equipment page either. Im running .2 the newest.
 
When i click delete it wont delete the no name light.
I also cant delete the equipment under the equipment page either. Im running .2 the newest.
Delete the data base and start over if the ui is not letting you delete the equipment.
Code:
sudo systemctl stop reef-pi.service
sudo rm /var/lib/reeef-pi/reef-pi.db
sudo systemctl start reef-pi.service
Theres a 0.2.1 release available as well, it has some other ui fixes ,
 
Ok i was able to clear the db file and reload my ato.

But i still cant get any pwm out of the pca board.

My green light is on and its wired correctly.

Ive also tried different pins in the lighting tab
 
Ok i was able to clear the db file and reload my ato.

But i still cant get any pwm out of the pca board.

My green light is on and its wired correctly.

Ive also tried different pins in the lighting tab
1) Can you show a pic of your wiring
2) Share the log (journalctl -u reef-pi.service) when you change the pwm / lighting value. Try keeping it in fixed mode (dont select auto), and drag the slider. Share the lighting tab screenshot as well
3) whats the output of
Code:
i2cdetect -y 1
 
1) Can you show a pic of your wiring
2) Share the log (journalctl -u reef-pi.service) when you change the pwm / lighting value. Try keeping it in fixed mode (dont select auto), and drag the slider. Share the lighting tab screenshot as well
3) whats the output of
Code:
i2cdetect -y 1
Heres a couple pics of my log

IMG_2042.JPG


IMG_2043.JPG
 
@Brad Cox I have fixed the pwm bug that was causing this, sorry for the trouble, and thanks for helping me capture the bug.
I have cut a new minor release 0.3, other than the pwm bug fix, it also has
- Various client side validation, i.e. users will see validation errors (wrong pin, or missing names) in the UI. This will help avoiding creation of equipments with missing name or other wrong information
- Temperature UI will show chart for last 20 captures along side time of capture... this is a sweet feature :-) . Expect such fancy charts popping up across all of reef-pi UI.

Release binaries can be found in usual place:
https://github.com/reef-pi/reef-pi/releases/tag/0.3
happy reefing
 
@Brad Cox I have fixed the pwm bug that was causing this, sorry for the trouble, and thanks for helping me capture the bug.
I have cut a new minor release 0.3, other than the pwm bug fix, it also has
- Various client side validation, i.e. users will see validation errors (wrong pin, or missing names) in the UI. This will help avoiding creation of equipments with missing name or other wrong information
- Temperature UI will show chart for last 20 captures along side time of capture... this is a sweet feature :) . Expect such fancy charts popping up across all of reef-pi UI.

Release binaries can be found in usual place:
https://github.com/reef-pi/reef-pi/releases/tag/0.3
happy reefing
Awesome!!
I will check it out when i get home!

Is there a way to update it via ssh?
 
As an Amazon Associate we earn from qualifying purchases.
As an Amazon Associate we earn from qualifying purchases.
As an Amazon Associate we earn from qualifying purchases.
As an Amazon Associate we earn from qualifying purchases.
Got it! I used sudo dpkg -i then the deb file.

The pwm output works. And my 0-10 v works but the low pass filter must not be working.

The lowested it will go is 5volts up to 10 volts.

So im not sure if this will work. My lights have 10 volts coming out of it all the time.
 
Got it! I used sudo dpkg -i then the deb file.

The pwm output works. And my 0-10 v works but the low pass filter must not be working.

The lowested it will go is 5volts up to 10 volts.

So im not sure if this will work. My lights have 10 volts coming out of it all the time.
So, 10v pwm is working as expected ? But the low pass filter isn't , that is the analog conversion is not working ? Are you testing these with multimeter? or oscilloscope,? Trying to understand how can we reproduce this
 
As an Amazon Associate we earn from qualifying purchases.
As an Amazon Associate we earn from qualifying purchases.

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