Skip to content

Commit

Permalink
doc(aquamqtt): added calypso to supported devices, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp committed Jan 21, 2025
1 parent 0a846e6 commit 50fc51f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion AquaMQTT/include/Version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace aquamqtt
{
constexpr char VERSION[] = "v1.5.0";
constexpr char VERSION[] = "v1.6.0";
}
21 changes: 11 additions & 10 deletions DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@

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) | |
| [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) | [PCB adapter is recommended](./pcb) |
| [Austria Email BWWP 200 WT SMART COZY (taloriko)](https://github.com/tspopp/AquaMQTT/issues/45) | E | E | [NEXT](PROTOCOL_NEXT.md) | |
| [Atlantic Explorer 270/V3 (Silmo)](https://github.com/tspopp/AquaMQTT/pull/52) | E | E | [NEXT](PROTOCOL_NEXT.md) | |
| [Atlantic Explorer (ALENOC)](https://github.com/tspopp/AquaMQTT/issues/14#issuecomment-2501636900) | E | E | [NEXT](PROTOCOL_NEXT.md) | |
| Name | HMI Software Version | Controller Software Version | Observed Protocol / Checksum | Other Information |
|----------------------------------------------------------------------------------------------------|----------------------|-----------------------------|--------------------------------|-------------------------------------|
| Windhager Aquawin Air 3 | B | B | [LEGACY](PROTOCOL.md) / CRC16 | |
| [Atlantic Explorer V4](https://github.com/tspopp/AquaMQTT/issues/14) | B | B | [LEGACY](PROTOCOL.md) / CRC16 | |
| [Austria Email Explorer Evo 2](https://github.com/tspopp/AquaMQTT/issues/22) | ? | ? | [LEGACY](PROTOCOL.md) / CRC16 | |
| [Thermor Aeromax 5](https://github.com/tspopp/AquaMQTT/issues/18) | ? | ? | [LEGACY](PROTOCOL.md) / CRC16 | [PCB adapter is recommended](./pcb) |
| [Thermor Aeromax 5](https://github.com/tspopp/AquaMQTT/issues/51) | E | G | [LEGACY](PROTOCOL.md) / CRC16 | [PCB adapter is recommended](./pcb) |
| [Austria Email BWWP 200 WT SMART COZY (taloriko)](https://github.com/tspopp/AquaMQTT/issues/45) | E | E | [NEXT](PROTOCOL_NEXT.md) / XOR | |
| [Atlantic Explorer 270/V3 (Silmo)](https://github.com/tspopp/AquaMQTT/pull/52) | E | E | [NEXT](PROTOCOL_NEXT.md) / XOR | |
| [Atlantic Explorer (ALENOC)](https://github.com/tspopp/AquaMQTT/issues/14#issuecomment-2501636900) | E | E | [NEXT](PROTOCOL_NEXT.md) / XOR | |
| [Atlantic Calypso 270l (BmdOnline)](https://github.com/tspopp/AquaMQTT/issues/64) | F | G | [LEGACY](PROTOCOL.md) / XOR | [PCB adapter is recommended](./pcb) |

## Potential compatible devices

Expand Down
2 changes: 2 additions & 0 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ In this message we expect an CRC of `0x1952` (last two bytes). Using the CRC-16/
successfully recreate the CRC
values: [See online crc result using crccalc.com](https://crccalc.com/?crc=1F00000000000000000000B509000017000000B5090000A8C3120000000000&method=crc16&datatype=hex&outtype=0)

**Note:** [Later heatpumps](./DEVICES.md) use the LEGACY protocol in combination with a one-byte XOR checksum, same as observed within the [NEXT protocol](./PROTOCOL_NEXT.md).

### Messages

Messages are either send from the main or the hmi controller. The main controller is the master of the communication and
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ AquaMQTT is a project designed to monitor and control your DHW heat pump locally
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)
- [Atlantic Calypso](https://atlantic-comfort.com/products/domestic-hot-water/heat-pump-water-heaters/calypso-vm)
- [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)
Expand Down

0 comments on commit 50fc51f

Please sign in to comment.