Project Description

This first part of this project will build a moisture sensor using an ESP32 board and circuit python. I am hoping to implement a notification method using SMS or Email. Additionally, future plans include adding a Web based interface to view historical data as well as optionally adding some mini pumps that will water the plants once a specified moisture level (very little detected) has been reached.

Something similar to:

https://www.amazon.com/Elecrow-Watering-Moisture-Gardening-Automatic/dp/B07LCNKC6N

https://www.amazon.com/WayinTop-Automatic-Irrigation-Watering-Capacitive/dp/B07TMVNTDK/

The idea came from this repo https://github.com/t-jayw/pleasetakecareofmyplant

Goal for this Hackweek

1) Learn more about GPIO on Arduino, Raspberry PI and the ESP32 Boards

2) Learn how to use Circuit Python for programming these boards

3) Implement a simple notification system

Resources

Anyone interested in learning with me is welcome to join.

I am using an ESP32 Development kit and Capacitive Moisture sensors. These can be purchased on Amazon for under $30 US.

Looking for hackers with the skills:

Nothing? Add some keywords!

This project is part of:

Hack Week 21

Activity

  • over 1 year ago: rsimai liked this project.
  • over 1 year ago: dancermak joined this project.
  • over 1 year ago: dcipriani liked this project.
  • over 1 year ago: alarrosa liked this project.
  • over 1 year ago: abergmann liked this project.
  • over 1 year ago: mbussolotto liked this project.
  • over 1 year ago: mbussolotto disliked this project.
  • over 1 year ago: wfrisch liked this project.
  • over 1 year ago: kberger65 started this project.
  • over 1 year ago: mbussolotto liked this project.
  • over 1 year ago: anthidote liked this project.
  • over 1 year ago: pperego liked this project.
  • over 1 year ago: zbenjamin liked this project.
  • over 1 year ago: dancermak liked this project.
  • over 1 year ago: kberger65 originated this project.

  • Comments

    • dancermak
      over 1 year ago by dancermak | Reply

      Have you considered plugging this into home assistant? Then you could rely on its notification system and existing sensor infrastructure.

      • kberger65
        over 1 year ago by kberger65 | Reply

        Thanks, I have heard about home assistant but have not looked in detail yet. I will do that to see the best way to integrate.

        • alarrosa
          over 1 year ago by alarrosa | Reply

          I think the best way to do this would be using MQTT to publish the sensor values you read and then configure home assistant (or any other application) to read the values from there. I think if you only use home assistant for this it might be a bit overkill at first, but I recommend you to have a look at it. Anyway, be warned: Once you start using home assistant for some things, you'll only want to use it more and more add-emoji .

          Btw, you might be interested in https://www.home-assistant.io/integrations/plant/ which would probably be the home assistant integration you want to use.

          Btw2, your hackweek project seems to be similar (in essence at least) to the hackweek project I planned to do, which I just wrote down at https://hackweek.opensuse.org/21/projects/solar-water-heating-control-panel-using-esp32 . I'll definitely keep an eye on yours add-emoji

          • kberger65
            over 1 year ago by kberger65 | Reply

            Thanks for the plant link. That is awesome!

            • kberger65
              over 1 year ago by kberger65 | Reply

              It turns out when using an esp device via esphome. you do not need the extra MQTT. The values get published via the API.

              "The MQTT Client Component sets up the MQTT connection to your broker. If you are connecting to Home Assistant, you may prefer to use the native API, in which case this is not needed."

              https://esphome.io/components/mqtt.html

              I was able to use a the plant integration with a sensor that was create/published via the esphome integration

    • kberger65
      over 1 year ago by kberger65 | Reply

      Here is the repos tracking the project

    • kberger65

    Similar Projects

    This project is one of its kind!