Skip to content

Releases: marq24/ha-waterkotte

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

Fix: Detected blocking call to open inside the event loop by custom integration

06 Jun 06:21
Compare
Choose a tag to compare

Fault-tolerant reading of System, Series & other basic values

26 May 10:28
Compare
Choose a tag to compare

Implemented feedback from users

07 May 18:13
Compare
Choose a tag to compare
  • fixing bug #11
  • implementing feature request #12