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.0.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.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: acond_heat_pump-1.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 c5509ad61313ec08b6159736e4e695ab7b034016eeade0ede7e8cc01bf7a0b3c
MD5 709f1950ffd7dacb02dcd0c814f36bdb
BLAKE2b-256 9e6c194c95124a6d6a36499d1bfc562bd59a604360942cd1715f41ccdced64ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acond_heat_pump-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd146c928623dd6f55f5ca79a356a1aa9e6346797b5ab44d5705f99ea123826e
MD5 ad47d9361f72f38b5f44ed7c95e66dcf
BLAKE2b-256 935668f88e2861d0e1342f0481689a2fcd49c0d20e8c5b34c75593693cc6f6d9

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