Skip to main content

Python API for Culligan products

Project description

Culligan

A discovery for Culligan smart water products

Water Softener

The Excel sheet contains a listing of endpoints and what is needed for interaction with the Aylanetworks API. This data was gathered from proxy traffic.

The powershell module is a way to interact with the endpoints via Powershell.

The python code is for packageability and publishing to PyPi as a module.

The softener does have an http webpage for wifi status and connect/disconnect. Local control of the device does not seem possible without understanding how Ayla sends commands to the device.

Ayla References

This device is integrated by/with Ayla Networks and (generally) uses their documentation.

See Ayla-iot-unofficial

Local Wifi Module Doc

Direct doc linked from the reference above: salesforce doc

Installation

From PyPi

pip install culligan

Build from source

pip install build
pip build
pip install culligan

Library Requirements

Requires typical http interaction and datatype packages like requests, aiohttp, ujson, and the ayla-iot-unofficial module to handle devices and communication.

User Requirements

Reqiures a username and password (typically a smart device's app login credentials). The Culligan specific app_id is included in the package (obtained from the Culligan app).

Usage

Class Object

Instantiate a new class object through new_culligan_api() or Culligan() directly.

Access Tokens

The Culligan() object will call sign_in() automatically to obtain Culligan IoT and Ayla access_tokens. Then, it will instantiate an AylaApi() object with the Ayla access_token (no sign_in() required).

Use Culligan for communication with the Culligan IoT domain. Use the Ayla property of the Culligan object for direct communication with Ayla Networks.

Devices

Gather devices by calling the Ayla.get_devices().

By default, calling get_devices() will return a list of class specific device objects with updated properties for use.

See ayla-iot-unofficial/device.py for implemented device classes.

Typical Operation

python3 -m pip install Culligan
import Culligan

USERNAME = 'me@email.com'
PASSWORD = '$7r0nkP@s$w0rD'

CulliganApi = new_culligan_api(username, password)
CulliganApi.sign_in()
CulliganApi.Ayla = CulliganApi.get_ayla_api()

device_list = CulliganApi.Ayla.list_devices()
devices = CulliganApi.Ayla.get_devices()

# Example Water Softener Devices
softener = devices[0]

softener.capacity_remaining_gallons
softener.set_vacation_mode()

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

culligan-1.1.4.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

culligan-1.1.4-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file culligan-1.1.4.tar.gz.

File metadata

  • Download URL: culligan-1.1.4.tar.gz
  • Upload date:
  • Size: 11.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.10

File hashes

Hashes for culligan-1.1.4.tar.gz
Algorithm Hash digest
SHA256 f735c6e02bd90f4a372835ffed5ee7827bc586c73e4cf16131d3fd9fa5d80e63
MD5 43f6abedc409dd15c1e58d23e92521bf
BLAKE2b-256 65b9e7ad90c41b15f40de81cea89932d562d414cebace98b185fd54a1df15871

See more details on using hashes here.

File details

Details for the file culligan-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: culligan-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.10

File hashes

Hashes for culligan-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d86c9b25294ba5cec15e9f7dd72b935e6dcc0c943d0012fb375002f281c5dbef
MD5 56d85a8f4b7e47cd4a59ef207d5e10e5
BLAKE2b-256 2d77d8bd6048a38fe462e66ffddb2ce0240623ca2f2370ea2db3084ef1ca4019

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page