homebridge-connect-my-pool
Version:
Partially complete HomeKit integration for Astral Viron Gateway
48 lines (34 loc) • 1.89 kB
Markdown
<SPAN ALIGN="CENTER">
[
# Homebridge Astral Connect My Pool
[](https://www.npmjs.com/package/homebridge-connect-my-pool)
[](https://www.npmjs.com/package/homebridge-connect-my-pool)
## HomeKit support for Astral Connect My Pool using [Homebridge](https://homebridge.io).
</SPAN>
`homebridge-connect-my-pool` is a plugin for Homebridge intended to give you an integrated experience with your [Astral Connect My Pool](https://connectmypool.com.au) devices.
It currently only provides the HomeKit thermostat and sensor information services which includes current temperature, target tempertaure, and pool pump status via contact sensors.
## Installation
If you are new to Homebridge, please first read the Homebridge [documentation](https://www.npmjs.com/package/homebridge).
1. Install Homebridge:
```sh
sudo npm install -g --unsafe-perm homebridge
```
2. Install homebridge-connect-my-pool:
```sh
sudo npm install -g --unsafe-perm homebridge-connect-my-pool
```
## Plugin configuration
Add the platform in `config.json` in your home directory inside `.homebridge` and edit the required fields.
```js
"platforms": [
{
"platform": "Connect My Pool",
"username": "username",
"password": "password",
"refreshTime": 10,
"debug": true
}
]
```
### Notes
Only readonly at the moment and have only tested with my setup, not very configurable at the moment, I have EVO pool pump, EVO gas heater, spa jets and spa blower and lights.