Skip to content

Releases: plugwise/python-plugwise

v0.32.2

05 Sep 18:30
1d96d2c
Compare
Choose a tag to compare

What's Changed

Maintenance 🧰

  • Optimize and rearrange typing-related constants, implement and cleanup. by @bouwew in #380
  • Optimize and reorder code, for the Stretch prevent the creation of a switch-group with an orphaned switch. by @bouwew in #384
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.287 by @renovate in #381
  • Update pre-commit hook pre-commit/mirrors-prettier to v3.0.3 by @renovate in #382
  • Update pre-commit hook igorshubovych/markdownlint-cli to v0.36.0 by @renovate in #383
  • Update actions/checkout action to v4 by @renovate in #385

Other Changes

  • Add Plugwise-notification to test-fixture used in Core/PW-beta by @bouwew in #377

Full Changelog: v0.32.1...v0.32.2

v0.32.1

29 Aug 06:32
0412862
Compare
Choose a tag to compare

What's Changed

Maintenance 🧰

  • Bugfix, integrate creating platform-dicts, and improve typing by @bouwew in #375
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.283 by @renovate in #371
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.284 by @renovate in #372
  • Update pre-commit hook pre-commit/mirrors-prettier to v3.0.2 by @renovate in #373
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.285 by @renovate in #374
  • Update pre-commit hook astral-sh/ruff-pre-commit to v0.0.286 by @renovate in #376

Full Changelog: v0.32.0...v0.32.1

v0.32.0

05 Aug 14:35
d841b1c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Typing updates, improved fixture generation and manual mode-changes