This commit introduces the initial ESPHome configuration for the irrigation system. - `irrigation_system.yaml`: ESPHome configuration with Modbus valve control. - `create_secrets.py`: Script to generate `secrets.yaml`. - `secrets.yaml.example`: Example secrets file. - `requirements.txt`: Python dependencies. - `.gitignore`: Standard ESPHome gitignore file. Signed-off-by: Eduard Iten <eduard@iten.pro> |
||
|---|---|---|
| .vscode | ||
| docs | ||
| hardware | ||
| software | ||
| .gemini_commit_message.txt | ||
| .gitignore | ||
| README.de.md | ||
| README.es.md | ||
| README.fr.md | ||
| README.md | ||
| setup-format-hook.sh | ||
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.