From 052c015c8b4eced82ed95de432beac12f5c13a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20L=C3=A9p=C3=A9e?= Date: Thu, 28 Nov 2024 15:50:15 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ec72b8c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0.0] - 2023-12-05 + +### Added +- Initial release of the Hitachi Yutaki integration +- Basic configuration flow with connection validation +- Multi-language support (English and French) +- Automatic model detection and feature discovery +- Support for Yutaki S, S Combi, S80, and M models +- Climate control features: + - Power control per circuit + - Operation mode selection (Heat/Cool/Auto) + - Target temperature adjustment + - Comfort/Eco presets + - Outdoor Temperature Compensation (OTC) +- DHW (Domestic Hot Water) control: + - Power control + - Target temperature adjustment + - Boost mode + - Anti-legionella function + - High demand mode +- Pool heating control (if configured) +- Monitoring features: + - Temperature sensors (outdoor, water inlet/outlet, circuits, DHW) + - Component status (compressors, pumps, heaters) + - Compressor frequencies and currents + - Power consumption + - Alarm codes +- Advanced configuration options: + - Circuit-specific settings + - Thermostat configuration + - OTC calculation methods + - ECO mode offsets +- Special features for S80 model: + - Secondary compressor monitoring + - R134a circuit sensors + +### Changed +- N/A (Initial release) + +### Deprecated +- N/A (Initial release) + +### Removed +- N/A (Initial release) + +### Fixed +- N/A (Initial release) + +### Security +- Validation of Modbus connection parameters +- Proper error handling for Modbus communication