The temperature probe is rather finicky in my experience, picks a lot of noise. If i turn off my pi and turn back on i get periods of no readings. I wonder what vertex will use or if a digital isolator would enhance its reliability?
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.
Did you change anything ? Mine ones does that sometime when I first deploy them. But none have shown it after they start running.. for almost 3 months now. I would suggest either reconnecting the sensor or restating pi (power on/off) or just touch the probe and put it back again.Not sure if this is a functional issue or a bug, but I haven’t changed the pin out or anything on the temp sensor. I have A 4.7k resistor on the signal pin. It was displaying accurate temps all morning however now it just displays temps from 14:55 this after noon. Any ideas?
![]()
If you are not using the camera module, you can disable it from Configuration -> Settings -> CapabilitiesNot sure if this is a functional issue or a bug, but I haven’t changed the pin out or anything on the temp sensor. I have A 4.7k resistor on the signal pin. It was displaying accurate temps all morning however now it just displays temps from 14:55 this after noon. Any ideas?
![]()
You can. What connector you are planning to use? Rj45, hdmi are good choicesRanjib can I use a single jack with ten pin numbers for my diy led lighting. I need 10 pwm signals to my meanwell ldd.
Still working through thread but as a person who uses Jebao for most of my gear very interested in using RPI to control these.Coding updates,
last couple of days, i was working on to get an rpi hardware timer based pwm driver working. Couple of posts earlier I mentioned the recent availability of the 2 hardware timers from rpi, which we can use to generate pwm . What this means for us is as long as we want only two dimmable dc output (like individual doser, kessil controllers etc), we can do it reliably just using raspberry pi zero/3. no need for pca9685 IC. this will bring the cost 10-14$ less, save power, space and circuit complexity.
Anyway... i got the library working: https://github.com/reef-pi/rpi/tree/master/pwm
will be working on to integrating this with reef-pi, while I wait for the ph probe . I have received the jebao pp4 , so I might take the rpi pwm driver based code to power the new doser or wave maker.
Love it.Congrats @Ranjib on the anniversary!!!:)
Made some more progress on the RPI yesterday.
Everything is complete and working/tested except the 11ov side of the power bar. I’ll complete that today.
![]()
If you look closely you can see the simplified temp circuit (no bread board), the resister is soldered into the connector in the case.
![]()
The second HDMI is for a future power bar, but for 8 is enough for what I want to do.
I also want to caution anyone thinking about using HDMI to power their RPI as I have. The current carrying capacity of the HDMI cable needs to be taken into account, or you could end up with a BIG problem. If you look closely you can see that I’m using 3 of the cables to carry the power to RPI. Please be careful with this method if you choose it!
I think this is about as small as I could make the base unit without making a custom PCB. Let me know what you guys think of the build.
TMB
Love it.
I see a resistor soldered into the audio connector directly. Assuming this is for the temperature probe, its really neat idea :) . I can see how you have eliminated the need of a perfboard completely.
So this build will do power control and temperature control right? No LED or ATO stuff.
MHs are great, I am having such a hard time with shading with my kessil pendants :-( . MHs are great for ambient lightYup, no perfboard;) . I will be adding the ATO function soon via a small audio connector. I have MH lights, so no need for the lighting control for me. Thank you for the compliments!
Thanks for the kind words. Nice setup you have there. Careful with the AC wiring.Congratulations on the anniversary! This project has fascinated me since I stumbled across it looking for projects for the couple Raspi’s I had sitting around. Never in my wildest dreams would I have thought that I could hack together a DIY controller with your software. I’m so excited to see what future revisions and updates bring in the form of functionality. Reading the post to see the humble beginnings was great, it’s amazing how much this has developed in such a short time. I’m happy to be apart of the future!
![]()
Thank you! Yeah it’s basicaly like working inside a pinball machine. Just avoid the line voltage lol I have the box hinged and latched closed I won’t assume I will need to be messing around in there too much once the components are all. If only China shipped quickerThanks for the kind words. Nice setup you have there. Careful with the AC wiring.
sorry about your trouble. Can you try reloading reef-pi and see if that resolve the issue.I'm running in to issues with the timers on my reef-pi. I just upgraded this weekend from 1.1 to 1.3. I understand that the timers section got an upgrade. Initially, everything just worked after the upgrade because I didn't need to make any modifications. However, I need to now redo some of the timers. So I deleted some of the old timers (which didn't give me any error message) but now that I am trying to add new timers, I get the following error message: "{"error":"json: cannot unmarshal object into Go struct field Job.equipment of type string"}"
I saw another post back on page 153 about the same error (https://www.reef2reef.com/threads/reef-pi-one-year-anniversary.289256/page-153) and I found the binary script to use. I used that script for the pi3 which seemed to work without any obvious error messages. However, I still have the same problem and can't add any timers. Any suggestions?
Here's what the log says when I try to add a timer:
Feb 11 21:28:05 reefpi reef-pi[1188]: 2018/02/11 21:28:05 ERROR: json: cannot unmarshal object into Go struct field Job.equipment of type string
Feb 11 21:28:05 reefpi reef-pi[1188]: 2018/02/11 21:28:05 &{ 0 * 08 0 false Blues on}
curl -u <username>:<password> -X DELETE http://<IP>/api/timers/<ID>
Thanks for your help. I tried reloading and rebooting without improvement. I used to have 6 timers in place. I tried the curl command as above for ID 1-10 and got the following output for each one "{"error":"Failed to delete. Error: Cron ID not found for job ID:1"}". I am assuming that this output means that those timers have been successfully removed?sorry about your trouble. Can you try reloading reef-pi and see if that resolve the issue.
If that does not fix things , try this:
change the username, password, IP. You try can try with ID 1 to 10Code:curl -u <username>:<password> -X DELETE http://<IP>/api/timers/<ID>
do you know how many timers you had?