Skip to content

Commit

Permalink
doc(devices): rast adapter, list of devices with sw version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp authored Nov 11, 2024
1 parent 8e566b6 commit f525b80
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
29 changes: 29 additions & 0 deletions DEVICES.md
Original file line number Diff line number Diff line change
@@ -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)
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,15 @@ 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/)
- [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)


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?

Expand Down
4 changes: 4 additions & 0 deletions pcb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit f525b80

Please sign in to comment.