- Implement all remaining Modbus registers as defined in the documentation v1.0. - Add support for digital I/O, system status, and a simulated watchdog. - Implement a placeholder for the firmware update mechanism, including CRC calculation for received data chunks. - Remove the input simulation timer; digital inputs are now static and ready for real hardware. |
||
|---|---|---|
| docs | ||
| hardware | ||
| software | ||
| .gitignore | ||
| README.de.md | ||
| README.es.md | ||
| README.fr.md | ||
| README.md | ||
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.