Skip to content

Releases: plugwise/python-plugwise

v0.32.0

05 Aug 14:35
d841b1c

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Add support for changing the temperature offset on a supported thermostat device by @bouwew in #370

Maintenance 🧰

  • Update pre-commit hook asottile/pyupgrade to v3.10.1 by @renovate in #365
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.282 by @renovate in #364
  • Update pre-commit hook cdce8p/python-typing-update to v0.6.0 by @renovate in #366
  • Update pre-commit hook pre-commit/mirrors-prettier to v3.0.1 by @renovate in #368

Other Changes

  • Update dependency package.json to v2 by @renovate in #361
  • Fix issue introduced by ruff: replace using .keys() in xml-find result by @bouwew in #367
  • Remove unneeded line by @bouwew in #369

Full Changelog: v0.31.9...v0.32.0

v0.31.9

27 Jul 06:38
eaf9914

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Improvement: add Types for Number and Select by @bouwew in #362

Maintenance 🧰

Full Changelog: v0.31.8...v0.31.9

Improve typing as per Core PR #96915

24 Jul 17:09
b20ab8e

Choose a tag to compare

What's Changed

Exciting New Features 🎉

Maintenance 🧰

  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.279 by @renovate in #357
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.280 by @renovate in #358

Full Changelog: v0.31.7...v0.31.8

Various small updates

19 Jul 06:17
38d98d6

Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug Fixes 🐛

  • Correct Adam_jip userdate: fix use of non-unique device names by @bouwew in #345

Maintenance 🧰

  • Update pre-commit hook codespell-project/codespell to v2.2.5 by @renovate in #332
  • Update pre-commit hook igorshubovych/markdownlint-cli to v0.35.0 by @renovate in #335
  • Housekeeping user data Readme by @CoMPaTech in #334
  • Update pre-commit hook asottile/pyupgrade to v3.7.0 by @renovate in #336
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.273 by @renovate in #337
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.274 by @renovate in #338
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.275 by @renovate in #339
  • Update pre-commit hook asottile/pyupgrade to v3.8.0 by @renovate in #340
  • Update pre-commit hook charliermarsh/ruff-pre-commit to v0.0.276 by @renovate in #341
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #342
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.277 by @renovate in #343
  • Update pre-commit hook pre-commit/mirrors-prettier to v3.0.0 by @renovate in #349
  • Update pre-commit hook asottile/pyupgrade to v3.9.0 by @renovate in #350
  • Update pre-commit hook psf/black to v23.7.0 by @renovate in #351
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.278 by @renovate in #352

Other Changes

New Contributors

Full Changelog: v0.31.6...v0.31.7

Fix domestic_hot_water_setpoint-related bug for Anna + Elga

15 Jun 14:25
d18c609

Choose a tag to compare

Fix domestic_hot_water_setpoint-related bug for Anna + Elga:

  • Add guarding for popping domestic_hot_water_setpoint
  • Improved fixture generation and prettifying

Cooling-related fix/improvements

07 Jun 18:20
dd3f45d

Choose a tag to compare

Cooling-related fix/improvements:

  • Fix cooling-related bug in set_temperature(), raise an error when the user tries to change the not-active setpoint.
  • Change setpoint_low/_high generation, show the active setpoint and the related min/max values, don't show the related, not-active setpoint from the active schedule.
  • Update related test-assert / fixtures.
  • Improve dhw_setpoint related code.

Improvements

18 May 16:24
595cb79

Choose a tag to compare

Improvements:

  • Improve fixture generation and manual fixtures, exposing (prettier-ed) fixtures
  • Fix unneeded Union-typing

Typing updates, improved fixture generation and manual mode-changes

15 May 08:44

Choose a tag to compare

Typing updates, improved fixture generation and manual mode-changes

Introduce strict-typing (py.typed)

29 Apr 16:53
45c0b04

Choose a tag to compare

Introduce strict-typing (py.typed)

Legacy Anna - read and process system-xml data

28 Apr 09:41
620cb6d

Choose a tag to compare

Legacy Anna - read and process system-xml data

  • Add support for reading the system-xml data from the legacy Smile T
  • Repo-generic: CI/CD Improvements