Skip to content

ziden33/smartthings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is the Hubitat/SmartThings Pool Controller?

A collection of devices designed to interface with a nodejs-poolController instance which is talking on the RS-485 bus to allow viewing and setting pool control options. Includes devices to manage the Pool pump, lights and heater, the spa pump and heater, the chlorinator, all Circuits and Features, and Intellichem devices.

This code is fully compatible with BOTH SmartThings (classic App) and Hubitat. The SHPL is awesome and made that possible so thanks to Barry Burke

License

Copyright (C) 2017-2020 Brad Sileo / bsileo / [email protected]

Note

This version is NOT compatible with the 5.3.3 version of nodejs-poolController. If you are using that version, consider upgrading! The last deprecated version of this code for use with 5.3.3 is available here. There is no forward migration path from that version to this version as all Apps and Drivers have been renamed and refactored.

Installation Instructions

  1. Install and configure Nodejs-Poolcontroller (version NEXT is required!) https://github.com/tagyoureit/nodejs-poolController
  2. Open the Apps Code, "New App" and then either:
  1. Install all of the Drivers into Drivers Code following this same procedure:

  2. Go to Apps, Add User App and create a "Pool Controller 6" app. The Nodejs-Poolcontroller should be autolocated, or you can manually enter the details. Follow the prompts to complete installation.

  3. Enable the Event interface in the poolController. Look for a section like the following and make the appropaite changes:

 "smartThings": {
        "name": "SmartThings",
        "enabled": true,
        "fileName": "smartThings.json",
        "globals": {},
        "options": {
          "host": "10.0.0.39",
          "port": 39501
        }
  1. Use the newly created devices in Dashboards, Rules, Groups, etc!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published