Go to file
Eduard Iten 0c4a728c17 feat(can): Add CAN ID definitions
This commit introduces the CAN ID definitions for the irrigation system.
It defines the structure of the CAN IDs and macros for priority and function.
Signed-off-by: Eduard Iten <eduard@iten.pro>
2025-07-22 11:02:27 +02:00
.vscode feat: Integrate VND7050AJ driver and enhance gateway settings 2025-07-17 15:18:22 +02:00
docs feat(docs): align modbus register documentation with implementation 2025-07-12 09:31:50 +02:00
hardware Hardware updated 2025-06-30 13:52:33 +02:00
software feat(can): Add CAN ID definitions 2025-07-22 11:02:27 +02:00
.gemini_commit_message.txt fix(valve): Correct VND7050AJ initialization and pin configuration 2025-07-03 19:04:20 +02:00
.gitignore feat: Add mqtt_gateway application and .gitignore 2025-07-22 08:53:23 +02:00
.gitmodules feat: Integrate VND7050AJ driver and enhance gateway settings 2025-07-17 15:18:22 +02:00
README.de.md docs: replace svg logo with png version 2025-07-02 09:22:37 +02:00
README.es.md docs: replace svg logo with png version 2025-07-02 09:22:37 +02:00
README.fr.md docs: replace svg logo with png version 2025-07-02 09:22:37 +02:00
README.md docs: replace svg logo with png version 2025-07-02 09:22:37 +02:00
setup-format-hook.sh added formatting 2025-07-08 16:06:11 +02:00

README.md

Logo

🇩🇪 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.