Go to file
Eduard Iten 6dcb11ae0c fix(modbus_tool): Improve UI stability and readability
- Refactor the curses drawing loop to be state-based, eliminating screen flicker after user input.
- Add a helper function to format uptime from seconds into a human-readable string (d/h/m/s).
2025-07-01 21:17:30 +02:00
docs feat(docs): Mark task 1.1 as done 2025-06-30 18:46:04 +02:00
hardware Hardware updated 2025-06-30 13:52:33 +02:00
software fix(modbus_tool): Improve UI stability and readability 2025-07-01 21:17:30 +02:00
.gitignore added gitignore to ignore build dirs 2025-06-13 07:48:18 +02:00
README.de.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00
README.es.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00
README.fr.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00
README.md feat(i18n): Add French and Spanish translations 2025-06-30 18:10:51 +02:00

README.md

🇩🇪 Deutsch | 🇬🇧 English | 🇫🇷 Français | 🇪🇸 Español

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.