Skip to main content

Library to fetch data from Aquastilla softener from Viessmann API

Project description

aquastilla-softener

A Home Assistant integration and Python library for interacting with Aquastilla water softeners via their API.

📦 Installation

You can install the package using pip:

pip install aquastilla-softener

🚀 Usage

from aquastilla_softener import AquastillaSoftener
softener = AquastillaSoftener(email="user@example.com", password="your_password")
devices = softener.list_devices()

print("Devices:")
    for device in devices:
    print(f"UUID: {device['uuid']}, Model: {device['model']['model']}")

if devices:
    for device in devices:
        device_data = softener.get_device_data(device)
        print(f"\nDevice UUID: {device_data.uuid}")
        print(f"Model: {device_data.model}")
        print(f"State: {device_data.state}")
        print(f"Salt Level: {device_data.salt_level_percent}%")
        print(f"Salt Days Remaining: {device_data.salt_days_remaining}")
        print(f"Water Available: {device_data.water_available_liters} l")
        print(f"Max Water Capacity: {device_data.max_water_capacity_liters} l")
        print(f"Expected Regeneration: {device_data.expected_regeneration_date}")
        print(f"Current Water Usage: {device_data.current_water_usage_liters} l")
        print(f"Today Water Usage: {device_data.today_water_usage_liters} l")
        print(f"Last Regeneration: {device_data.last_regeneration}")

    softener.close_water_valve(device)
    softener.set_vacation_mode(device, 1) # 0 - vacation_mode off, 1 - vacation_mode on
    softener.postpone_regeneration(device)
    softener.force_regeneration(device)

🧠 Features

✅ Login to the Aquastilla cloud API

✅ Fetch current softener status

✅ Set vacation mode

✅ Close water valve (not possible to remotely open valve, need to open physically on the device)

✅ Force regeneration

✅ Postpone regeneration by 48h

Support

If you find this project helpful, you can support me here:

Buy Me a Coffee

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

aquastilla_softener-0.4.2.tar.gz (16.6 kB view details)

Uploaded Source

Built Distribution

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

aquastilla_softener-0.4.2-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file aquastilla_softener-0.4.2.tar.gz.

File metadata

  • Download URL: aquastilla_softener-0.4.2.tar.gz
  • Upload date:
  • Size: 16.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for aquastilla_softener-0.4.2.tar.gz
Algorithm Hash digest
SHA256 0e83ddf2c8d48193100f70ab1b76fe7f640102fd351735128c46a6e4958a212b
MD5 024c0f9040754b96b2973f52b5722587
BLAKE2b-256 f9171bfbe9f02fe8bf02e6f082d41f78f9cf970ff6ed6ca442e97b884b7d4263

See more details on using hashes here.

Provenance

The following attestation bundles were made for aquastilla_softener-0.4.2.tar.gz:

Publisher: workflow.yml on alakdae/aquastilla-softener

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file aquastilla_softener-0.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for aquastilla_softener-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9ff5a1a744a13681f2caf3ef828d985289451697eb205dea606ab9f3ecb37a57
MD5 42f25acfdb8993deb75c7052d60d6e4b
BLAKE2b-256 a084ba6035c6c6106fed4cd5eb2c4a08273cc4cdd6b31ef8794c0df86b85828c

See more details on using hashes here.

Provenance

The following attestation bundles were made for aquastilla_softener-0.4.2-py3-none-any.whl:

Publisher: workflow.yml on alakdae/aquastilla-softener

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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