I just used a couple of these to put together a fan controller for a root cellar. Basically, if the outside temp < cellar temp and cellar temp > 35ish degrees turn the fan on. I found a library called w1thermsensor that seems to work fantastic and makes getting data from these super easy. I may even PR back some improvements over time. If you wanna see my project it is on github under jlaustill/pmac :) Great video, keep it up!
I am getting beloe error after one reading. Please help (28.375, 83.075) Traceback (most recent call last): File "temp_probe.py", line 37, in print(read_temp("")) File "temp_probe.py", line 21, in read_temp while lines[0].strip()[-3:] != 'YES': IndexError: list index out of range
Does anyone know if the wire shield is safe if in the aquarium water and if it will leech any chemicals? Should I coat them with aquarium safe silicone just to be sure?
I love these videos and plan on using your videos as a template for my own build on one of there... I am curious about the App you had in the first video in the series that displayed everything. Could you do a video on that and also how to wire the 8 socket relay together correctly.
I understand, life happens. I was just wanting to make a request for content of a future video and let you know I appreciate your time and effort going into this.
Awesome video. Rearranging a bunch of things in my sump and a temp probe like this was one of my things on my “to do” list. Can you make a video on how to show the readings in a program or maybe a display screen (maybe a tablet?)
Hi! This has worked a treat with my system. But what i was wondering, how did you create youre gui? I've used Tkinter and it looks alot more basic than yours. Maybe you could do a how to regards to a gui? But thanks!! Keep up the great work!! 🐠
Hi Jack, I am so glad you found this helpful! Yes, I did use Tkinter. The toolset is kind of basic, but i was able to do what i needed so far. Sorry i haven't done another update on this yet, was busy on some other projects but plan to get back on this soon. I'll see what i can do with regards to Gui....
Stephen Olner yes, that is a good point. This was just an example to show how to get data from the probe. In my main project I will do things differently.
Traceback (most recent call last): File "/home/pi/Documents/sandbox/temp_probe.py", line 9, in device_folder = glob.glob(base_dir + '28*') [0] IndexError: list index out of range >>>
I am guessing the Pi is not recognizing the temperature probe you have wired up, so it is not creating the directory in the location you are looking for it. Index out of range at index 0 means your list is empty, The function returned no results.
Hey, I would love to get some help from you I would like to make my first aquarium and I had the idea to monitor the aquarium using raspberry pi. While I was surfing the internet, I found your channel and I really enjoy your videos. Can I add temperature module or any module when all the fishes are inside the aquarium? Because I would like to build my "monitor setup" step by step Have a great day!
Thanks for watching. Sure, you can build this in pieces and add things like temperature monitor right away. Where I would be careful is things that have direct effect on aquarium environment like temperature control, you want to make sure it is working flawlessly before adding somewhere with fish. If you get it wrong you could cook them!
Just ordered my raspberry pi 3. Great series on the aquarium controller, keep them coming please.
I plan to get back to this as soon as I finish up a few other projects. Good luck with your project!
you must be a very intelligent guy, this is awesome work sir
Shady Reef haha. Thanks. I am just learning as I go and passing the knowledge along to the next guy.
now that's a clever DIY love the way it's coming along I'm requesting a new video of your beautiful reef tank I want to see how much it's grown out
rob sool Aquatics you got it man. thanks for watching
I just used a couple of these to put together a fan controller for a root cellar. Basically, if the outside temp < cellar temp and cellar temp > 35ish degrees turn the fan on. I found a library called w1thermsensor that seems to work fantastic and makes getting data from these super easy. I may even PR back some improvements over time. If you wanna see my project it is on github under jlaustill/pmac :) Great video, keep it up!
cool, I'll check it out!
😂😄😄😀 thank you for the shout out Sencei. Love the reefpi tutorials they help me a lot on my pi build.
Hey Mark. This is very cool. I'm a bit lost with the code writing but I'm hangin in there.
I am getting beloe error after one reading. Please help
(28.375, 83.075)
Traceback (most recent call last):
File "temp_probe.py", line 37, in
print(read_temp(""))
File "temp_probe.py", line 21, in read_temp
while lines[0].strip()[-3:] != 'YES':
IndexError: list index out of range
How many sensors can you connect? and how?
Does anyone know if the wire shield is safe if in the aquarium water and if it will leech any chemicals? Should I coat them with aquarium safe silicone just to be sure?
I love these videos and plan on using your videos as a template for my own build on one of there... I am curious about the App you had in the first video in the series that displayed everything. Could you do a video on that and also how to wire the 8 socket relay together correctly.
I hope to work on this again soon. Other projects took priority for a little while.
I understand, life happens. I was just wanting to make a request for content of a future video and let you know I appreciate your time and effort going into this.
Le projet prends forme ! Superbe Idée en tous cas !
Awesome video. Rearranging a bunch of things in my sump and a temp probe like this was one of my things on my “to do” list. Can you make a video on how to show the readings in a program or maybe a display screen (maybe a tablet?)
I’m building my own controller with Arduino and really enjoying this. Are you going to be doing more videos?
That's the plan, I need to get focused and start working on this again! lol
Hi! This has worked a treat with my system.
But what i was wondering, how did you create youre gui? I've used Tkinter and it looks alot more basic than yours. Maybe you could do a how to regards to a gui?
But thanks!! Keep up the great work!! 🐠
Hi Jack, I am so glad you found this helpful! Yes, I did use Tkinter. The toolset is kind of basic, but i was able to do what i needed so far. Sorry i haven't done another update on this yet, was busy on some other projects but plan to get back on this soon. I'll see what i can do with regards to Gui....
+ReefSpy I look forward to what you do next! I would also be very interested in how you have coded your light cycle
I know this is 3 years old but I’m thinking of using the shelly1 to do this , what do you think
I don’t have any experience with that, but sounds like a great project!
how did you know where to get all that stuff you used to set up for the probe? Would like to learn where you got that stuff.
Have you thought about using event handerlers rather than the loops ?
Stephen Olner yes, that is a good point. This was just an example to show how to get data from the probe. In my main project I will do things differently.
P.S. any help you can offer on how to do that would be welcomed. I am still just learning 🤓
ruclips.net/video/qHLHcFwXH8o/видео.html
You might want to look at PubNub for your logging. its an IOT data logging service. ideal for aquarium controllers. www.pubnub.com/
Traceback (most recent call last):
File "/home/pi/Documents/sandbox/temp_probe.py", line 9, in
device_folder = glob.glob(base_dir + '28*') [0]
IndexError: list index out of range
>>>
whats wrong in the line looks the same as the one in the video
what?
I am guessing the Pi is not recognizing the temperature probe you have wired up, so it is not creating the directory in the location you are looking for it. Index out of range at index 0 means your list is empty, The function returned no results.
Hey, I would love to get some help from you
I would like to make my first aquarium and I had the idea to monitor the aquarium using raspberry pi. While I was surfing the internet, I found your channel and I really enjoy your videos.
Can I add temperature module or any module when all the fishes are inside the aquarium?
Because I would like to build my "monitor setup" step by step
Have a great day!
Thanks for watching. Sure, you can build this in pieces and add things like temperature monitor right away. Where I would be careful is things that have direct effect on aquarium environment like temperature control, you want to make sure it is working flawlessly before adding somewhere with fish. If you get it wrong you could cook them!
@@ReefSpy Thanks for your time!
Very nice
What are you hooking up the temp sensor to?
fishtank
It looks like you have something between the sensor and the pi
Manic Lalo are you talking about the breadboard?
Is that what that is? I know you said that you could add three more. It's in the begining of the video