v3.6.1-beta.5
Pre-release
Pre-release
What's Changed
Bug Fixes (from beta.4)
- Fixed pump mode selector creation - Now only creates the RPM/GPM mode selector when the pump supports BOTH modes (MAX_ATTR > 0 AND MAXF_ATTR > 0)
- Fixed pump capability detection - IntelliFlo VS (speed-only) pumps no longer get GPM entities
- Fixed select entity method name and API call
Features
- Add IntelliChem dosing volume sensors (PHVOL, ORPVOL) for monitoring cumulative acid/chlorine dispensed
- Add pump mode selector for VSF pumps that support both RPM and GPM modes
Entity Creation Logic
| Pump Type | RPM Setpoint | GPM Setpoint | Mode Selector |
|---|---|---|---|
| IntelliFlo VS (speed-only) | ✅ | ❌ | ❌ |
| IntelliFlo VF (flow-only) | ❌ | ✅ | ❌ |
| IntelliFlo VSF (both) | ✅ | ✅ | ✅ |
Full Changelog: v3.6.1-beta.4...v3.6.1-beta.5