Go to file
Eduard Iten 845c75b538 fix(docs): Correctly translate SVG architecture image 2025-06-30 17:55:21 +02:00
docs fix(docs): Correctly translate SVG architecture image 2025-06-30 17:55:21 +02:00
hardware Hardware updated 2025-06-30 13:52:33 +02:00
software sync 2025-06-20 18:41:50 +02:00
.gitignore added gitignore to ignore build dirs 2025-06-13 07:48:18 +02:00
README.de.md docs: Restructure and internationalize documentation 2025-06-30 17:49:22 +02:00
README.md docs: Restructure and internationalize documentation 2025-06-30 17:49:22 +02:00

README.md

🇩🇪 Deutsch | 🇬🇧 English

Modular Irrigation System

This project implements a smart, modular irrigation system controlled via Home Assistant.

Documentation

The detailed documentation can be found in the docs/ directory:

  • Concept: Describes the system architecture, the components used, and the basic design decisions.
  • MODBUS Registers: Defines the register map for communication with the slave nodes.
  • Project Plan: Contains the development and implementation plan.

Quick Start

  • Hardware: The KiCad files for the hardware are located in the hardware/ directory.
  • Software: The Zephyr-based firmware for the slave nodes is located in the software/ directory.