Skip to main content

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

  • 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.

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-9.3.0.tar.gz (494.6 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-9.3.0-py3-none-any.whl (167.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nwp500_python-9.3.0.tar.gz
  • Upload date:
  • Size: 494.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for nwp500_python-9.3.0.tar.gz
Algorithm Hash digest
SHA256 39f854fef823c023c527d7ade9df320101f4b163f62c23387571dfb1f50ee3d6
MD5 14bc7df463ddb67429e1a45822fe807b
BLAKE2b-256 092dc269f60a873e7bed68a358ebd198db5af8bf8af07b6260dc035df9a93487

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: nwp500_python-9.3.0-py3-none-any.whl
  • Upload date:
  • Size: 167.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for nwp500_python-9.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1464a66f9394df3bdfc604aa9585bbce8086c6c77994046ca1ac1f42f8af4108
MD5 24f21fbbeebe86667568fca961649df9
BLAKE2b-256 cdd218425b21e854d4615dbba596fa278132d9335d0afbd55439aea5c3dcb1ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for nwp500_python-9.3.0-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