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.
I have used mechanical relays in the beginning almost 1.5 years. I found high failure rates from the beginning, not by usage but just faulty units from the beginning. I think a relatively reputed brand like sainsmart will help. Double check your wiring as well.Hardly any. Not familiar with that chip. Can I just use it in place of a relay. Curious what others who built their own controller have done? Have I just got unlucky?
Not sure if you already addressed this, but do you have the grounds tied together on the system? Grounding issues can cause similar results.Hardly any. Not familiar with that chip. Can I just use it in place of a relay. Curious what others who built their own controller have done? Have I just got unlucky?
Thanksgiving . I try to make the major releases around thanksgiving time. There’s no hard deadline , so if some major bugs or concerns comes out we can delay that. We are already I feature freeze mode , so no big new feature is being written right now . I am working on finishing up the small features from backlog (lunar profile for example ), sorting out bugs (we have many ), field testing in October . Michael and Vince is working on the new UI updates to support the new features . By last week of October or early November I’ll cut another 3.0 beta releases and focus on documentation (tutorial and api ) from then on. Till we hit thanksgiving /final release@Ranjib I was looking at the Kasa last night! So glad you are adding them to 3.0. Speaking of which, when is 3 going to be released?
After I paint the basement this afternoon, I am going to wire in my lights with the PWM board from ML. I will take pictures to share in my build.
Direct wireless control. Kasa HS300, HS103, HS110 are supported. Current monitoring will be exposed as analog input in reef-pi, users can treat it as ph probe and graph or do something with it if they wantI looked at the Kasa again, are you adding wireless Control to ReefPi? Flashing the power strip with Tasmota, or something else?
:-) lets hope they are reliable enough. I have one controller running with it, full ato , light timer etc. here’s the build thread : https://www.reef2reef.com/threads/5-5g-budget-nano-reef-pi-open-design.648179/Wait wait wait. You incorporated their monitoring per port into version 3?
Adding wireless will allow users to add multiple aquariums across the home or yard. That is huge
Yes. They use auto key encryption, which I learned from the Nodejs based Kasa library. reef-pi is using exact same scheme to control these smart outlets. Your kasa app will work as it is. It’s just another thing that will control these devices. This also means you now have two places to control those outlets.When you say direct, do you mean that we do not need their native software app? Ordered the 300 just a moment ago.
Yes. They use auto key encryption, which I learned from the Nodejs based Kasa library. reef-pi is using exact same scheme to control these smart outlets. Your kasa app will work as it is. It’s just another thing that will control these devices. This also means you now have two places to control those outlets.
This is a bug :-( https://github.com/reef-pi/reef-pi/issues/829 , it only works at hourly or greater threshold. I was planning to fix it as part of 3.0 release. Unless you need this urgently.Hey guys,
Does the ATO Disable on Alert not work for anyone else?
I have it set to disable if it's on for more than 5 seconds but that never occurs. Just stays on. I'm dry testing this all right now with a mechanical float switch and while it does switch on and off as the levels change in the tank, the "safety" never kicks in.
Also, this is on reef-pi 2.5
![]()
This is a bug :-( https://github.com/reef-pi/reef-pi/issues/829 , it only works at hourly or greater threshold. I was planning to fix it as part of 3.0 release. Unless you need this urgently.
I think you can get away by running it at 3-5 second interval. I have never ran it at 1 second interval, but i dont think anything will break. Real time is not possible currently, we have to implement a different type of driver and I dont think the effort is worth the benefit right now.Would you recommend running two float switches? A higher failsafe switch that cuts off the circuit from the 1st float to reef-pi to add a safety net? My ATO pump is a bit... Oversized and will fill the tank within seconds so I'm trying to figure out the best way to prevent a catastrophe :)
Also I noticed that the check frequency on the ATO by default is 60 seconds. This means reef-pi checks the input pin every 60 seconds and the pump will run (for a minimum) for 60 seconds. Would it be possible to have reef-pi check the input status almost real-time once the ATO is signaled ON to prevent overages from oversized ATO pumps like mine? Lol.
I set it to 1 second for the reason above, don't know if that negatively affects anything. I didn't notice any increased CPU usage on the pi.
I think you can get away by running it at 3-5 second interval. I have never ran it at 1 second interval, but i dont think anything will break. Real time is not possible currently, we have to implement a different type of driver and I dont think the effort is worth the benefit right now.
I'll work on fixing the bug though... that needs to be fixed asap.
Thank you so much for the kind words. It means everything to me and rest of the folks who makes this project possible.Hello Ranjib.
First, thank you for creating such a useful application for all of us. I've been following this project for a while and just completed my lighting build. I DIY'd this as well, with 4 Meanwell LDD-1000L, running 4 channels to twenty-two 3w LEDS. the 4 channels are connected to a PCA 9685. I'm using a Raspberry pi zeroW.
My issue at the moment is that the LED's will flash brightly when they are shut off through the web UI. I believe this is a similar issue to losing the PWM signal from the raspberry pi/PCA 9685 resulting in the LED's just running at 100%, but I'm not sure. Do you think adding an adequately sized capacitor in parallel with each channel would abate this flashing issue?
Thank you very much!