Skip to content

Releases: asantaga/wiserHomeAssistantPlatform

R3.4.12

13 Nov 19:03
43d424e
Compare
Choose a tag to compare
  • 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

04 Nov 17:26
49faa18
Compare
Choose a tag to compare
  • Bump api to v1.5.18 to reduce Payload not completed errors
  • Fix typo in dimable light color mode - issue #518

R3.4.10

02 Nov 00:17
376342d
Compare
Choose a tag to compare
  • Fix issue creating sensors introduced in v3.4.9 - issue #513

From pulled v3.4.9

  • Fixed smoke alarm naming issue - issue #496
  • Set humidity to Unavailable if no value - issue #503
  • Add support for BoilerInterface - issue #499
  • Add support for WindowDoorSensor for v2 hub
  • Add support for CFMT device for v2 hub - issue #507

R3.4.8

07 Sep 13:28
25a246e
Compare
Choose a tag to compare
  • Fix deprecation warning no waiting on setups - #485
  • Fix color mode issue - #479
  • Added smoke alarm sensors - #457
  • Fixed missing save layout button in zigbee card - #488

R3.4.7

06 May 13:17
2ef04c7
Compare
Choose a tag to compare
  • 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

08 Mar 00:47
8277c74
Compare
Choose a tag to compare

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

05 Mar 14:10
3cff816
Compare
Choose a tag to compare

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

04 Mar 21:15
6d27d21
Compare
Choose a tag to compare

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

01 Mar 03:58
0289282
Compare
Choose a tag to compare

What's Changed

  • Fixed Warning error in logs caused by new HA2024.2 requirement to explicity support Turn On/Off for climate entities (issue #435)
  • Bump api to v1.5.7 to fix issue setting lower target temp when in passive mode

Full Changelog: v3.4.2...v3.4.3

R3.4.2

27 Dec 11:23
1437d12
Compare
Choose a tag to compare

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