From 69daa1465ba5d0c41e6dd4a1e77cf54e8ae62800 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Mon, 30 Mar 2026 21:53:26 +0200 Subject: [PATCH] another name change. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6de522a..587b1f4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Aquamaniac Home Control System (AqHCS) +# Aquamaniac Home Control System (AqHomeControl) ## Quickstart @@ -25,7 +25,7 @@ To compile the project the following software needs to be installed: ## Overview -See https://gitea.aqbanking.de/martin/aqhcs/wiki for more information (in German). +See https://gitea.aqbanking.de/martin/aqhomecontrol/wiki for more information (in German). The Aquamaniac Home automation/control system consists of multiple parts: - nodes @@ -35,9 +35,9 @@ The Aquamaniac Home automation/control system consists of multiple parts: - AtTiny841 - AtMega644 - examples: - - [N28](https://gitea.aqbanking.de/martin/aqhcs/src/branch/master/doc/mcu-examples/n28/) - - [N29](https://gitea.aqbanking.de/martin/aqhcs/src/branch/master/doc/mcu-examples/n29/) - - [N30](https://gitea.aqbanking.de/martin/aqhcs/src/branch/master/doc/mcu-examples/n30/) + - [N28](https://gitea.aqbanking.de/martin/aqhomecontrol/src/branch/master/doc/mcu-examples/n28/) + - [N29](https://gitea.aqbanking.de/martin/aqhomecontrol/src/branch/master/doc/mcu-examples/n29/) + - [N30](https://gitea.aqbanking.de/martin/aqhomecontrol/src/branch/master/doc/mcu-examples/n30/) - decentralized, nodes just broadcast measured data over a two-wire communication network (clock/data), addresses are auto-assigned, no prior setup necessary, no central bottleneck or single point of failure