PoolController plugin for homebridge: https://github.com/nfarina/homebridge
Key Changes
next
branch of nodejs-poolController
Requires PoolController (next branch): https://github.com/tagyoureit/nodejs-poolController
Config options and explanation:
ip_address
: Set to "*" to use SSDP auto-discovery or specify full path to nodejs-poolController (e.g. http://ip_address:4200
)
secure
: Use secure connection to server
skipAllUnInit
: If true
, plugin will skip any uninitialized circuit (names starting with "AUX" or "Feature")
skipCircuitNames
: List of circuits to skip (specify circuit names)
LogLevel
: Set logging level ("debug", "normal", "warn" or "none"
)
setupBodyAsCircuit
: If set to true, water bodies (such as Pool and Spa) will be setup as auxiliary circuits (only on/off functionality and no thermostat/heater state control functions). This is useful for virtual controller setups
IgnoreControllerReadyState
: Normally the plugin waits for poolController to report "Ready" status, setting this to true disables this check. Not Recommended for normal use.