Skip to content

Releases: d-Rickyy-b/pyBrematic

Fix: Wrong attribute name in device leading to `AttributeError`

08 Jan 23:39
c691f6f
Compare
Choose a tag to compare

1.2.1 - 2021-01-09

Fixed

  • Fixed wrong attribute name leading to AttributeError: 'CMR500' object has no attribute 'baud' (#21)

New devices and code calculation for Intertechno devices

05 Jan 20:15
ffcf34e
Compare
Choose a tag to compare

1.2.0 - 2021-01-05

Added

  • Implement CMR300, CMR500 and ITR300 devices (1a9082a, 740ecf1, 82ff04c)
  • Add methods to generate system and unit code for intertechno devices (380ba42)
  • Implement ConnAir gateway (40ac9e9)

Support for Intertechno autopair devices

27 Dec 19:29
fd7e45e
Compare
Choose a tag to compare

1.1.0 - 2020-12-27

Added

  • Implement support for ITR3500 (3fc05b1)
  • Support for local storage needed for autopair (ca29013)
  • Implement Intertechno autopair devices such as ITL500 (0fd8123)
  • Add Action enum to easily choose the action that should be executed (c983641)

CI

  • Implement GitHub Actions workflow for building and deploying packages on each release (PS: might still be a bit buggy at the moment)

Beta release for ITL500 support

05 May 23:25
913e818
Compare
Choose a tag to compare
Pre-release
FIX: Update maxDiff size for test

Also remove some print

Quite stable release

07 Jul 02:42
9fa0a27
Compare
Choose a tag to compare

This release contains a few fixes and offers a way to implement new devices and gateways quite easily. Since I changed the project structure, this is a new major release.

As always, update via pip install pyBrematic --upgrade

First release of the package

10 May 16:24
77ef643
Compare
Choose a tag to compare

This first release is still very specialized in what it can do. Only one gateway and one remote power outlet is supported. More to come in the future.