Skip to main content

Control an Airton AC device over LAN.

Project description

airton-ac

tests version python

Control an Airton AC device over LAN. This requires having the wifi module.

Features

  • asynchronous methods and transport
  • persistent communication to the device
  • automatic remote device state updates (remotes can still be used)
  • configurable buffering for subsequent updates
  • constraints between device commands
  • Domoticz plugin using a dedicated thread

Usage

See local tuya requirements first to find device information.

Example usage:

from local_tuya import DeviceConfig, ProtocolConfig
from airton_ac import ACDevice, ACFanSpeed


async with ACDevice(DeviceConfig(ProtocolConfig("{id}", "{address}", b"{key}"))) as device:
    await device.switch(True)
    await device.set_speed(ACFanSpeed.L2)
    await device.switch(False)

Domoticz plugin

The plugin requires having fetched device information using instructions above. Make sure to read plugin instructions first.

💡 The Domoticz version should be 2022.1 or higher.

python -m pip install --upgrade airton-ac[domoticz]
python -m airton_ac.domoticz.install

Domoticz path defaults to ~/domoticz but you can pass a -p option to the second command to change that:

python -m airton_ac.domoticz.install -p /some/other/path

Restart Domoticz and create a new Hardware using Tuya Airton AC. Fill in device information and add. The hardware will create up to 5 devices to control the fan (all prefixed with hardware name):

  • power: to turn on or off
  • set point: to set the target temperature
  • temperature: to record curent temperature as measured by the unit
  • mode: to control operating mode
  • fan: to control fan speed
  • eco: toggle low heat when heating and eco-mode when cooling
  • light: toggle display on the unit
  • swing: toggle swing mode
  • sleep: toggle sleep mode
  • health: toggle health mode

You can customize the devices you want added in the hardware page.

All device names and levels can be changed once added as only IDs are used internally.

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

airton_ac-3.0.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

airton_ac-3.0.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file airton_ac-3.0.0.tar.gz.

File metadata

  • Download URL: airton_ac-3.0.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.5.0-1018-azure

File hashes

Hashes for airton_ac-3.0.0.tar.gz
Algorithm Hash digest
SHA256 1fe12b2e42dda121d61df67734241d79198b946d4cbc538c17e2ad3dac456946
MD5 30528d520e8661a7f7b31fb6d2a4dff5
BLAKE2b-256 b613599ae465478de1a087628ab3cd30ff71eb9ce438b4bc7723f0f27a0dda08

See more details on using hashes here.

Provenance

File details

Details for the file airton_ac-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: airton_ac-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.5.0-1018-azure

File hashes

Hashes for airton_ac-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 291d8117f22f86d28f9b3767e406bb956fc270299043a9f1cbe73f2b96343db9
MD5 028e7a255169be55cb39894327d13c12
BLAKE2b-256 e3810550833eac9de230b65cc3822e5ba225142bff0852a16b08ccf4bd5a7e20

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page