Skip to main content

Plant care reminder with OpenWeather, Sheets and Telegram

Workflow preview

Workflow preview
100%
Plant care reminder with OpenWeather, Sheets and Telegram preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API. It checks when each plant needs watering or fertilizing, sends a personalized reminder, ...

Best for

  • Personal Productivity automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.telegram

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Adrian.

Original n8n.io source

1.1 Workflow description

Title
Plant care reminder with OpenWeather, Sheets and Telegram
Workflow name
Plant care reminder with OpenWeather, Sheets and Telegram

This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API.

It checks when each plant needs watering or fertilizing, sends a personalized reminder, and lets you confirm the task with a single button. When confirmed, it updates your Google Sheet and shows a confirmation HTML page.

Who is it for?

Home gardeners who want to automate watering and fertilizing schedules.

Anyone managing a plant collection, greenhouse, or garden and wanting a lightweight, no-code reminder system.

How it works

  1. Schedule Trigger starts the workflow once per day.
  2. Read Settings (Google Sheets) checks if vacation_mode is active.
  3. Read Plants (Google Sheets) retrieves all plants with columns such as id, plant, last_water, water_freq, etc.
  4. DecideDue (Code Node) compares today’s date with the last watering/fertilizing date and marks which plants are due.
  5. OpenWeather Request (optional) fetches local forecast for plants with coordinates and weather_delay = true.
  6. WeatherGate (Code Node) skips or delays watering if it recently rained or if rain is expected soon.
  7. Telegram Send Message sends a reminder for each due task.
  8. The message contains an inline button “Mark as done” linking to your webhook URL (opens confirmation window).
  9. Webhook – Confirm Done receives the click, update dates on Google Sheets, appends an optional log entry, and returns an HTML confirmation page.

Setup steps Principal Workflow

  1. Spreadsheet- Create a Google Sheets document with:
    1. plants sheet: (id, plant, last_water, water_freq, last_fert, fert_freq, lat, lon, weather_delay , indoor, thirst_level)
    2. settings sheet: (vacation_mode, timezone)
    3. log sheet: (ts, plant_id, action message_id)
  2. Connect your Google account
  3. Configure the Schedule Trigger
  4. Enable weather integration (Get a free OpenWeather API key) and add it to the HTTP Request node parameters appid. https://openweathermap.org/api
  5. Configure Telegram with your credential and your chat id on {YOUR_CHAT_ID}.
  6. Configure "Send Dues" node with your custom url https://{YOUR_PROJECT_URL}.app.n8n...

Setup steps Sub-Workflow (Webhook)

  1. Trigger: Configure your custom Path.

  2. Google Sheets: Connect your Google Account and Map sheets and columns.

Requirements

· A Google account with access to Google Sheets. . A spreadsheet containing three sheets with headers matching the field names used in the workflow. . A telegram bot. . OpenWeather API key for climate-aware watering.

How to customise it

Add plant photos: Include a photo URL column and show it in the Telegram message.

Extend actions: Add pruning, repotting or any other periodic task by duplicating the existing logic.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Read plants

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 3 - Read settings

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 4 - DecideDue

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - OpenWeather request

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 6 - WeatherGate

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Set Weather Tag

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Set DecideTag

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 11 - ¿Pending task?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 12 - Send Final Message No Dues

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 13 - Vacation Mode

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - Send Final Message No Dues1

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 15 - Send Dues

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 16 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 17 - Prepare Data

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 18 - Append Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 19 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.4

Block 20 - HTML

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Edit Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 22 - Update Water

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 23 - Update Fert

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 24 - If1

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Plant care reminder with OpenWeather, Sheets and Telegram
Complexity advanced
Nodes 27
Categories Personal Productivity
Author Adrian
Published 20 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9953/9953.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Plant care reminder with OpenWeather, Sheets and Telegram do?

This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API. It checks when each plant needs watering or fertilizing, sends a personalized reminder, ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.