Giter Site home page Giter Site logo

gardenautomation's Introduction

gardenAutomation

I'm new to github and writing code in general so please bear with me. This project is literally my first go at programming something and I'm having a blast. Experienced programmers may be scratching their heads at the way I've done some things but I'm learning and am always looking to improve. Over the past few weeks I've been trying to clean up my code and add as many useful comments as I can. Since I first posted my Home Assistant configuration files, I've made some significant changes to my MQTT topics and payloads that go back and forth between the Pi and the control box in order to make things more understandable and logical. I hope I've succeeded in my goal.

I want to stress that I'm just a hobbyist and am not guaranteeing any of my electronics work or code. I'm no expert but am eager to share what I have, and while this system works for me, if you decide to make use of any of its components, it's up to you to vet yours and ensure everything is safe and compatible. You should always have a back-up plan to stop/drain water somehow in case of an overflow - I have an overflow drain line on each of my basins/reservoirs as well as float valves.

This Home Assistant project is now running on a Raspberry Pi 4 and is a mish-mash of many components. Here are its current capabilities:

  • Measure temperature and humidity in control box and grow tent
  • Measure water level, temperature, pH, and conductivity in nutrient mix reservoir
  • Automatically dose pH up or down to maintain a target pH set in the UI
  • Create a new batch of nutrients that hits a target EC based on inputs on UI
  • Control grow light dimming (Mean Well B-type drivers via PWM)
  • Control exhaust fan via PWM
  • Detect flooding in tent or beneath control system via moisture sensors and shut off all pumps and solenoids when this happens
  • Stir nutrients in glass jars to keep solution mixed, using magnetic stir solution
  • Schedule light on/off times and customizable plant feed times/durations based on UI input
  • Calibrate pH probe, EC probe, weigh scale (measures mixing reservoir volume in litres since 1 liter = 1 kilogram), and pump speed from UI

The Pi running Home Assistant is boss in this system. It has no physical I/O hooked up to it at all - it just sits on the network and communicates over MQTT with the ESP32 in the control box. You will need to install the MQTT Broker add-on in Home Assistant. The ESP32 has a lot of I/O hooked up to it, and it also communicates with the Arduino Mega via Serial, which handles some physical I/O and has the Tentacle shield on it that talks to the Atlas sensors. The ESP32 relays data from the Pi to the Mega and vice versa since the Mega has no network connection.

I have the following add-ons installed in Home Assistant:

  • Duck DNS (remote access)
  • NGINX (remote access)
  • ESPHome (makes config of ESP8266 and ESP32 super easy)
  • File Editor (edit yaml files from home assistant interface)
  • MariaDB (better database than the stock one)
  • Mosquitto broker (required to facilitate communication between ESP32 in control box and Home Assistant)
  • Samba share (allows you to access folders on the Pi from windows)
  • Terminal & SSH (in case things go south and I need to putty in)

I've done my best to draw out the entire system down to conductor level, and have uploaded a diagram here as well. Don't even bother trying to view it in github's preview panel - open the .png up on your computer instead since it's huge. Once you open it, if you try to zoom in on something, you may need to be patient and let it load. The resolution is definitely there and if you give it time, when it renders, you'll be able to zoom in and see pin numbers nice and sharp.

I've also included a parts list for everything in the system with links to all parts as well.

To-do list:

  • Wire up the pumps so they can be run in reverse as well as forward and program this in
  • Incorporate VPD readings with some parts I've got waiting to be installed
  • Change how the exhaust fan works (if the ESP PWM stops, the fan stops, so I'd like to safeguard against that, and I'd like to change how the fan operates based on humidity and temperature conditions)
  • Bring motion detection back with PIR to turn room lights on
  • Incorporate sunrise/sunset ramping of tent lights

gardenautomation's People

Contributors

ledgardener avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.