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

Uploaded Python 3

File details

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

File metadata

  • Download URL: acond_heat_pump-1.2.1.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.1.tar.gz
Algorithm Hash digest
SHA256 da4046a0a3003d4954b3e1ee14ef566912cc08852da896df54fa7c60cdf951b4
MD5 9c211b8a5082d064960f8884944f6d3c
BLAKE2b-256 3f53d593aee470cf49cd79711f1b1185b89ab3c38da70bea906874f7a0179ad2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acond_heat_pump-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a3d39b784d3892b76946aac0c9998d99cc11a50d3ce1d3d4ea76121d4e256bde
MD5 bc74c4f278fa5ea42162ed52e5ef2159
BLAKE2b-256 33ca039de5c503c333aa81b3e45ca1b25416960697dabd6dc63d18a8b3b54bc2

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