homebridge-connect-my-pool-home-automation
v1.0.14
Published
HomeKit integration for Astral Viron Gateway via Home Automation
Downloads
11
Maintainers
Readme
[
Homebridge Astral Connect My Pool Home Automation
HomeKit support for Astral Connect My Pool using Home Automation API with [Homebridge] (https://homebridge.io).
homebridge-connect-my-pool-home-automation
is a plugin for Homebridge intended to give you an integrated experience with your Astral Connect My Pool devices.
It currently provides Heater, Spa, Channels and Favourite capabilty in HomeKit. Sensor information is used to indicate status of channels (hack to indicate mode, open means not off as it is highlighted in Home).
Installation
If you are new to Homebridge, please first read the Homebridge documentation.
- Install Homebridge:
sudo npm install -g --unsafe-perm homebridge
- Install homebridge-connect-my-pool-home-automation:
sudo npm install -g --unsafe-perm homebridge-connect-my-pool-home-automation
Plugin configuration
Add the platform in config.json
in your home directory inside .homebridge
and edit the required fields.
"platforms": [
{
"name": "Connect My Pool Home Automation",
"apikey": "apikey",
"latitude": latitude,
"longitude": longitude,
"platform": "ConnectMyPoolHomeAutomation"
}
]
Notes
Only tested with my setup, I have EVO pool pump, EVO gas heater, spa jets, spa blower, lights and favourites.