Skip to content

Releases: asantaga/wiserHomeAssistantPlatform

R3.2.3beta2

10 Jan 10:56
Compare
Choose a tag to compare
R3.2.3beta2 Pre-release
Pre-release
  • Bump api to v1.0.2
  • Fixed error in boost_all_rooms using old temp validation type (no longer supported)
  • Fixed error in validating temps from yaml file
  • Added LTS Floor Temp sensor for Heating Actuator

R3.2.3beta

08 Jan 17:00
Compare
Choose a tag to compare
R3.2.3beta Pre-release
Pre-release

This is a beta release with changes that have not been fully tested due to lack of equipment to do so. Use at your own risk until the community that have this equipment have confirmed it working and this is released formally.

  • Bump api to v1.0.1
  • Add event data to wiser events - issue #324
  • Fix error setting away mode action for shutters - issue #329
  • Add support for Heating Actuator floor temp sensor - issue #334
  • Improve error handling/notification for setting schedule via YAML file - issue #325
  • Add service for setting opentherm parameters

R3.2.2

04 Nov 09:59
6549411
Compare
Choose a tag to compare

What's Changed

  • Bump api to v0.1.8
  • v1.1.7 of schedule card
  • Add list view option to Schedule Card
  • Add Show ID option to schedule card standard view
  • v1.1.0 of zigbee card
  • Fixed - Update status attribute does not show when failed
  • Fixed - Error if heating actuator has no assigned room - Issue #321
  • Added events for room started/stopped heating, target temperature increased/decreased and boosted
  • Added device_triggers for events

R3.2.1

26 Oct 19:31
0f6d95c
Compare
Choose a tag to compare

What's Changed

  • Bump api to v0.1.7 to fix error with UFH controller - issue #318
  • Improve setup handling and logging if hub does not respond on initial request - issue #317
  • Python 3.9 compatibility

R3.2.0

24 Oct 15:23
4416c18
Compare
Choose a tag to compare

What's Changed

  • Move to aioWiserHeatAPI for full async support
  • Changes to support new Async API
  • Now uses HA data update coordinator for polling the hub
  • Modified battery % thresholds to better identify low batteries
  • Added All special day keyword for schedules in addition to Weekdays and Weekends
  • Added new service to set schedule from string (see docs at https://github.com/asantaga/wiserHomeAssistantPlatform/blob/master/docs/services.md#set-schedule-from-string)
  • Formatted code using black
  • Use zip release for HACs
  • Updated schedule card to only refresh on selected hub update

R3.2.0beta4

22 Oct 10:00
Compare
Choose a tag to compare
R3.2.0beta4 Pre-release
Pre-release

What's Changed

  • Fixed device id for lights and shutters when assigning schedules
  • Reintroduced scan_interval limit

R3.2.0beta3

21 Oct 16:55
Compare
Choose a tag to compare
R3.2.0beta3 Pre-release
Pre-release

What's Changed

  • Fixed schedule card not updating when changes made
  • Fixed status of unknown if hub update fails
  • Fixed issues of schedule services not functioning correctly
  • Added missing refresh after setting device mode
  • Added ability to assign schedule by name via service

R3.2.0beta2

19 Oct 11:21
Compare
Choose a tag to compare
R3.2.0beta2 Pre-release
Pre-release

NOTE: This is a beta release with significant changes in the backend. It has been tested but could have some issues, so please bear this in mind.

What's Changed

  • Fixed errors when controlling lights and shutters
  • Fixed issue with signal sensor not updating

v3.2.0beta

17 Oct 16:35
Compare
Choose a tag to compare
v3.2.0beta Pre-release
Pre-release

NOTE: This is a beta release with significant changes in the backend. It has been tested but could have some issues, so please bear this in mind.

What's Changed

  • Utilise async api aioWiserHeatAPI
  • Modify for fully async functionality
  • Utilise the data update coordinator of HA
  • Adjustment of battery levels to be more reflective of remaining usable capacity

R3.1.7

03 Oct 16:59
83917f6
Compare
Choose a tag to compare

What's Changed

  • Bump api to 0.0.42 to fix hub wifi drop outs
  • Added debug logging to show number of pool connections
  • Fix for error in boost_hotwater service. Issue #305