Releases: marq24/ha-waterkotte
Bugfix for upcoming HA2024.11.x
Support for older Waterkotte EchoTouch Models where username can be !='waterkotte'
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
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)
Supporting default HA sensor customization's
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
Only required for cleaned up HACS.json
Support for Cooling 'Flow temperature limitation' (A110)
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)
2024.7.0 use 'async_forward_entry_setups' & 'async_unload_platforms'
Added 20 SourcePump related Service Entities [and renamed one Entity - incompatibility warning]
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