- Joined
- Mar 22, 2017
- Messages
- 48
- Reaction score
- 30
Ranjib,Hi,
Thank your for your interest in reef-pi.
Let me know if you have any questions
- You can control all 16 channels via reef-pi
- The two our increments are not enforced at once , but linearly in a minute by minute interval. I’ts smooth and does not cause any sudden change.
- The ui only allows 1-100% level, which the mapped to 0-4095 range. So , we do take advantage of the entire range, but in discrete 100 intervals. We can certainly revisit this if need be.
- We don’t have support for acclimation yet, it planned for 2.0 release , something I am working towards now
- The three lights 15 minute interval thing can be done either via setting a thresholds Or using a time to control the on /off of individual channels (assuming they can be wired up via a relay)
- No support for storm /cloud simulation yet. You can use the api to do pretty much anything custom you want, but you have to write some code. This won’t be supported via ui at least by 2.0 release
Thank you for all of your work on this, this is a fantastic project as it stands and has great potential for future features.
I am just beginning with all of this. My end goal is to replace my current setup - Reef Angel Plus. The Reef Angel has a lot of features that I like that I am trying to replace with this. Advanced PWM is one of those features.
As far as "advanced PWM" what would be great to have is: being able to dim to all 4096 levels (vs 4096/100), control of when lighting starts to ramp up from 0 and down to 0 by a set time (ex starting at 8:05AM, ending at 7:34PM) for each channel individually. Down the road it would also be great to have automatic seasonal time adjustments, weather simulation, moon cycles, etc.
I know there is a lot to Reef Pi that you are trying to incorporate/improve. Like I said, I'm used to the Reef Angel (Arduino), so I'm struggling a little to understand the code. Are these a possibility for Reef Pi 2.0? Could you point me in the right direction to understand the code better? I would like to understand the logic behind the PWM calculations and how that is sent to the PCA9685 board.
Thanks!!
