homebridge-connect-my-pool-home-automation
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

[homebridge-connect-my-pool-home-automation: Native HomeKit support for Astral Connect My Pool

Homebridge Astral Connect My Pool Home Automation

Downloads Version

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.

  1. Install Homebridge:
sudo npm install -g --unsafe-perm homebridge
  1. 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.

Package Sidebar

Install

npm i homebridge-connect-my-pool-home-automation

Weekly Downloads

2

Version

1.0.14

License

Apache-2.0

Unpacked Size

164 kB

Total Files

80

Last publish

Collaborators

  • mpettorosso