By continuing to use the website or clicking Accept you consent to our cookies and personal data policy and confirm that you are at least 18 year old. For details please see Privacy Policy and Terms
This is the start of my second grow and also second Northern Light Auto from RQS, the goal is to hit #1 in g/plant for that Strain.
I didn't take as many notes as in the last grow but there are timelapses, some photos and metrics from probes.
Started with 3 Seeds and then picked the 2 strongest.
The System is a NFT System but due to the size of the tube and root growths the solution with submerge the roots ~70% later on.
To combat that I use 3 small 1.5w air pumps, these are super silent, if one dies I got 2 more running and to be honest air pumps used in DWC systems are often oversized and rely on Broscience.
In my Salad/Herb NFT Systems I don't use any air pumps and the plants are just fine and grow great.
This time I added sprinklers to humidify the air inside the tube, slightly moisturize the Rockwool and speed up root growths.
Spoiler: Was a great success :)
The ratios for the fertilizers are not accurate in the following weeks, I have a 120l Reservoir that is filled 90-110l I top it up once or twice a week to sustain PH and EC, if you want to copy it just go by the EC and use the B (Calcinit) and A (Kristalon Blue/Orange) 50/50.
I mix the solution myself with dry salts that I bought in bulk 25kg bags.
4l Water(distilled/RO preferably, tap water is OK) + 1kg salts mixes just fine, keep the solution dark and cool and it will stay stable for months.
Dry salts don't expire if kept cool and dry so only mix what you need and keep the rest stored as dry salts.
40ml A + 40ml B is about 2EC and 6PH with my tap water, very similar to Canna, Plagron etc. isn't it? just with the twist that I pay ~20% of the known brands.
P2O5, K2O, MgO etc. are always the same as long as they are produced by a good manufacturer, Yara is a world leader in fertilizer production just not to be found in you general hydroponics or hardware store.
Any other known manufacturer is fine as well, pick the cheapest.
Check Hoocho on Youtube to see a guide on how to mix your own solutions, it ain't that difficult trust me.
From week 5 onwards I also use Oxygen granulate (KMPS, CAS-70693-62-8, 2KHSO₅ * KHSO₄ * K₂SO₄) if you want to use this check pool supply stores and buy the cheapest.
Keep this one dry, cool and dark.
I used a old pill bottle to keep some ready to go because it came in a 1kg container and I only need 2-4g per serving + the bottle has a silica pack in the cap.
From week 6 onwards I used Haifa Grow Clean for Details check week 6, I use this one as dry salts and add it directly to the tank, it does not interact in a bad way with the solution.
For meassurements I use a generic 8in1 Meter "PH-W218" branded by many companies, as usual, check stores and buy the cheapest. (Check week 1 for an image of it)
I got mine from Aliexpress for ~70€ it uses the Tuya app so you can always check your metrics and export them aswell.
The PH and EC probe are accurate and are giving me stable results for almost 1 year now, I re calibrate the PH probe once in a while and it is tops 0.15 off after a month, always double check your results with PH drops/paper.
Bluelab is... A LOT more expensive for less value.
For the timelapses I use 2 Tappo C210 2k Cameras, these have the ability to make the stream available trough RTSP so that you can access it trough a link in a browser and that way I snap a Screenshot with a raspberry pi :) after that I just render it with blender to a timelapse.
Sadly they seem to have trouble with the bright lights and I get image trouble over the course of the day, if you have a recommendation hit me up :)
The script I use to take the Images:
#!/bin/bash
##########################################################################################################################################
##### A script to save images from a rtsp capeable IP cam, Tapo C210 (2k image quality) for example in my case.
##### Images are saved in a directory named "2024_01_01" for example, it uses the "date" command within the system it is running on.
##### You can then render the images to a timelapse, I use blender for that.
##########################################################################################################################################
RTSP_URL_LEFT="rtsp://:@:/stream1" #sets the variable for cam LEFT access
RTSP_URL_RIGHT="rtsp://:@:/stream1" #sets the variable for cam RIGHT access
while true; do
TIMESTAMP=$(date +"%Y_%m_%d_%H_%M_%S") #sets the timestamp variable
DIRECTORYLEFT=/$(date +"%Y_%m_%d") #sets the directory variable with current day for LEFT
DIRECTORYRIGHT=/$(date +"%Y_%m_%d") #sets the directory variable with current day for RIGHT
mkdir -p "${DIRECTORYLEFT}" #makes a directory for each day if it doesn't exist for LEFT
mkdir -p "${DIRECTORYRIGHT}" #makes a directory for each day if it doesn't exist for RIGHT
ffmpeg -y -i "${RTSP_URL_LEFT}" -frames:v 1 -vf "format=yuvj420p" "${DIRECTORYLEFT}/${TIMESTAMP}.jpg" #captures a frame from the RTSP stream and save it as a JPEG image for LEFT
ffmpeg -y -i "${RTSP_URL_RIGHT}" -frames:v 1 -vf "format=yuvj420p" "${DIRECTORYRIGHT}/${TIMESTAMP}.jpg" #captures a frame from the RTSP stream and save it as a JPEG image for RIGHT
################################################################################################################################
##### Waits for 180 seconds, change that depending on how precise you want the timelapse to be, less waiting = more images
################################################################################################################################
sleep 180
done
Hope you like my diary, leave a comment and a like if you like it :)
One didn't get hit enough water from the sprinkler so it got stunted hard and had to go, the plan was to only do 2 this run so all good, I used this one in a breeding experiment and it recovered very well despite the conditions, but this is not part of this diary.
Starting this week I will also add ORP and CF metrics, the ORP probe is not calibrated and values are to be taken with a grain of salt.
Values are average of the day.
DATE - °C - RH% (Tent Temp/RH)
20240718 25.9 56.2
20240719 27.1 52.5
20240720 28.0 54.3
20240721 26.8 64.4
20240722 25.1 57.9
20240723 25.8 58.8
20240724 25.6 55.8
DATE - PH
20240718 #
20240719 #
20240720 6.01
20240721 6.05
20240722 6.14
20240723 6.15
20240724 6.15
DATE - ORP (mV)
20240718 #
20240719 #
20240720 31
20240721 27
20240722 24
20240723 23
20240724 21
DATE - EC(us/cm)
20240718 #
20240719 #
20240720 2050
20240721 2071
20240722 1978
20240723 1973
20240724 1993
DATE - CF
20240718 #
20240719 #
20240720 20.50
20240721 20.71
20240722 19.78
20240723 19.73
20240724 19.93
DATE - °C (Reservoir)
20240718 #
20240719 #
20240720 23.6
20240721 23.9
20240722 22.5
20240723 21.9
20240724 22.1
Starting this week I will also add Oxygen granulate (KMPS, CAS-70693-62-8, 2KHSO₅ * KHSO₄ * K₂SO₄) I use this once a day to reach ~250 mV on my ORP meter, it is not calibrated so it more of a good guess, adding this helps to keep the reservoir stable even with higher nutrient temperatures in summer and it also adds a little Kalium/Potassium for the plants.
The ORP probe is not calibrated and values are to be taken with a grain of salt.
Values are average of the day.
DATE - °C - RH% (Tent Temp/RH)
20240725 25.2 52.4
20240726 25.7 61.0
20240727 25.1 63.6
20240728 24.4 57.2
20240729 25.5 55.2
20240730 27.2 54.4
20240731 27.2 61.7
DATE - PH
20240725 6.16
20240726 6.05
20240727 5.88
20240728 5.90
20240729 5.92
20240730 5.94
20240731 5.95
DATE - ORP (mV)
20240725 20
20240726 23
20240727 23
20240728 19
20240729 18
20240730 18
20240731 15
DATE - EC(us/cm)
20240725 1990
20240726 2060
20240727 2137
20240728 2119
20240729 2152
20240730 2186
20240731 2211
DATE - CF
20240725 19.90
20240726 20.60
20240727 21.37
20240728 21.19
20240729 21.52
20240730 21.86
20240731 22.11
DATE - °C (Reservoir)
20240725 21.6
20240726 22.0
20240727 22.4
20240728 21.4
20240729 21.6
20240730 22.4
20240731 22.5
Light is set to 80% from now on.
Starting this week Haifa Grow Clean is added as a helper, it contains Polyphosphates which are supposed to make nutrient that have fallen out of the solution available again and clean tubes/sprinklers.
Haifa Grow Clean is NPK 5/31/40, I use it once a week.
The ORP probe is not calibrated and values are to be taken with a grain of salt.
Values are average of the day.
DATE - °C - RH% (Tent Temp/RH)
20240801 25.9 70.1
20240802 25.3 69.0
20240803 26.3 66.0
20240804 25.3 68.7
20240805 25.4 61.1
20240806 25.6 66.0
20240807 25.4 69.2
DATE - PH
20240801 5.94
20240802 5.90
20240803 5.89
20240804 5.80
20240805 5.83
20240806 6.09
20240807 6.09
DATE - ORP (mV)
20240801 15
20240802 12
20240803 104
20240804 247
20240805 150
20240806 202
20240807 375
DATE - EC(us/cm)
20240801 2246
20240802 2133
20240803 2156
20240804 2212
20240805 2294
20240806 2275
20240807 2274
DATE - CF
20240801 22.45
20240802 21.33
20240803 21.56
20240804 22.12
20240805 22.94
20240806 22.75
20240807 22.74
DATE - °C (Reservoir)
20240801 23.2
20240802 22.3
20240803 21.9
20240804 22.0
20240805 22.3
20240806 22.2
20240807 22.6
Starting this week there will be a Mars Hydro VG40 at the bottom to boost the lower buds, they will not be as dense but will be good for some hash that's why I leave them be.
The ORP probe is not calibrated and values are to be taken with a grain of salt.
Values are average of the day.
DATE - °C - RH% (Tent Temp/RH)
20240808 23.8 60.9
20240809 24.2 67.2
20240810 23.4 67.0
20240811 24.1 66.9
20240812 25.3 69.2
20240813 27.1 71.9
20240814 25.0 76.1
DATE - PH
20240808 5.91
20240809 5.79
20240810 5.77
20240811 5.73
20240812 5.79
20240813 6.09
20240814 5.68
DATE - ORP (mV)
20240808 250
20240809 175
20240810 107
20240811 118
20240812 88
20240813 85
20240814 84
DATE - EC(us/cm)
20240808 2240
20240809 2265
20240810 2162
20240811 2202
20240812 2187
20240813 2119
20240814 2141
DATE - CF
20240808 22.40
20240809 22.65
20240810 21.62
20240811 22.02
20240812 21.87
20240813 21.19
20240814 21.41
DATE - °C (Reservoir)
20240808 21.6
20240809 22.6
20240810 21.5
20240811 21.9
20240812 22.3
20240813 23.8
20240814 22.1
RH is a struggle, it is a hot and wet summer, the dehumidifier is on from time to time but it adds even more heat.
The ORP probe is not calibrated and values are to be taken with a grain of salt.
Values are average of the day.
DATE - °C - RH% (Tent Temp/RH)
20240829 25.9 63.0
20240830 24.3 65.0
20240831 23.1 66.7
20240901 23.7 68.3
20240902 25.4 69.8
20240903 24.4 72.4
20240904 23.5 73.6
DATE - PH
20240829 6.07
20240830 6.08
20240831 6.09
20240901 6.00
20240902 6.10
20240903 5.94
20240904 5.95
DATE - ORP (mV)
20240829 21
20240830 49
20240831 9
20240901 62
20240902 122
20240903 115
20240904 59
DATE - EC(us/cm)
20240829 2452
20240830 2396
20240831 2278
20240901 2340
20240902 2319
20240903 2339
20240904 2265
DATE - CF
20240829 24.52
20240830 23.96
20240831 22.78
20240901 23.40
20240902 23.19
20240903 23.39
20240904 22.65
DATE - °C (Reservoir)
20240829 22.6
20240830 21.9
20240831 20.2
20240901 21.3
20240902 22.9
20240903 22.2
20240904 21.8
Chopped her on day 83, sadly the last day is not on timelapse due to a camera firmware update and after the reboot it returned its angle to base and I didn't notice it.
Stem and Buds turned slightly purple in the last days.
The ORP probe is not calibrated and values are to be taken with a grain of salt.
Values are average of the day.
DATE - °C - RH% (Tent Temp/RH)
20240912 20.8 57.9
20240913 21.3 58.5
20240914 21.0 57.1
20240915 22.2 59.9
20240916 23.4 56.1
20240917 22.7 62.7
DATE - PH
20240912 5.86
20240913 5.85
20240914 6.03
20240915 5.97
20240916 5.94
20240917 6.04
DATE - ORP (mV)
20240912 17
20240913 16
20240914 11
20240915 11
20240916 49
20240917 46
DATE - EC(us/cm)
20240912 2119
20240913 2178
20240914 2097
20240915 2185
20240916 2257
20240917 2208
DATE - CF
20240912 21.19
20240913 21.78
20240914 20.97
20240915 21.85
20240916 22.57
20240917 22.08
DATE - °C (Reservoir)
20240912 18.5
20240913 18.9
20240914 18.3
20240915 19.1
20240916 20.3
20240917 20.4
Day 78
Had a emergency harvest, bananas popped out all over the plant, the other one is fine, fingers crossed it didn't got pollinated.
This Pheno was different than the 2 I had before and the one still in the tent.
This Pheno was flowering earlier, faster bulking, shorter plant overall but also the Bananas... otherwise I would have let her go 2 more weeks.
Kinda disappointing with the Bananas.
NL#2 yielded 981.8 wet trimmed.
Day 83
Harvested NL#1 yielding 1425.6g wet trimmed, in total 2407.4g
This is pretty much the same yield in total like last time with 3 plants, I guess this is the limit for this tent size, the plants and the rest of the setup could definitely do more, more space is needed.
Left them 14+ Days in a tent with 59-61% RH at room temperature ~21°C automated RH by a smart plug + smart hygrometer that turns on the exhaust when RH is to high so that is sucks fresh dry air in, the air filter cleans the air and creates a slight air flow, set to the lowest setting.
NL#2 smells and tastes fresh citrus slightly earthy, the effects are stronger than NL#1 but otherwise the same, a classic couch lock stoned but also with a touch that when you get the munchie crave you jump up and bake a cake (at least I did that).
NL#1 smells and tastes kinda gunky earthy with a slight touch of cheese and the tiniest amount of cat piss, in my little experience the original Northern Lights I know from my previous grow and coffee shops, a classic.
The scale says 458,7g in total but I smoked some potent testers previously that didn't make it to the scale ~10g, thats why I round it up to 640g total, only 1,3g added to it but I want to be transparent.