Skip to content

Releases: bvweerd/simple_pid_controller

v1.6.0

12 May 11:26

Choose a tag to compare

🚀 Features

  • feat: make step size configurable for all number entities via options flow

🐛 Fixes

  • fix(ci): Python 3.13 als optional matrix, Engelse templates
  • fix(ci): rewrite stale.yml in English

🧪 Tests

  • test: add non-happy path tests for step selector validation

📦 Other

  • Bump version to 1.5.2 in manifest.json
  • Merge pull request #127 from bvweerd/bvweerd-patch-1
  • ci: standaardiseer CI/CD pipeline, versioning en templates
  • ci: voeg permissions: contents: read toe aan ci.yml
  • chore(ci): drop Python 3.12, test on 3.13 only
  • chore(ci): update all workflows to Python 3.13
  • pytest fix
  • ci: bump actions/setup-python from 5 to 6
  • ci: bump mikepenz/release-changelog-builder-action from 5 to 6
  • ci: bump actions/checkout from 4 to 6
  • Merge pull request #131 from bvweerd/dependabot/github_actions/actions/checkout-6
  • Merge pull request #130 from bvweerd/dependabot/github_actions/mikepenz/release-changelog-builder-action-6
  • Merge branch 'dev' into dependabot/github_actions/actions/setup-python-6
  • Merge pull request #129 from bvweerd/dependabot/github_actions/actions/setup-python-6
  • Translate GitHub configuration files to English
  • Translate bump-version workflow to English
  • added brands to correct dir
  • moved brands dir
  • ci: bump codecov/codecov-action from 5 to 6
  • Add unit of measurement customization section to README
  • Add unit of measurement customization section to README
  • ci: bump softprops/action-gh-release from 2 to 3
  • Merge pull request #134 from bvweerd/dependabot/github_actions/softprops/action-gh-release-3
  • Merge branch 'dev' into dependabot/github_actions/codecov/codecov-action-6
  • Merge pull request #132 from bvweerd/dependabot/github_actions/codecov/codecov-action-6
  • ci: uniformize action versions and add missing workflows
  • ci: add commitMode and label_extractor to release changelog
  • style: apply black and ruff formatting
  • Merge pull request #138 from bvweerd/feature/configurable-number-steps
  • Merge branch 'main' into dev
  • ci: update manifest.json version from tag during release

Installation via HACS

Install or update via HACS — the new version will be offered automatically.

Manual installation

Download simple_pid_controller.zip, extract and copy simple_pid_controller/ to your custom_components/ directory.

v1.5.2

07 Jan 15:55
dd8394c

Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

17 Nov 12:50
c7b8779

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

18 Aug 06:10
56e45cb

Choose a tag to compare

What's Changed

  • Increase various ranges and resolutions by @anssih in #78
  • Add service to set PID output by @bvweerd in #98

Full Changelog: v1.4.2...v1.5.0

v1.5.0-beta4

15 Aug 06:13
3de0642

Choose a tag to compare

v1.5.0-beta4 Pre-release
Pre-release

What's Changed

  • Increase various ranges and resolutions by @anssih in #78
  • Add service to set PID output by @bvweerd in #98

Full Changelog: v1.4.2...v1.5.0-beta4

v1.4.2

12 Jul 12:13
c16e71c

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

23 Jun 09:48
3365689

Choose a tag to compare

What's Changed

  • Update README.md to reflect timer changes by @anssih in #57
  • Fix startup in manual mode by @bvweerd in #58

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Jun 07:44
50a7b9e

Choose a tag to compare

What's Changed

  • Allow specifying gain factors lower than 0.01 by @anssih in #50
  • Fix the PID controller to follow the set sample time by @anssih in #49
  • Add starting point by @bvweerd in #53

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.4.0-beta

23 Jun 07:30

Choose a tag to compare

v1.4.0-beta Pre-release
Pre-release

What's Changed

  • Sync branch with dev by @bvweerd in #48
  • Allow specifying gain factors lower than 0.01 by @anssih in #50
  • Fix the PID controller to follow the set sample time (PR#49 replacement) by @bvweerd in #51
  • Fix the PID controller to follow the set sample time by @anssih in #49
  • Rebase add-starting-point by @bvweerd in #52

New Contributors

Full Changelog: v1.3.2...v1.4.0-beta

v1.4.0-alpha

20 Jun 05:20

Choose a tag to compare

v1.4.0-alpha Pre-release
Pre-release

What's Changed

  • Add starting point for PID controller with select

Full Changelog: v1.3.2...v1.4.0-alpha