Skip to content

Releases: TionAPI/tion_python

v2.0.0

v2.0.0 Pre-release
Pre-release

Choose a tag to compare

@IATkachenko IATkachenko released this 08 Jul 20:59

BREAKING CHANGES

  • migrate to bleak back-end
    now module is using bleak instead of bluepy;
  • get, set, connect, disconnect and pair calls is now async;
  • added Tion prefix to model-based classes;
  • core class tion renamed to Tion;
  • dropped support of keep_connection parameter for get().

Features and code improvements

  • get, set, connect, disconnect and pair calls is now async;
  • code and tests clening;
  • drop _dummy_data method (298836a);
  • drop TionDummy class.

Bug Fixes

  • LiteFamily: split packets to chunks in the right way (499cb1f), closes #37

v1.6.0

v1.6.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:47

Bug Fixes

  • LiteFamily: split packets to chunks in the right way (499cb1f), closes #37

Features

  • drop _dummy_data method (298836a)

v1.5.1

Choose a tag to compare

@github-actions github-actions released this 13 Jan 14:38
3ce32f3

Bug Fixes

  • retry decorator: show last exception if limit reached (3ce32f3)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 13:17

Bug Fixes

  • retry decorator: allow retry if retries = 1 (d139814)

Features

  • make reports about BTLE exceptions while retry at info level (d2bbdbb)
  • use retry mechanism for _connect (31ce77e)
  • retry decorator: raise MaxTriesExceededError if max retries is exceeded (0b5e485)

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 11:54

PyPI - Downloads

Bug Fixes

  • tion: fix heating detection (6434814), closes #32

Features

  • tion: allow skipping breezer querying while get() (e94748d)
  • tion: set internal state based on user request (e810a59)

v1.3.4

Choose a tag to compare

@github-actions github-actions released this 22 Oct 19:18

Bug Fixes

  • S4: reverse heater state while set (eddd985), closes #27

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Jul 16:24

Bug Fixes

  • solve issue with errors while disconnect (833b373)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:37

PyPI - Downloads

Bug Fixes

  • request response while subscribing to notifications for Tion Lite (2c17e59)

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 19:44

PyPI - Downloads

Bug Fixes

  • tion: don't require response while notification subscription (40dd210), closes #25

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 19:22

PyPI - Downloads

Bug Fixes

  • send disable notification command while disconnect (6c90062)

Features

  • add support for Tion 4S (0fc7b04)