Skip to main content

A small example package

Project description

A Python Library for the Rego 600 HP controllers

A library for monitoring and controlling a Rego 600 heat pump controller. The Rego 6xx controllers family is used in many heat pumps such as IVT/Bosch/Autotherm/Carrier and others.

Rego 6xx unit contain an interface marked as service. Header of this interface is close to the control unit. This is 5V (TTL) serial interface and is connected by a 9 pin can/d-sub connector.

The library was designed primarily to support the development of a Home Assistant integration.

Installation

The package can be installed from PyPi as usual:

pip install pyrego600

Example Usage

import asyncio

from pyrego600 import HeatPump, SerialConnection


async def hp_example():
    connection = SerialConnection(url="<your HP>")
    hp = HeatPump(connection)

    try:
        print("Connecting to Heat Pump...")
        await hp.verify()
        print("Connected!")

        for register in hp.registers:
            value = await hp.read(register)
            print(f"register {register.identifier} = {value}")
    except Exception as e:
        print(f"Reading registries from Heat Pump failed due {e!r}")
    finally:
        await hp.dispose()


if __name__ == "__main__":
    asyncio.set_event_loop(asyncio.new_event_loop())
    asyncio.run(hp_example())

Clone the repository

git clone https://github.com/crnjan/pyrego600
cd pyrego600

# Create a virtual environment
python3 -m venv .venv
source .venv/bin/activate

# Install dev/project dependencies
pip install -e '.[dev]'

Run the tests

pytest -s
# Lint the code
ruff check --fix
# Format the code
ruff format

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

pyrego600-0.0.2.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

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

pyrego600-0.0.2-py3-none-any.whl (16.0 kB view details)

Uploaded Python 3

File details

Details for the file pyrego600-0.0.2.tar.gz.

File metadata

  • Download URL: pyrego600-0.0.2.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyrego600-0.0.2.tar.gz
Algorithm Hash digest
SHA256 be4eb08d9c11ec5b97f13a90f9d7a352db455369c709afbbe3d2b1fbed609a55
MD5 c5e24fe370ee2a87259e50a5637dd30b
BLAKE2b-256 166659d50257e56aaa083b8a76a39b56cdb081e7e64dc3702358bd1aca04bc31

See more details on using hashes here.

File details

Details for the file pyrego600-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: pyrego600-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 16.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for pyrego600-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b0d7bf833a1574d2f4bf4da0dcb241597c976aeee1e8dc38f624186adca404b7
MD5 258976e658db724d27131c03f37183ed
BLAKE2b-256 b94d65e83c5d55c7f57ad8e5c5870b66af5724abb4fa5c09aad22398f32dc36e

See more details on using hashes here.

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