Skip to content

v3.6.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@btli btli released this 12 Jan 04:13
e00b785

🏊 Pump Speed/Flow Control (Beta)

This beta release adds support for controlling pump speed (RPM) and flow (GPM) on variable speed pumps.

What's New

  • Pump Circuit Control: New number entities for PMPCIRC (Pump Circuit) objects
  • RPM Setpoint: Control pump speed in RPM (for SPEED and VSF type pumps)
  • GPM Setpoint: Control pump flow rate in GPM (for FLOW and VSF type pumps)
  • Dynamic Limits: Min/max values are read from your pump's configuration

Supported Pump Types

Pump Type RPM Control GPM Control
SPEED (Variable Speed)
FLOW (Variable Flow)
VSF (Variable Speed/Flow)

Entity Names

New entities will appear like:

  • number.<pump_name>_rpm_<circuit_name>
  • number.<pump_name>_gpm_<circuit_name>

Sample Automation

automation:
  - alias: "Pool pump - high flow (10 AM)"
    trigger:
      - platform: time
        at: "10:00:00"
    action:
      - service: number.set_value
        target:
          entity_id: number.pool_pump_gpm_pool
        data:
          value: 80

Testing Request

This is a beta release. Please test and report any issues:

  • Verify new number entities appear for your pump
  • Test setting RPM/GPM values
  • Confirm changes take effect on IntelliCenter

Related: #19