Releases: asantaga/wiserHomeAssistantPlatform
Releases · asantaga/wiserHomeAssistantPlatform
R3.4.12
- Fixed issue assigning schedules with non ascii characters in name - issue #509
- Fixed issue causing integration to fail loading when using HotWater climate automation - issue #517
- Fixed issue causing custom cards to be unavailable due to wiser http path not registering - issue #521
- Fixed issue causing integration to fail loading with BoilerInterface - issue #523
- Added support for ButtonPanel (Wiser Odace) - issue #524
- Bump api to v1.5.19 to support issue resolution of #509, #523, #524
R3.4.11
R3.4.10
- Fix issue creating sensors introduced in v3.4.9 - issue #513
From pulled v3.4.9
R3.4.8
R3.4.7
- Bump api to v1.5.14 to improve handling of hub connection errors
- Fix - improve handling of hub update failures - #434
- Fix - set entity values to unknown if not provided in the hub update - #471
- Fix - removed use of async_add_job - #463
- Fix - add color modes to lights - #458
- Fix - use default boost temp with presets - #467
- Add ability to unassign a schedule via the assign schedule service - #470
- Updated v3.4.7 to fix typo in buttons causing issue.
R3.4.6
What's Changed
- Bump api to v1.5.13 to improve retry handling to include hub conneciton error
- Prevent entities going unavailable if hub update failed
- Fix issue with floor temp offset slider not loading
- Fix hass.components.websocket_api deprecation warning in HA 2024.3 (issue #455)
- Fix unique ids not unique error when changing configuration options
- Add new automation to control hot water with a climate entity and an external temperature sensor on your water tank by @markchalloner. See wiki for more info.
Full Changelog: v3.4.5...v3.4.6
R3.4.5
What's Changed
- Bump api to v1.5.12 to improve performance of improved retry handling
- Fixed issue caused by v3.4.4 that heating actuators and power tags error on load (issue #449, #450)
- Fixed error setting up integration in config flow caused by session parameter being passed when no longer required (issue #446)
- Fixed issue on 3 channel hubs with Heating sensor names
- Fixed issue with signal sensor showing unknown on startup until first refresh
- Changed preset icon to HA standard
R3.4.4
What's Changed
- Bump api to v1.5.11
- Improved api retry handling for inconsitant errors coming from the hub causing errors in the log and entities to go unavailable (issues #434, #436, #439)
- Fixed Validation of translation placeholders error for German language (issue #434
- Fixed diagnostic download failure (issue #444)
- Fixed error with wall plugs not providing power data (issue #446)
- Set state of target temp sensors to Unavailable when the climate HVAC mode is off (issue #447, #378)
- Added ability to set a different IP port for hub - PR#430 - thanks @simick
- Enabled statistics on batteries - PR#445 - thanks @msalway
- Added number_of_trvs, number_of_trvs_locked and is_roomstat_locked attributes to climate entities (issue #374)
New Contributors
Full Changelog: v3.4.3...v3.4.4
R3.4.3
R3.4.2
What's Changed
- Reverted to using aiohttp for communication and resolved issues caused by HA2023.12
- Bumped api to v1.5.5
- Fixed issue where hub communication would error due to command characters in payload (issue #418)
- Updated schedule card to allow hiding of hot water schedule (issue #415)
- Included version in card resources to improve updating of new versions
- Added more v2 hub features and attributes
- Improved error handling/logging when hub offline and command is issued