So the second week is over. Plant looks healthy and it's good :)
Looking in graphs it's obviously the main problem is humidity level and as a result too high VPD level. Should buya new humidifier and set it up to about 70%. Current humidifier is really weak :(
The average day temperature is 26.7C and I think its kinda normal temp for the Moby Dick because FastBuds claims that this strain loves warm climate (actually I don't know what exact temperature defines "warm climate")
Looking forward for a new week!
Happy growing everyone! :)
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