Python Eq3bt Versions Save

Python library and command-line tool for eQ-3 Smart Bluetooth thermostats

0.2

1 year ago

This release adds two new backends: bleak and gattlib. Bleak backend is the new default backend which makes this library work also on non-Linux platforms and requires no compiler to be installed.

0.2 (2022-07-13)

  • Add publish to pypi workflow (#54) [Teemu R]

  • Add bleak backend and make it default (#53) [Teemu R]

  • Wrap backend exceptions inside BackendException (#52) [Teemu R]

  • Add mac property to thermostat class (#51) [Teemu R]

  • Update README, pyproject.toml (#49) [Teemu R]

  • Support gattlib as an alternative btle library (#48) [Helmut Grohne]

  • Use poetry, add pre-commit hooks & mass format to modern standards, add CI (#47) [Teemu R]

0.1.12

2 years ago

0.1.12 (2021-11-13)

  • Add bt interface selection (#44) [Hummel95]

0.1.11

5 years ago

0.1.11 (2019-05-27)

  • Decoding presets in status messages (#33) [Matthias Erll]

  • Adding device serial number and firmware (#31) [Matthias Erll]

  • Context.invoke() -> Context.forward() (#28) [Till]

  • Require python 3.4 or newer in setup.py, closes #23. [Teemu Rytilahti]