Skip to content

Releases: dustindclark/homebridge-pentair-intellicenter

Add Support for Variable Speed Pump Control

03 Apr 17:57
Compare
Choose a tag to compare

As of version 2.1.0, pump speed can be controlled like a Fan controller. This requires that circuits or bodies
be attached to a pump setting in IntelliCenter. The rotation speed maps to IntelliCenter's min/max speed or
flow settings. For example, if IntelliCenter's min RPM is 1,000 and the max is 3,400, the circuits speed settings
will map as follows:

  • 0%: 1,000 RPMs
  • 50%: 1,700 RPMs
  • 100%: 3,400 RPMs

⚠️ Your installer may have configured you min RPMs too low for flow
It is highly recommended that you check double check your pump configuration to avoid pump damage.

Add Support for IntelliCenter Firmware 1.064 (IntelliCenter 2)

09 Feb 19:51
Compare
Choose a tag to compare

Fixes #4.

This release adds support for IntelliCenter Firmware version 1.064. It is a breaking change, and is not compatible with previous versions of IntellICenter firmware (1.047 and below). You must upgrade your IntelliCenter firmware before upgrading the plugin to 2.0.0+.

Minor Bug Fixes

04 Jan 05:58
Compare
Choose a tag to compare
  1. Bump log level (fixes #3).
  2. Update readme to reflect support for heaters/bodies of water.

1.0.26 Patch Release

27 Dec 18:03
Compare
Choose a tag to compare

Latest 1.0 release with the following bug fixes applied:

  • Fix issue with rounding target temperature to the nearest 5 degrees.

1.0.25 Bug Fix Release

27 Dec 17:58
Compare
Choose a tag to compare

Latest 1.0 release with the following fixes applied:

  • Fix lint errors.
  • Fix plugin display name.