Skip to content

Releases: asantaga/wiserHomeAssistantPlatform

R3.0.14beta

23 Dec 15:40
608ed82
Compare
Choose a tag to compare
R3.0.14beta Pre-release
Pre-release
  • Fix error with smartplug total power not available in energy config - issue #192
  • Fix issue with zeroconf not using hostname
  • Fix issues with zeroconf not reporting errors on setup - issue #189
  • Add away mode target temperature number slider to view and set away mode temp - issue #190
  • Removed last_updated attribute from device signal entities
  • Added last updated, mins since last updated and last update status attributes to Heating Operation sensor - issue #191
  • Bumped api to v0.0.10

R3.0beta

22 Dec 00:03
ee67178
Compare
Choose a tag to compare
R3.0beta Pre-release
Pre-release

WARNING : V3 has been internally revamped to address a number of issues, increase stability and improve code maintenance, this unfortunately means it will cause entity names to change. See Updating to v3.0 below.


Minimum Requirements
Requires a minimum of HA 2021.12. This is needed to support the new button functionality and changes to config flow. Requires the new WiserHeatAPIv2 api.


Updating to v3.0 - IMPORTANT PLEASE READ!

Some of the great new functionality above has only been possible by making some major changes to the integration code and how HA entities are registered. As such, when upgrading a number of existing entities in v2 will be replaced with new ones and the old ones will show unavailable.

If you have custom scripts or automations for this integration, they are likely to break. Equally, your Lovelace dashboards will also need updating with the new entities.

We have tried hard to find a way to not have this as such a disruptive change but are unable to do so. As such, please understand you may have quite a bit of work to reset your setup after upgrading to this.

In most cases, it will be easier to remove the old integration and add this from new.

However, we hope that many of the things our community has had to create with scripts or automations will now have a much simpler way to do it anyway and we can better maintain this setup going forward so future upgrades will be straight forward.

v3.0 Update

  • System Setup

    • Hub discovery via zeroconf. Once you add the integration via HACs and restart, HA will discover the hub and display it in the integrations page. This also uses the dns name to talk to the hub so if it changes IP you will not need to reinstall.
    • Support for multiple Wiser Hubs. If you are lucky enough to have more than one house, you can add your multiple hubs to one HA instance.
  • Hub/System

    • Button to boost all rooms
    • Button to cancel all heating overrides
    • Daylight saving setting can now be controlled
    • Support for Wiser Moments - see Moments below
    • Long term stats sensors for heating channel and hotwater demand - see LTS sensors below
  • Hot Water

    • Button to boost hot water
    • Button to cancel hot water overrides
    • Button to toggle on/off. In auto mode this is an override until next schedule time.
    • Hot water mode selector to allow setting via UI instead of just service
    • Hot water operation mode sensor to show boost (with remaining time), override, away mode, auto or manual
  • Rooms

    • New switches to control open window detection in each room
    • Ability to advance the room schedule via the presets
    • Long term stats sensors for temp, target_temp and room demand - see LTS sensors below
    • Displays remaining boost time for room on climate entity
    • Shows if EcoIQ or Comfort mode is driving room demand on climate entity
    • Arributes now show next temp setting and time from schedule
    • Attributes for is_boosted, is_override and is_heating to help with automations
  • Devices

    • Turn on/off device lock
    • Enable identify function to flash leds on TRV
    • Device attributes now shows which smartplug is the zwave repeater
    • Signal entity renamed to be more explanatory
  • SmartPlugs

    • Drop down selector to set smartplug mode
    • Switch to set smartplug to turn off when in away mode
    • Power sensors for current and total power
  • Services

    • Majority of services now utilise new HA functionality to make using them in scripts and automations much easier through the UI.
    • New service to remove devices from HA if you have removed Rooms or Devices from Wiser
    • New service to boost hotwater for custom time period
    • New service to set smartplug mode
    • Schedule save, set and copy are now split between heating and onoff schedules
    • All new buttons, switches and selectors can be used with the relevant services for these entity types.
  • Moments

    • Wiser have created a new feature called moments which are basically scenes. Any moments you setup on the app will have a button within HA to activate too (you will need to restart HA to add new ones). We don't enable this by default so you will need to enable moments in the integration config first.
  • Long Term Stats

    • As listed in the categories above, we have added a number of LTS sensors for those in our community wanting to do more analysis of how their heating is performaing. As HA only support these currently via sensors, this functionality can create a lot of entities. Therefore, we have made it an optional feature that can be turned on and off in the integration config.

Breaking Changes

  • Many entity names and unique ids have changed meaning new entities will be created and the old ones will show as unavailable
  • Standardisation of entity attribute names format meaning some attribute names are now different
  • The structure and naming of some services has changed therefore scripts and automations will need updating

R2.7_Final

21 Dec 11:17
Compare
Choose a tag to compare

R2.7 stable , with a bunch of changes cumulated over the last couple of months.

This is the last release of V2.x and soon we'll be moving to V3.


WARNING : V3 has been internally revamped to address a number of issues, increase stability and improve code maintenance, this unfortunately means it will cause entity names to change. More details to follow


What's Changed

New Contributors

Full Changelog: 2.3.1...V2.7_Final

R2.6beta6

20 Oct 22:04
ab88a3c
Compare
Choose a tag to compare

Fix for issues with schedules after R2.6beta4 release

R2.6beta5

17 Oct 15:37
c6e8dd3
Compare
Choose a tag to compare

Fix for version requirements in manifest.json - issue #163
Fix for labels in config options now showing for setpoint mode

R2.6beta4

03 Oct 15:46
5c0aa19
Compare
Choose a tag to compare

Fix for issue #154 where ruamel.yaml removed from core
Added last_updated attribute to wiserhub entity - issue #155

R2.6beta3

18 Jun 19:28
Compare
Choose a tag to compare
Merge branch 'charlesomer-master' into dev

v2.5

24 Jan 17:45
Compare
Choose a tag to compare

See readme,

v2.4beta3

04 Dec 21:30
3ea9620
Compare
Choose a tag to compare
v2.4beta3 Pre-release
Pre-release

Added: Issue #80 Hot Water schedule editing support.
Fixed: Wiser hub does not update at server start
Fixed: Error if no rooms on wiser hub
Updated: wiser-heating-api to v1.0.10

v2.4Beta2

30 Oct 21:46
0aa9041
Compare
Choose a tag to compare
v2.4Beta2 Pre-release
Pre-release
  • Fixed issue #112 implement remaining boost duration
  • Fixed issue #122 to retry if cannot connect to hub on Hassio start
  • Target temp now set to null if schedule set to off to be consistent with manual off
  • Current temp now shows null if TRV/Roomstat error reported by wiser hub