Skip to main content

Async Python library for Thermia Genesis heat pumps over Modbus TCP/IP

Project description

aiothermiagenesis

Async Python library for communicating with Thermia Genesis heat pumps over Modbus TCP/IP.

Supported hardware

Thermia Genesis platform (version 17.1): Atlas, Calibra, Calibra E, Calibra Cool, Calibra RXT, Diplomat Inverter.

Installation

pip install aiothermiagenesis

Usage

import asyncio
from aiothermiagenesis import ThermiaGenesis

async def main():
    pump = ThermiaGenesis("192.168.1.100")
    await pump.connect()
    await pump.async_update()

    print(pump.heating.outdoor_temperature)   # °C
    print(pump.heating.supply_temperature)    # °C
    print(pump.heating.current_demand)        # Demand.HEAT / NO_DEMAND / etc.
    print(pump.tap_water.top_temperature)     # °C
    print(pump.alarms.any_active)             # bool

    await pump.set_comfort_wheel(1.0)         # raise setpoint by 1 °C
    await pump.disconnect()

asyncio.run(main())

Requirements

  • Python 3.12+
  • Modbus TCP/IP enabled on the heat pump (Settings → BMS → Modbus mode → TCP/IP)

License

MIT

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

aiothermiagenesis-0.1.0.tar.gz (286.7 kB view details)

Uploaded Source

Built Distribution

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

aiothermiagenesis-0.1.0-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file aiothermiagenesis-0.1.0.tar.gz.

File metadata

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

File hashes

Hashes for aiothermiagenesis-0.1.0.tar.gz
Algorithm Hash digest
SHA256 be0b4550ab50332f5c0e0303269281be3ec40ade1d294a1520834f302f9050b1
MD5 9742ccf56f4965a7a0add0bb00d0c653
BLAKE2b-256 c3f45a7d7ef7f0e4546c190a306a47ddee06d62a9b9cb90b22378638d465fcfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiothermiagenesis-0.1.0.tar.gz:

Publisher: publish.yml on klconsultancy/aiothermiagenesis

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

File details

Details for the file aiothermiagenesis-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aiothermiagenesis-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5e5e2b2d8eed1070c09206fdc1a20513d7273b44d6e0ec4501fefac7519cf557
MD5 5f71adc379073ebd3b4b8e026d597126
BLAKE2b-256 ef629744da05a66892ff710f74a7b7bd2e3e6d7830b6aa2eefab4236cfa2ab93

See more details on using hashes here.

Provenance

The following attestation bundles were made for aiothermiagenesis-0.1.0-py3-none-any.whl:

Publisher: publish.yml on klconsultancy/aiothermiagenesis

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