Skip to main content

A library for controlling Navien NWP500 Water Heaters via NaviLink

Project description

PyPI-v Python-versions CI-status Docs-status Code-style License

Python library for Navien NWP500 Heat Pump Water Heater

A complete Python library for monitoring and controlling the Navien NWP500 Heat Pump Water Heater through the Navilink cloud service.

Features

  • Complete Interface: Full support for both REST API and real-time MQTT (AWS IoT).

  • Monitoring: Real-time tracking of temperature, power usage, tank charge, and component status.

  • Control: Remote control of target temperatures, operation modes, and vacation settings.

  • Advanced Features: Native support for reservations, time-of-use (TOU) optimization, and anti-legionella cycles.

  • Type-Safe: Built with Pydantic for robust data validation and unit handling.

  • Async/Await: Modern asyncio-based implementation for high-performance integration.

Getting Started

pip install nwp500-python

Quick Example

from nwp500 import NavienAuthClient, NavienAPIClient

async with NavienAuthClient("email@example.com", "password") as auth:
    api = NavienAPIClient(auth)
    devices = await api.list_devices()

    if devices:
        device = devices[0]
        print(f"Temperature: {device.status.dhw_temperature}°F")
        await api.set_device_temperature(device, 130)

Documentation

The documentation follows the Diátaxis framework:

  • Tutorials: Start here if you’re new to the library.

  • How-to Guides: Practical step-by-step recipes for specific tasks.

  • Reference: Technical descriptions of the API, models, and protocol.

  • Explanation: Understanding-oriented deep dives into the library’s design and advanced features.

Contributing

We welcome contributions! Please see our Contributing Guide for more details.

License

This project is licensed under the MIT License. See the LICENSE.txt file for details.

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

nwp500_python-8.1.2.tar.gz (428.4 kB view details)

Uploaded Source

Built Distribution

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

nwp500_python-8.1.2-py3-none-any.whl (152.0 kB view details)

Uploaded Python 3

File details

Details for the file nwp500_python-8.1.2.tar.gz.

File metadata

  • Download URL: nwp500_python-8.1.2.tar.gz
  • Upload date:
  • Size: 428.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nwp500_python-8.1.2.tar.gz
Algorithm Hash digest
SHA256 cd69937dd9433afd78feba6647c9bad906da5d8e1c4d28a60b52e81cb645c9a0
MD5 f89bfc47e78718baf6f2f0838157532a
BLAKE2b-256 dff1ac84f127cf7fb10d5004170ebd246620b4e723ccee38b592dca4badb13cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for nwp500_python-8.1.2.tar.gz:

Publisher: release.yml on eman/nwp500-python

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

File details

Details for the file nwp500_python-8.1.2-py3-none-any.whl.

File metadata

  • Download URL: nwp500_python-8.1.2-py3-none-any.whl
  • Upload date:
  • Size: 152.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nwp500_python-8.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 5030d16271b2c1ef3a7c735755cfa3a081d6aea218bc5e1b473874d159c1b700
MD5 866d10fc78b52d4666551a61de6a9e77
BLAKE2b-256 7c5103c3cccd14404450e1548e7f5ffd51b6701dc750f20f5fe700848d81e31a

See more details on using hashes here.

Provenance

The following attestation bundles were made for nwp500_python-8.1.2-py3-none-any.whl:

Publisher: release.yml on eman/nwp500-python

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