Skip to main content

A unofficial python library to interface with an Acond heat pump using the Modbus TCP protocol.

Project description

Acond Heat Pump

A unofficial python library to interface with an Acond heat pump using the Modbus TCP protocol.

Acond Modbus is described in Loxone Library Acond integration.

❗Warning❗

Library is tested only with Acond PRO N heat pump as I don't have access to other models. If you have a different model and you want to test it, please let me know the results.

Usage

Connecting to the Heat Pump

from acond_heat_pump import AcondHeatPump

heat_pump = AcondHeatPump('192.168.1.16')
heat_pump.connect()

Reading Data

response = heat_pump.read_data()
print(response)

Setting Temperatures

heat_pump.set_indoor_temperature(25.0, circuit=1)
heat_pump.set_dhw_temperature(45.0)
heat_pump.set_water_back_temperature(35.0)
heat_pump.set_pool_temperature(28.0)
heat_pump.set_water_cool_temperature(20.0)

Setting Modes

from acond_heat_pump import RegulationMode, HeatPumpMode

heat_pump.set_regulation_mode(RegulationMode.MANUAL)
heat_pump.change_setting(mode=HeatPumpMode.AUTOMATIC)

Closing the Connection

heat_pump.close()

Running Tests

Run the unit tests using unittest:

python -m unittest discover tests

License

This project is licensed under the MIT 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

acond_heat_pump-1.0.1.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

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

acond_heat_pump-1.0.1-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file acond_heat_pump-1.0.1.tar.gz.

File metadata

  • Download URL: acond_heat_pump-1.0.1.tar.gz
  • Upload date:
  • Size: 5.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for acond_heat_pump-1.0.1.tar.gz
Algorithm Hash digest
SHA256 9d6096da1dd250613307199d5827c8a53b528e68dce616378f5c5066db19ba4a
MD5 f3cf099820326808e49490057f1492f3
BLAKE2b-256 21c296b69bce470c29fbef643c614ab925c01993e46d017536c637ce0a97ea3a

See more details on using hashes here.

File details

Details for the file acond_heat_pump-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for acond_heat_pump-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d9599057b6a7e24fcb07a675e772a2419169ecf3c73b7894f8c32fb9603bf0b9
MD5 39c3d9460de3acb76673e41ab96ab543
BLAKE2b-256 6736ddfe36a4fe9545f5cf1355056736d34b4940bc9f9c652c0090a58f112921

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