c2916662e29a907caeae1cd6ee4006f9ee2ca867
- Add a new thread to handle the firmware update process, preventing the UI from freezing. - The UI now displays a progress bar and status messages during the update. - The tool reads a file and sends it to the slave in chunks. - Add a dummy for testing purposes. - Fix Modbus communication issues by reducing the chunk size to a safe value (248 bytes) and sending data in smaller bursts to improve stability. - Update the README with the new features and instructions.
🇩🇪 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
Description
Languages
C
57.4%
Python
37.1%
Shell
3.7%
CMake
1.8%