Python Daikin HVAC appliances interface
Project description
PyDaikin
PyDaikin is a Python library for controlling Daikin air conditioners. It provides both a standalone command-line interface and a Python API for integrating Daikin AC control into your applications.
Supported Devices
The following Daikin WiFi modules are currently supported:
- BRP069Axx/BRP069Bxx/BRP069B4x/BRP072Axx - Standard WiFi adapters
- BRP15B61 (AirBase) - Uses a similar protocol to BRP069Axx
- BRP072B/Cxx - Requires HTTPS access and an authentication key
- BRP084 - Devices with firmware version 2.8.0 (uses a different API structure)
- SKYFi - Uses a different protocol and requires a password
Quick Start
Here's a simple example for connecting to a Daikin air conditioner:
import asyncio
import logging
import aiohttp
from pydaikin.daikin_base import Appliance
from pydaikin.factory import DaikinFactory
HOST = "10.1.1.21"
logging.basicConfig(level=logging.INFO)
_LOGGER = logging.getLogger(__name__)
async def main():
async with await DaikinFactory(HOST) as device:
await device.update_status()
device.show_sensors()
if __name__ == "__main__":
asyncio.run(main())
The DaikinFactory automatically detects your device type and firmware version, creating the appropriate device instance.
Firmware Version 2.8.0 Support
Firmware version 2.8.0 introduces a different API structure compared to earlier versions. PyDaikin automatically detects and handles this firmware version.
Confirmed working with:
- FTKM20YVMA
- FTXM46WVMA
- FTXV80WVMA
- FTXA25C2V1BW
- FTXA50C2V1BW
If you have a device with firmware 2.8.0 that is not working correctly, please open an issue with your device model and debug logs.
Unsupported Devices
The following device and firmware combinations are not currently supported:
- BRP069C4x with firmware version 2.0.0
About
PyDaikin was originally created by Yari Adan and is currently maintained by Fredrik Erlandsson.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydaikin-2.18.3.tar.gz.
File metadata
- Download URL: pydaikin-2.18.3.tar.gz
- Upload date:
- Size: 67.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2c7eafd26cd36fe223be8e53fcc964f5f555b3d15d84ffc618c2e050f928b9b
|
|
| MD5 |
8d033a3cdce3a011f181d1d63a3d0769
|
|
| BLAKE2b-256 |
e9badc98fe9d4f82e4d65e602df5d46d72e8099c824ec88ad888ec1834725d9e
|
Provenance
The following attestation bundles were made for pydaikin-2.18.3.tar.gz:
Publisher:
release.yml on fredrike/pydaikin
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydaikin-2.18.3.tar.gz -
Subject digest:
f2c7eafd26cd36fe223be8e53fcc964f5f555b3d15d84ffc618c2e050f928b9b - Sigstore transparency entry: 2210403703
- Sigstore integration time:
-
Permalink:
fredrike/pydaikin@742c09f0fd3be544328aea22d4a1c21689622973 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/fredrike
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@742c09f0fd3be544328aea22d4a1c21689622973 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file pydaikin-2.18.3-py3-none-any.whl.
File metadata
- Download URL: pydaikin-2.18.3-py3-none-any.whl
- Upload date:
- Size: 47.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72605d72069e4f88213b37eb1f2a61bb1ef573ee7e2e8b5f01401754c44ffacb
|
|
| MD5 |
27d8b7858fc0039a7f686b830e44b5db
|
|
| BLAKE2b-256 |
d37bccb5d80ce2235196b1be1ce50d5a56d1fe7005e059185d1388487b748596
|
Provenance
The following attestation bundles were made for pydaikin-2.18.3-py3-none-any.whl:
Publisher:
release.yml on fredrike/pydaikin
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pydaikin-2.18.3-py3-none-any.whl -
Subject digest:
72605d72069e4f88213b37eb1f2a61bb1ef573ee7e2e8b5f01401754c44ffacb - Sigstore transparency entry: 2210403797
- Sigstore integration time:
-
Permalink:
fredrike/pydaikin@742c09f0fd3be544328aea22d4a1c21689622973 -
Branch / Tag:
refs/heads/master - Owner: https://github.com/fredrike
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@742c09f0fd3be544328aea22d4a1c21689622973 -
Trigger Event:
workflow_dispatch
-
Statement type: