Skip to content

michaelpettorosso/homebridge-connect-my-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Homebridge Astral Connect My Pool

Downloads Version

HomeKit support for Astral Connect My Pool using Homebridge.

homebridge-connect-my-pool is a plugin for Homebridge intended to give you an integrated experience with your Astral Connect My Pool 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.

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

"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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published