From f525b80b68d5868e2cf4d8272b2491fdbf7cba46 Mon Sep 17 00:00:00 2001 From: Thomas Popp <66408890+tspopp@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:11:32 +0100 Subject: [PATCH] doc(devices): rast adapter, list of devices with sw version (#54) --- DEVICES.md | 29 +++++++++++++++++++++++++++++ README.md | 14 ++------------ pcb/README.md | 4 ++++ 3 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 DEVICES.md diff --git a/DEVICES.md b/DEVICES.md new file mode 100644 index 0000000..0bf479a --- /dev/null +++ b/DEVICES.md @@ -0,0 +1,29 @@ +# Compatible Devices + +## Proofen devices + +These devices have been tested succesfully by the community. Currently there are no insights if the software version indicitates compatibilty to the AquaMQTT implementation. + +| Name | HMI Software Version | Controller Software Version | Observed Protocol Version | Other Information | +|--------------------------|----------------------|-----------------------------|------------------|-------------------| +| Windhager Aquawin Air 3 | B | B | [LEGACY](PROTOCOL.md) | | +| [Atlantic Explorer V4](https://github.com/tspopp/AquaMQTT/issues/14) | B | B | [LEGACY](PROTOCOL.md) | | +| [Austria Email Explorer Evo 2](https://github.com/tspopp/AquaMQTT/issues/22) | ? | ? | [LEGACY](PROTOCOL.md) | [PCB adapter is recommended](./pcb) | +| [Thermor Aeromax 5](https://github.com/tspopp/AquaMQTT/issues/18) | ? | ? | [LEGACY](PROTOCOL.md) | [PCB adapter is recommended](./pcb) +| [Thermor Aeromax 5](https://github.com/tspopp/AquaMQTT/issues/51) | E |G | [LEGACY](PROTOCOL.md) | + + +## Incompatible Devices + +| Name | HMI Software Version | Controller Software Version | Observed Protocol Version | Other Information | +|--------------------------|----------------------|-----------------------------|------------------|-------------------| +| [Austria Email BWWP 200 WT SMART COZY](https://github.com/tspopp/AquaMQTT/issues/45) | E | E | NEXT | [In Development](https://github.com/tspopp/AquaMQTT/pull/52) + + +## Potential compatible devices + +- [Atlantic Explorer](https://www.atlantic-comfort.com/Water-Heaters/Heat-pump-water-heaters/Explorer) +- [Austria Email Explorer](https://www.austria-email.de/produkte/waermepumpensysteme/waermepumpen-trinkwasser/explorer-evo-2/) +- [Panasonic DHW270](https://www.aircon.panasonic.eu/CH_de/model/paw-dhw270f/) +- [Sauter Confort Pagosa Green](https://www.confort-sauter.com/chauffe-eau/pagosa-green) +- [Thermor Aeromax](https://www.thermor.com/our-solutions/renewable-energy-solutions/heat-pump-water-heaters/aeromax-premium) \ No newline at end of file diff --git a/README.md b/README.md index 96e5a8f..e6e7d1b 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,7 @@ AquaMQTT is a project designed to monitor and control your DHW heat pump locally ## Compatible Devices -AquaMQTT has been designed and tested with the [Windhager AquaWin Air3](https://www.windhager.com/en/products/hot-water-tanks/aquawin-air3/) DHW heat pump. While specifically tailored to this model, it's highly likely that AquaMQTT is compatible with similar heat pumps manufactured by the [Groupe Atlantic](https://www.groupe-atlantic.fr/) and branded for various companies. - -### Proofen compatible devices: - -- [Atlantic Explorer V4](https://github.com/tspopp/AquaMQTT/issues/14) -- [Austria Email Explorer Evo 2](https://github.com/tspopp/AquaMQTT/issues/22) -- [Thermor Aeromax 5](https://github.com/tspopp/AquaMQTT/issues/18) -- [Windhager AquaWin Air3](https://www.windhager.com/en/products/hot-water-tanks/aquawin-air3/) - -### Other potential compatible devices include, but are not limited to: +AquaMQTT has been designed and tested with the [Windhager AquaWin Air3](https://www.windhager.com/en/products/hot-water-tanks/aquawin-air3/) DHW heat pump. While specifically tailored to this model, it has been proofen that AquaMQTT is compatible to similar heat pumps manufactured by the [Groupe Atlantic](https://www.groupe-atlantic.fr/) and branded for various companies such as: - [Atlantic Explorer](https://www.atlantic-comfort.com/Water-Heaters/Heat-pump-water-heaters/Explorer) - [Austria Email Explorer](https://www.austria-email.de/produkte/waermepumpensysteme/waermepumpen-trinkwasser/explorer-evo-2/) @@ -35,8 +26,7 @@ AquaMQTT has been designed and tested with the [Windhager AquaWin Air3](https:// - [Sauter Confort Pagosa Green](https://www.confort-sauter.com/chauffe-eau/pagosa-green) - [Thermor Aeromax](https://www.thermor.com/our-solutions/renewable-energy-solutions/heat-pump-water-heaters/aeromax-premium) - -If you have a heat pump with similar characteristics or branding, AquaMQTT might be compatible. Feel free to explore and adapt the project for your specific device, and share your experience. +A list of community proofen compatible devices is [here](./DEVICES.md). ## How does it work? diff --git a/pcb/README.md b/pcb/README.md index 6ca0d25..8c38ab6 100644 --- a/pcb/README.md +++ b/pcb/README.md @@ -17,6 +17,10 @@ The board is designed using [Kicad](https://www.kicad.org/). You may need to ins additional [Arduino Kicad library](https://github.com/Alarm-Siren/arduino-kicad-library) before opening/editing the project. +## RAST vs. 2x4 Connector + +Your [heat pump](./../DEVICES.md) may use a different connector such as the Thermor Aeromax 5. Happily [@tukutt](https://github.com/tukutt) designed an [adapter pcb](https://oshwlab.com/tukutt/aquamqtt-original-pcb-to-rast-co) to connect those heatpumps without cutting any cables. Read more about this in [#51](https://github.com/tspopp/AquaMQTT/issues/51). + ## Changelog | Version | Description |