Skip to content

Releases: custom-components/zaptec

v0.7.1

29 Dec 19:43
a1fd270
Compare
Choose a tag to compare

⚠️ IMPORTANT ⚠️

If running version < 0.7.0: This release contains breaking changes! Entities and device names have changed significantly. You will have to update your automations after installation. It can prove easier to uninstall the zaptec integration before installing 0.7.1 to ensure all entity names gets properly updated.

What's Changed

  • Fixed issue with multiple chargers (data leaking over)
  • Added new charger sensors. "Humidity", "Temperature (internal)",
    "Allocated charge current", "Authentication Type"
  • Added new installation sensor "Max Current"
  • Added statistics support for each entity that measures values
  • Cleanup of translations, more consistent usage of "Authorization"
  • Change "Authorization Required" switch to binary sensor. It is better to
    use Zaptec Portal for these types of adjustments
  • Fixed issues and improved diagnostics download
  • API request cleanups
  • Cleanup of debug output
  • Increase poll update delay slightly to ensure Zaptec Cloud data is updated
    by the time the next poll is run
  • Change Circuit to use "active" (was "is_active")

Changelog: CHANGELOG.md
Commit changelog: v0.7.0...v0.7.1

v0.7.0

11 Nov 15:26
a20ef04
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

‼️ BREAKING CHANGE

⚠️ NOTE: This release contains breaking changes. Entities and device names have changed significantly. You will have to update your automations after installation.

What's Changed

  • Major refactor of the integration, #56
  • Added entities for data-points. No need for using attrs and templates
  • Using device names as defined in Zaptec portal
  • Added support to select which charger to use (handy in large installs)
  • Fixed charging current adjustment, either all or individual three phase adjustment
  • Support for Zaptec native authorization and deauthorization
  • Support integration with the HA energy panel

Contributors

  • @sveinse has been leading this refactor and testing
  • @Gyran fixed dev container implementation
  • @Hellowlol for supporting on reviews

Changelog: CHANGELOG.md
Commit changelog: 0.0.6b2...v0.7.0

0.0.6b2

04 Jun 12:50
Compare
Choose a tag to compare
0.0.6b2 Pre-release
Pre-release

Full Changelog: 0.0.6b1...0.0.6b2

0.0.6 - beta

03 Jun 19:57
Compare
Choose a tag to compare
0.0.6 - beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.5...0.0.6b1

0.0.5

08 May 12:31
Compare
Choose a tag to compare

What's Changed

  • Remove chardet import by @Olen in #16
  • Added support for chargers that are not reachable as installations by @mrfrostfire in #20

New Contributors

Full Changelog: 0.0.3...0.0.5

Add 0.0.3

06 Jun 20:26
Compare
Choose a tag to compare

Nothing new, just a fix so the latest core can load the integration

Breaking changes in 0.0.2

08 Feb 00:38
Compare
Choose a tag to compare

New:

  • This integration now uses config flow.
  • We now use a combination of push and pull to get live updates. This needs to be enabled in zapcloud. See the attached image.
  • Added multiple services

Removed:

  • Support for yaml configuration. Remove this from your yaml file(s).