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.
@Ranjib, I'm having a hard time to get the macros to work, I basically would like to have one to shut off the chiller and all pumps for 10 minutes for feeding and another for the same equipment for 30 minutes for maintenance.
Is there a bug? Or am I just doing it all wrong?
Here is my screenshot for my 5min feeding break, turns of my filter-
Yours probably looks similar but thought I would post.
YayHappy Pi Day everyone!
I'm building a reef pi dosing pump and I'm wondering if I can run a pi3 b+ without altering any steps, mainly concerning the power and using the lm2596 converter.
Hello everyone, greetings from Guatemala. After looking for ideas to build a controller for aquariums, since I spend all week outside my house and only return on weekends, I needed a way to keep my reef controlled and monitored. Reef-pi is excellent. Congratulations to all those involved in the development, especially the creator Ranjib.
I have two questions:
1. Monitoring by IO does not work for me Adafruit gives me this error:
Mar 15 11:39:21
{"error":"request failed - failed to save data to feed acuarioato-ato-reading. undefined method `\u003e' for nil:NilClass"}
Mar 15 11:39:19
{"error":"request failed - failed to save data to feed acuarioato-ato-usage. undefined method `\u003e' for nil:NilClass"}
Mar 15 11:39:20
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 15 11:39:23
{"error":"not found - that is an invalid URL, please check the API documentation at https://io.adafruit.com/api/docs to make sure your URL is correct"}
Mar 15 11:39:21
{"error":"not found - API documentation can be found at https://io.adafruit.com/api/docs"}
Mar 15 11:39:23
{"error":"not found - API documentation can be found at https://io.adafruit.com/api/docs"}
2. How could we modify the croon to create simulation of tides with the web maker, since the minimum that can be set is one minute, we would need for example:
WAVE MAKER # 1 ON 5 sec
WAVE MAKER # 2 OFF 5 sec
next step
WAVE MAKER # 1 OFF 5 sec
WAVE MAKER # 2 ON 5 sec
and start the cycle again
This would be for a type of tide, could function as the controller of hydor
Thank you for taking the time to read my message, success to all!
Have you enabled the pwm module in /boot/config.txt ? You have to reboot pi after thatHi all. I'm running through the tutorial and am not able to get the testjack lighting control to work. I have updated the config file with the 2 channel line and believe I have set up the overall config correctly. However, when I try to add a test jack I get the following message:
{"error":"Failed to create. Error: write /sys/class/pwm/pwmchip0/pwm0/period: invalid argument"} | HTTP 500
This seems to be a server side error.
Could anyone assist?
Welcome to reef2reefHi all. I'm running through the tutorial and am not able to get the testjack lighting control to work. I have updated the config file with the 2 channel line and believe I have set up the overall config correctly. However, when I try to add a test jack I get the following message:
{"error":"Failed to create. Error: write /sys/class/pwm/pwmchip0/pwm0/period: invalid argument"} | HTTP 500
This seems to be a server side error.
Could anyone assist?
In reef-pi settings, what do you have the pi pwm frequency set to?Hi Ranjib. Thanks for the reply and for developing this software. I appreciate it.
My config.txt file finishes with this:
hdmi_force_hotplug=1
dtoverlay=w1-gpio
dtoverlay=pwm-2chan
I am using Pi zero with reef v2.3. Linux kernel is 4.14.
I think I understand what’s happening , it should work as expected after you reboot pi.Hi all. I'm running through the tutorial and am not able to get the testjack lighting control to work. I have updated the config file with the 2 channel line and believe I have set up the overall config correctly. However, when I try to add a test jack I get the following message:
{"error":"Failed to create. Error: write /sys/class/pwm/pwmchip0/pwm0/period: invalid argument"} | HTTP 500
This seems to be a server side error.
Could anyone assist?