So I have been successfully using reef pi since the start of November. Mainly the temp and Lighting PWM function. I ran into an issue today that has me wondering about the limitation of the PCA9685 board. I run 3 boards, one for each light fixture. They are equipped with a ldd mean well 1000mA (blues), 1000mA(Whites), and a 700mA(UV/Violets). Each board has jumpers to enable the PWM function of the ldd driver. I use a total of 9 pins from the PCA board, all works great until I go 80% on my blues, 60% on my whites, and 80 on my UV/Violets. The entire system dims to almost in half on every pwm output (visually, since the system status in terminal shows whats set in the UI of reef pi). I can pull all 9 jumpers and 100% on every channel without issue. I am only using the PWM portion of thePCA9685. I did validate that I can run a 80/60/80 on two lights and the last one at a 80/10/80 without loss but anything higher on the last one starts to dim the rest of the system.
Any ideas? I have also played with the frequency with stop and start command in the terminal after to make sure its getting a fresh start after hitting update int he UI.