Trying Grow Professional

Only to eat and beat up the smaller squirrels :laughing:

She bites pretty hard when I try to wrangle her and make her show affection.

Bob (our old boy who has metabolic bone disorder) left for an entire day yesterday and ran around the fields next to our house until my wife thought he wasn’t coming back…

Soon as the sun went down he came back in looking around like, where’s dinner? I told her he knew the way home

5 Likes

Haha there so smart its crazy!! Thats awesome she still hangs around once in a while though. She doesnt come inside anymore?? Id love to have a little pet flying squirrel lol

2 Likes

Well just got the system back online completely again… had an issue where the IT person changed router ssid and password disconnecting the entire system.

had to piece the puzzle back together…

6 Likes

Glad you got it worked out brother :muscle::love_you_gesture::call_me_hand::100:

1 Like

Me too! I’ve stopped being notified of anything that happens on here for some reason, sorry if it takes me awhile to respond…

Also have hit our busiest season for work and are trying to double up on employees

After I finish this round of g6 I’m redoing the planting system and going back to hydro… then we can have some more content of diy systems :wink:

Plus my wife doesn’t like it when I stock pile a bunch of material in the utility room….

7 Likes

@PharmerBob …did you see my single tote auto feed system i designed for my DWC. :sunglasses::v::heart:

Definitely worth looking at its pretty sweeet

1 Like

Got a link I looked for it but couldn’t find any pics

1 Like

Been recoding the main configuration code to try and get the system to recognize flower stage 3 and reduce temps by 10-15 degrees over night while keeping vpd between 1.2-1.6…

Pain in my ass!

Released a few of our spring squirrel babies into the wild, they’re staying close and playing well with older ones on the large oak trees in our forest… they still come to us in the wild

8 Likes

Post 1881 on my thread…the rest of the build before that :sunglasses: :peace_symbol:

1 Like

Thats super cool :sunglasses:

Finished coding the automation for keeping daytime temps around 78 degrees and reducing it to 63 for night time while keeping vpd between 1.2-1.6

alias: Stage3
description: ‘’
trigger:

  • platform: time
    at: ‘05:00:02’
  • platform: time
    at: ‘17:00:02’
    condition:
    action:
  • if:
    • condition: time
      before: ‘17:00:00’
      after: ‘05:00:00’
      weekday:
      • mon
      • tue
      • wed
      • thu
      • fri
      • sat
      • sun
        then:
    • service: input_number.set_value
      data:
      value: 53
      target:
      entity_id: input_number.rh_low
    • service: input_number.set_value
      data:
      value: 58
      target:
      entity_id: input_number.rh_high
    • service: input_number.set_value
      data:
      value: 78
      target:
      entity_id: input_number.air_low
    • service: input_number.set_value
      data:
      value: 79
      target:
      entity_id: input_number.air_high
      else:
    • service: input_number.set_value
      data:
      value: 63
      target:
      entity_id: input_number.air_low
    • service: input_number.set_value
      data:
      value: 65
      target:
      entity_id: input_number.air_high
    • service: input_number.set_value
      data:
      value: 35
      target:
      entity_id: input_number.rh_low
    • service: input_number.set_value
      data:
      value: 40
      target:
      entity_id: input_number.rh_high
      mode: single
5 Likes

Yep that should work… wait i dont even know what im reading, only it just fupped up my wake and bake trying to read it…lol Nice work on the automating. :sunglasses: :peace_symbol: :heart:

3 Likes

So it tells my settings inside my server where they should be. When the presets change then node red will tell the ac to lower and keep the rh syncs with the air temp to keep a 1.2-1.6 vpd over night

Then in the daytime it will raise back to 78 degrees f and keep the same vpd

4 Likes

Thats sweet as hell ! Ok… bring all the equipment and set my room up…and then automate my new rig with the auto ph adjusters for my totes. :+1: :sunglasses:

1 Like

Your an artist in a very unique way!! Your mind is fascinating !! Remind me of how my dad would think about stuff… that’s really neat!

2 Likes

Thank you very much! Little ingenuity goes a long way

2 Likes

I could tell you how to do it easier than doing it for you

1 Like

I’m worried about crashing this laptop just typing this response in :rofl: :rofl: :rofl: :sunglasses: :peace_symbol: :heart: I’ll just admire yours and be jelly…lol

2 Likes

It’s really just a raspberry pi, bluelab guardian monitor with connect stick and a jebao pump to rig it up. Your laptop you could use to access the raspberry pi and do the coding on it. It would be stand alone really

1 Like