Skip to content

Releases: marq24/ha-waterkotte

Bugfix for upcoming HA2024.11.x

31 Oct 07:23
Compare
Choose a tag to compare

Please update the integration before updating to HA2024.11.x

Support for older Waterkotte EchoTouch Models where username can be !='waterkotte'

16 Oct 08:48
Compare
Choose a tag to compare

The Username is now configurable (initial setup & configuration) to support older Waterkotte models

As result of #22 I must realize that the hardcoded username waterkotte is not working for all EchoTouch Models... So with the new version you have the option to specify an alternative username. Thanks @frank-see!

Latest HA version might report issues with longterm statistics

04 Oct 17:46
Compare
Choose a tag to compare

At least after updating to the latest version of HA it could happen, that various entities report as 'state_class' missing... This release tackle this issue.

Fix for EasyCon's (writing tags)

11 Sep 10:23
Compare
Choose a tag to compare

Thanks to the feedback in #17 from @jahnenf a long time existing issue with the easycon interface could be fixed.

Supporting default HA sensor customization's

05 Sep 08:30
Compare
Choose a tag to compare

By default HA sensors can be customized by the user [mainly this are unit factor's and the display precision]. This feature was totally ignored by previous implementations of this integration and with this release its finally supported.

The change implies, that for some of the existing sensors the default display (precision) have been adjusted - if you dislike the new display format you can now simply adjust it the sensor settings.

HACS default ONLY

04 Sep 11:20
Compare
Choose a tag to compare

Only required for cleaned up HACS.json

Support for Cooling 'Flow temperature limitation' (A110)

12 Aug 16:02
Compare
Choose a tag to compare

As requested with #16 - this version adding the new Sensor (disabled by default) - please note, that's possible to adjust this value from 4°C up to 20°C - since this is a "hidden/expert" field - use with care!

Adjustments for latest HA release (get rid of warning)

04 Jul 08:05
Compare
Choose a tag to compare
2024.7.0

use 'async_forward_entry_setups' & 'async_unload_platforms'

Added 20 SourcePump related Service Entities [and renamed one Entity - incompatibility warning]

30 Jun 09:24
Compare
Choose a tag to compare

Pump Service Section added

The Heatpump have multiple settings that are accessible in the Pump Service Section. For now only the entities for the SourcePump have been added to the integration (heating & cooling mode).

All the new entities are disabled by default - but you can quickly select them all since they all start with the Prefix Service:

This will also implement #15

Possible incompatibility Warning

The entity SOURCE_PUMP_CAPTURE_TEMPERATURE_A479 have been renamed to PUMPSERVICE_SOURCEPUMP_HEATMODE_SOURCE_TEMPERATURE_A479 to match the other new SourcePump Service entries - if you have used previously the SOURCE_PUMP_CAPTURE_TEMPERATURE_A479 - please adjust your config/automation to the new name.


Full Changelog: 2024.6.1...2024.6.2

2024.6.1

23 Jun 07:47
Compare
Choose a tag to compare

Just maintenance