Skip to content

Releases: nijel/proteus-api-ha

0.3.0

25 Mar 19:44
0.3.0

Choose a tag to compare

What's Changed

Changes and improvements

  • chore: improve error logging by @nijel in #107
  • fix: simplify optimistic switch handling by @nijel in #108
  • chore: drop migration support for pre-0.2.0 releases by @nijel in #109
  • feat: migrace legacy config entries by @nijel in #110
  • feat: improve error handling in inverter discovery by @nijel in #111
  • feat: bring back flexibility state sensor by @nijel in #112
  • fix: improve setup validation by @nijel in #113
  • fix: consolidate sensors code by @nijel in #114
  • feat: better handle http 207 by @nijel in #115
  • fix: proper tRPC error parsing by @nijel in #116
  • fix: change integration type to hub by @nijel in #117
  • feat(ci): add tests by @nijel in #118
  • chore: consolidate duplicated code by @nijel in #120
  • feat: add price sensors and improved sensor naming by @nijel in #121
  • chore: improve API testing by @nijel in #122
  • chore: improve entity localization by @nijel in #123

Dependency updates

  • chore(deps): update pre-commit hook codespell-project/codespell to v2.4.2 by @renovate[bot] in #94
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.5 by @renovate[bot] in #95
  • chore(deps): update astral-sh/setup-uv action to v7.4.0 by @renovate[bot] in #97
  • chore(deps): update astral-sh/setup-uv action to v7.5.0 by @renovate[bot] in #99
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.6 by @renovate[bot] in #98
  • chore(deps): update softprops/action-gh-release action to v2.5.1 by @renovate[bot] in #100
  • chore(deps): update softprops/action-gh-release action to v2.5.3 by @renovate[bot] in #101
  • chore(deps): update softprops/action-gh-release action to v2.6.0 by @renovate[bot] in #102
  • chore(deps): update softprops/action-gh-release action to v2.6.1 by @renovate[bot] in #103
  • chore(deps): update astral-sh/setup-uv action to v7.6.0 by @renovate[bot] in #104
  • chore(deps): update actions/cache action to v5.0.4 by @renovate[bot] in #105
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.7 by @renovate[bot] in #106
  • chore(deps): update dependency python to 3.14 by @renovate[bot] in #119

Full Changelog: 0.2.3...0.3.0

0.2.3

03 Mar 08:45
0.2.3

Choose a tag to compare

What's Changed

Changes and improvements

  • Improve error handling in authentication by @Copilot in #93

Full Changelog: 0.2.2...0.2.3

0.2.2

02 Mar 08:11
0.2.2

Choose a tag to compare

What's Changed

Changes and improvements

  • fix: include referer header in the API requests by @nijel in #90
  • Fix OptionsFlow: stop setting read-only config_entry property by @Copilot in #91

Dependency updates

  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.3 by @renovate[bot] in #87
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.4 by @renovate[bot] in #88
  • chore(deps): update astral-sh/setup-uv action to v7.3.1 by @renovate[bot] in #89

Full Changelog: 0.2.1...0.2.2

0.2.1

26 Feb 16:34
0.2.1

Choose a tag to compare

What's Changed

Changes and improvements

  • fix: add trpc-accept header for POST requests by @nijel in #86

Dependency updates

  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.2 by @renovate[bot] in #84

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Feb 14:38
0.2.0

Choose a tag to compare

What's Changed

Compatiblity

  • The device and entity IDs might change on this upgrade.
  • If you used multiple configurations for multiple inverters on a single account, you should remove one of them now.

Changes and improvements

  • feat: add interface to list inverters by @nijel in #82
  • Auto-discover all inverters, remove manual inverter_id configuration by @Copilot in #83

Full Changelog: 0.1.13...0.2.0

0.1.13

18 Feb 08:02
0.1.13

Choose a tag to compare

What's Changed

Changes and improvements

  • feat: log session startup and make tenant parameter by @nijel in #79
  • feat: log inverter id by @nijel in #80
  • feat: extend debug logging by @nijel in #81

Dependency updates

  • chore(deps): update astral-sh/setup-uv action to v7.3.0 by @renovate[bot] in #77
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.1 by @renovate[bot] in #78

Full Changelog: 0.1.12...0.1.13

0.1.12

05 Feb 10:13
0.1.12
228248c

Choose a tag to compare

What's Changed

Changes and improvements

  • chore: pin exact versions of workflows by @nijel in #76
  • Enable multiple inverter installations by @Copilot in #74

Dependency updates

  • chore(deps): update actions/checkout digest to de0fac2 by @renovate[bot] in #72
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.0 by @renovate[bot] in #73

Full Changelog: 0.1.11...0.1.12

0.1.11

03 Feb 13:40
0.1.11
958f156

Choose a tag to compare

What's Changed

Changes and improvements

  • Modify inverter ID pattern for validation by @nijel in #69
  • Fix hassfest validation: move URL to description placeholder by @Copilot in #70

Dependency updates

  • chore(deps): update pre-commit hook abravalheri/validate-pyproject to v0.25 by @renovate[bot] in #67
  • chore(deps): update astral-sh/setup-uv digest to 803947b by @renovate[bot] in #66
  • chore(deps): update actions/cache digest to cdf6c1f by @renovate[bot] in #65
  • chore(deps): update actions/checkout action to v6.0.2 by @renovate[bot] in #71

Full Changelog: 0.1.10...0.1.11

0.1.10

26 Jan 10:10
0.1.10
b28aef2

Choose a tag to compare

What's Changed

Changes and improvements

  • Fix race condition causing flexibility state oscillation at command boundaries by @Copilot in #64

Dependency updates

  • chore(deps): update actions/setup-python digest to a309ff8 by @renovate[bot] in #61
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.14 by @renovate[bot] in #62

Full Changelog: 0.1.9...0.1.10

0.1.9

19 Jan 18:19
0.1.9
3af9202

Choose a tag to compare

What's Changed

Changes and improvements

  • Add inverter ID format validation by @Copilot in #60

Dependency updates

  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.11 by @renovate[bot] in #56
  • chore(deps): update pre-commit hook macisamuele/language-formatters-pre-commit-hooks to v2.16.0 by @renovate[bot] in #57
  • chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.14.13 by @renovate[bot] in #58
  • chore(deps): update actions/cache digest to 8b402f5 by @renovate[bot] in #59

Full Changelog: 0.1.8...0.1.9