This is a work in progress - I will update the logs as I go in a blog style format.
Github link:
Indoor Grow Room with Raspberry Pi + sensors
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
This is a work in progress - I will update the logs as I go in a blog style format.
Github link:
I had to step away from this project for a little because of real work.
I had a few minutes so now I'm keeping track of the highest and lowest recorded temps This should get me closer to actually graphing it out.
I have a feeling it gets to cold in the tent. I wrote a python program to read the temperature inside the tent, compare it with the lowest previously recorded value and overwrite if current value is less than the previous value.
At some point I'm going to expand on this and use a csv file with matplotlib to create graphs of this data. This should get me started and give me the information I need.
I'm using a cronjob to automate the task. Every 20 minutes it's running this check.
*/20 * * * * python /home/pi/Documents/code/grow_lib/lowest_temp.py
Current lowest temp recorded is 64.94 F. It has been going for a couple of hours.
I found a really nice inquirer clone for python. I think its funny python is now copying stuff from the javascript ecosystem. The little scripting language has certainly grown since Its humble beginnings.
Inquirer is going to let me set up menus and prompts for the grow tools I'm creating. I've built a lot of system tools for myself and colleagues using inquirer and node.
I've been using mobaXterm community edition to remotely access the pi and have become a huge fan of all the features it gives me. With the shell it also gives me a GUI to explore the folder tree and I just found out if I save a picture made from matplotliblibrary I can click and view it through mobaXterm - Really cool.
https://mobaxterm.mobatek.net/
Awesome - I found a DHT22 laying around. The DHT22 is a more precise version of the DHT11 it will replace. Since this meant I needed to change the code I decided to do a refactor.
I hooked up the raspberry pi to a monitor mouse + keyboard for first time setup. I followed the steps on the adafruit setup guide for circuit playground and it set up a lot of what I needed it to.
I want to hook up a pump and reservoir for automated watering
Important
I need to set up ventilation. Right now I open the tent when the lights are off. I'm looking at blower fans for around 70 dollars. I'd like to program the pi to work with a relay and turn the fan on for about 20 minutes then shut them off for an hour - and repeat.
Create an account to leave a comment. Already have an account? Log In.
Testing with random house plants for the time being. Eventually I will use it for veggies.
Don't be too disappointed if the houseplants aren't too responsive to your intensive care for them. They are often selected for "domestication" because they are slow growing and used to shady spots.
Do you have free / cheap electricity? I have heard people making a case for photovoltaic conversion from broadband sunlight to specific grow light frequencies is more efficient in growth terms than direct sunlight.
Why do you need air filtering?
I need air movement more than air filtering. I was told that without it I can attract white flies.
Solar has gotten so cheap Id love to get it set up in my workshop. It's been talked about a few times but I have a few projects to settle before getting solar up.
I'm going for 70 - 80 degrees, well ventilated, and 5-6000 lumens per square foot (3 x 3 tent)
Ah yes, air movement is important. Plant diseases are also more likely to take hold in stale, static air. Especially in high temperature and humidity environments.
Become a member to follow this project and never miss any updates
What are you growing?