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.3.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.3-py3-none-any.whl (17.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aquastilla_softener-0.4.3.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.3.tar.gz
Algorithm Hash digest
SHA256 7ed45f4f7224a169e158caf4d19b5a52d79d4ea8adf58135120cb45dcb595f5a
MD5 08815bb6c52598eb148cfa1cc00837b4
BLAKE2b-256 a4300dc0b8448592b1fa81dba84eb60593bb8676e38c3313bc6921bc1a4ca694

See more details on using hashes here.

Provenance

The following attestation bundles were made for aquastilla_softener-0.4.3.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.3-py3-none-any.whl.

File metadata

File hashes

Hashes for aquastilla_softener-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 514cfb90ff6abd32dc007dee80acfe34bac2c8e16a761561d7109a4a9123ac58
MD5 ac86409e77f0424eb3c3ec2c2eb5985e
BLAKE2b-256 4fcd73e9dcef6ef1d5d4387bed237bd061595bf733956fd47191bc85169b4941

See more details on using hashes here.

Provenance

The following attestation bundles were made for aquastilla_softener-0.4.3-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