Skip to content

Releases: pink88/Tuiss2HA

1.3.1

29 Feb 18:55
51594d9
Compare
Choose a tag to compare

New Features

  • Added the ability to Stop blinds while moving
  • Added Opening and Closing states

Changes

  • Bumped bleak and bleak-retry-connector versions to latest
  • Redesign to the connection and disconnection logic
  • Improved flow when adding a new blind

Bug Fixes

#10 - added
#14 - reverted back to bleak-retry-connector version 3.2.1

Full Changelog: 1.2.0...1.3.1

1.3.0 - Added STOP Command

28 Feb 17:31
8728f35
Compare
Choose a tag to compare

New Features

  • Added the ability to Stop blinds while moving
  • Added Opening and Closing states

Changes

  • Bumped bleak and bleak-retry-connector versions to latest
  • Redesign to the connection and disconnection logic
  • Improved flow when adding a new blind

Full Changelog: 1.2.0...1.3.0

Release 1.3.0-beta2 - The Stop Update

24 Feb 15:54
Compare
Choose a tag to compare
Pre-release
  • Bug Fixes
  • Improved flow when adding new devices

1.3.0-beta1 - The Stop Update

19 Feb 12:59
Compare
Choose a tag to compare
Pre-release

BETA RELEASE

##New Features

  • Added the ability to Stop blinds while moving
  • Added Opening and Closing states

##Changes

  • Updated bleak and bleak-retry-connector dependencies to latest versions
  • Redesigned the connection and disconnection logic

##Known Issues

  • Repeatedly changing the desired position of a blind results in a serice call error

1.2.0

04 Feb 08:33
6569901
Compare
Choose a tag to compare

What's Changed

  • New Service (Tuiss2HA/Get_Battery_Status) and corresponding entity to update and track blind battery
  • New Service (Tuiss2HA/Get_Blind_Position) to get teh latus position of the blind, as there is no automatic sync from the tuiss app or bluetooth remotes to HA
  • Bug Fixes

New Contributors

Full Changelog: 1.1.0...1.2.0

v1.2.0-beta2

26 Jan 16:56
d2f7907
Compare
Choose a tag to compare
v1.2.0-beta2 Pre-release
Pre-release

Updated the logic for battery status based on real world testing

Release 1.2.0-beta1

21 Jan 18:03
dc1d879
Compare
Choose a tag to compare
Release 1.2.0-beta1 Pre-release
Pre-release

Beta release

Fixes/Improvements

  • Restores blind position and battery status information on Home Assistant restart
  • Logging only enabled when debug logging enables
  • Refactored code

New features
Two new services:

  1. Battery status (normal or low)
  2. Blind position (if using bluetooth remotes or the Tuiss app)

This can be run from Developer > Services, or within automations.

1.1.1-beta2

03 Dec 21:04
572eeb2
Compare
Choose a tag to compare
1.1.1-beta2 Pre-release
Pre-release

Fixes a potential infinite loop

Version 1.1.1 BETA

03 Dec 17:25
d819f6d
Compare
Choose a tag to compare
Version 1.1.1 BETA Pre-release
Pre-release

BETA release
Contains a workaround/fix for issues when upon initial load or restart devices are not recongised. It now performs a check before connecting on each action.

v1.1.0

08 Nov 21:20
2e78f43
Compare
Choose a tag to compare
  • Refactored failure handling to better respond to "no backend available" errors
  • Improved logging clarity