Skip to main content

Python API for interacting with the Stiebel Eltron ISG web gateway via Modbus for controlling integral ventilation units and heat pumps.

Project description

Coverage Status

python-stiebel-eltron

Python API for interacting with the STIEBEL ELTRON ISG web gateway via modbus for controlling integral ventilation units and heat pumps.

This module is based on the STIEBEL ELTRON modbus user manual, but is not official, developed, supported or endorsed by Stiebel Eltron GmbH & Co. KG. For questions and other inquiries, use the issue tracker in this repo please.

Requirements

You need to have Python installed.

  • STIEBEL ELTRON Internet-Service Gateway ISG WEB with enabled modbus module
    • You can call the STIEBEL ELTRON support, if your ISG does not have the modbus module enabled. They upgraded mine for free.
  • STIEBEL ELTRON heatpumpt (compatible). Successfully used devices:
    • LWZ504e
    • LWZ304
  • Network connection to the ISG WEB

Installation

The package is available in the Python Package Index.

    $ pip install python-stiebel-eltron

Example usage of the module

The sample below shows how to use this Python module.

    from pystiebeleltron import pystiebeleltron as pyse
    from pymodbus.client.sync import ModbusTcpClient as ModbusClient

    client = ModbusClient(host='IP_ADDRESS_ISG', port=502, timeout=2)
    client.connect()

    unit = pyse.StiebelEltronAPI(client, 1)
    unit.update()

    print("get_target_temp: {}".format(unit.get_target_temp))

    client.close()

License

python-stiebel-eltron is licensed under MIT, for more details check LICENSE.

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

pystiebeleltron-0.0.1.dev2.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

pystiebeleltron-0.0.1.dev2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file pystiebeleltron-0.0.1.dev2.tar.gz.

File metadata

  • Download URL: pystiebeleltron-0.0.1.dev2.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for pystiebeleltron-0.0.1.dev2.tar.gz
Algorithm Hash digest
SHA256 690642720585475a5abf7ce11e3d873f74bcb2def51004a89cd055525b83cadf
MD5 172955132fa3d21a3728a96c235c4d5e
BLAKE2b-256 8e19c28441128c64a1a9eab5bb61561b4f3391333670ad21585bceb1d9f398a5

See more details on using hashes here.

File details

Details for the file pystiebeleltron-0.0.1.dev2-py3-none-any.whl.

File metadata

  • Download URL: pystiebeleltron-0.0.1.dev2-py3-none-any.whl
  • Upload date:
  • Size: 10.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for pystiebeleltron-0.0.1.dev2-py3-none-any.whl
Algorithm Hash digest
SHA256 04818e4bf7baa59aed7a6b82edbe955efb1aca4c45eda4abcc550426f1f4a3bf
MD5 a3b6ea297ce6e99a8af1ba34033f2cd2
BLAKE2b-256 4b979b175453b94ac0d9fdaef479a262dcd846224a38e79ee47ac37f2d211a3d

See more details on using hashes here.

Supported by

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