Skip to main content

This a forked version only for testing purposes. The original code is property of barleybobs, you can find it at ecowater-softener. A small package to pull data from Ecowater water softeners

Project description

V2.0.0 BREAKING CHANGES

For version 2.0.0 the library has been rewritten and methods have changed.

Ecowater Softener

ecowater-softener-test is a Python library for collecting information from Ecowater water softeners.

Installation

Use the package manager pip to install ecowater.

pip install ecowater-softener

Usage

Liquids are measured in US Gallons, liquid speeds are measured in US Gallons per Minute (gpm), and weights are measured in Pounds (lbs)

Importing the library

import ecowater_softener

Account

Initialize Ecowater account using username and password credentials

ecowater_account = ecowater_softener.EcowaterAccount('username', 'password')

Devices

Retrieve a list of all devices associated with the Ecowater account

devices = ecowater_account.get_devices()

Access the first device from the list of devices

device = devices[0]

Get / Update the devices values (Needs to be ran before accessing data or the data will return None)

device.update()

API Info

Get the date and time of the last successful API connection (datetime.datetime)

last_api_call_successful = device.last_api_call_successful

Get the status from the API

status = device.status

Device Info

Get the device model (string)

model = device.model

Get the device serial number (string)

serial_number = device.serial_number

Get the device software version (string)

software_version = device.software_version

Get the signal strength (rssi) (integer)

rssi = device.rssi

Get the device ip address (string)

ip_address = device.ip_address

Water

Get the average daily water usage (integer)

water_use_avg_daily = device.water_use_avg_daily

Get the amount of water used today (integer)

water_use_today = device.water_use_today

Get the current amount of available water (integer)

water_available = device.water_available

Water Flow

Get the current water flow rate (float)

current_water_flow = device.current_water_flow

Salt

Get the current salt level as a percentage (float)

salt_level_percentage = device.salt_level_percentage

Get the number of days until the device runs out of salt (integer)

out_of_salt_days = device.out_of_salt_days

Get the estimated date when the device will run out of salt (datetime.date)

out_of_salt_date = device.out_of_salt_date

Get the salt type, either "NaCl" or "KCl" (string)

salt_type = device.salt_type

Rock

Get the average amount of rock removed daily (float)

rock_removed_avg_daily = device.rock_removed_avg_daily

Get the total amount of rock removed by the device over its lifetime (float)

rock_removed = device.rock_removed

Recharge

Get the recharge status, either "None", "Scheduled", or "Recharging" (string)

recharge_status = device.recharge_status

Check if recharge is enabled (boolean)

recharge_enabled = device.recharge_enabled

Check if a recharge is scheduled (boolean)

recharge_scheduled = device.recharge_scheduled

Check if recharging currently (boolean)

recharge_recharging = device.recharge_recharging

Get the number of days since the last recharge was performed (integer)

last_recharge_days = device.last_recharge_days

Get the date of the last recharge (datetime.date)

last_recharge_date = device.last_recharge_date

Credits

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

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

ecowater_softener_test-2.2.2.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ecowater_softener_test-2.2.2-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file ecowater_softener_test-2.2.2.tar.gz.

File metadata

  • Download URL: ecowater_softener_test-2.2.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for ecowater_softener_test-2.2.2.tar.gz
Algorithm Hash digest
SHA256 5587ab0e522bddcebde64c9d0d6248efc7ff3c5784427ca97768caf9ac1af96d
MD5 6209e7c43517fd9a2268c1fafef1c053
BLAKE2b-256 3dcee5a5e1890cb2f52595703a2dc793c3f449d107dc27206241d7d2fee5b1b0

See more details on using hashes here.

File details

Details for the file ecowater_softener_test-2.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ecowater_softener_test-2.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 3e91ae998e3a25353eb8a34143f051c262f4b7a2d4c610524ff47eff54f51292
MD5 6966f998e038b46e86178721222aa34f
BLAKE2b-256 c97f737ad1d8a23270caa70a9c948800e587631395fa55a6d2f22e12ae94e195

See more details on using hashes here.

Supported by

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