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.

❗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.0.tar.gz (5.3 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.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: acond_heat_pump-1.0.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for acond_heat_pump-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7b86a9966ddc12ba1f5d0a0719aa2b1b1e24668bdd47e28abbd0ac4ca252a9e7
MD5 91d7b6850bb0f0c2a2ce161069ffddb8
BLAKE2b-256 06a444ce9b3ca2ff685ae9456b7a409d45fee7b71f54f572b3b88e88a8227bc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acond_heat_pump-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b9c2eb88927592af9e690d50d5113297f645f534f865436b64dc388a975d851a
MD5 11b876ef402d4a70f098a095a05bad5f
BLAKE2b-256 2b64814e35a791742b4ed700f6dcc0e59886675156416c11871a68bd18435e02

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