Hey Diary! Just wrapped up week 5 of my green project, and we're fully in the blooming stage now! ๐ธ
Out plant has stretched up beautifully. It seems to be enjoying life just as much as I am.
Here's the weekly rundown:
Automated Watering: This is cool! I've set up an automated watering system that I can control through a Telegram bot. Hello, technology! ๐ค๐ง
Defoliation: Last week, we did some defoliation, trimming off the unnecessary leaves. This helped the plant focus more on flowering. Sometimes less is more, right?
Can't wait to see what the next week brings. Catch you later, GD! ๐ฟ๐
Was ist das fรผr ein System um deine Daten so im Blick zu haben ? Bin auch am suchen um alles noch einen Ticken besser zu kontrollieren kรถnnen .
Ansonsten happy Grow ๐๐ฑ
@Kazzy420, hi there! I did it by myself using Raspberry Pi and some other stuff from amazon.
here is a full set:
- Raspberry Pi 4 to collect metrics and control environment (63 usd)
- capacitive soil moisture sensor (8 usd for 4 pieces)
- air temperature sensor (12 usd for two pieces)
- air humidity sensor (model: dht22)
- USB powered water pump for drip watering (like 10 usd)
- USB camera to get instant photo of the plant (that was a gift)
- telegram bot to receive environment alerts and to get instant information about the plant including: temperature, humidity, soil moisture level, current day and week and a status of the plant
the next week I will set up scheduled watering (not just by tapping message to telegram bot)
and also I bought Raspberry compatible TDS sensor, but haven't set it up yet :)
I wrote exporter in Python to export metrics to the database and store them for 1 year. I use Prometheus as a database for metrics.
For visualization I use Grafana
telegram bot was written using Python
all the software run on Raspberry