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.2.2.tar.gz (5.6 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.2.2-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: acond_heat_pump-1.2.2.tar.gz
  • Upload date:
  • Size: 5.6 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.2.2.tar.gz
Algorithm Hash digest
SHA256 258083c540334d5f1c49358191aafafd3676cb2c9412d1156d549fc6498458a9
MD5 ba3e4db0e783966a0475ec9508e87533
BLAKE2b-256 cc3022724c05b3278ed3a91e5b36351ef87d277738457ef193c056a65a4b25ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acond_heat_pump-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1f6484fe974d8da483ea3c780128da72531f3ea5e54e011312b485af22e20cc0
MD5 e9d4678bf83ccaa3957408078658f0fc
BLAKE2b-256 eea05a2ae109575317a7f8799823eb9fda2459b4a6330e39e470d2fd79b7e84f

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