Skip to main content

Python Daikin HVAC appliances interface

Project description

PyPI - License PyPI - Downloads PyPI - Version

Test Python package Pylint codecov GitHub Pull Requests GitHub Issues

PyDaikin is a standalone program and a library that interface AirConditioners from Daikin.

Currently the following Daikin WiFi modules are supported:

  • BRP069Axx/BRP069Bxx/BRP072Axx
  • BRP15B61 aka. AirBase (similar protocol as BRP069Axx)
  • BRP072B/Cxx (needs https access and a key)
  • BRP084 devices with firmware version 2.8.0 (different API structure)
  • SKYFi (different protocol, have a password)

The integration was initially built by Yari Adan, but lately have been taken over by Fredrik Erlandsson.

Here is a simple example code for connecting to a "BRP069" style AC:

import logging, asyncio
from pydaikin.daikin_base import Appliance
from pydaikin.factory import DaikinFactory

logging.basicConfig(level=logging.DEBUG, format='%(levelname)s: %(message)s')

async def testDaikin():
    device: Appliance = await DaikinFactory("10.0.0.1")
    device.show_sensors()

asyncio.run(testDaikin())

Firmware Version 2.8.0 Support

Firmware version 2.8.0 uses a different API structure compared to earlier firmware versions. The library now automatically detects the firmware version and uses the appropriate communication method. Confirmed working with:

  • FTKM20YVMA with firmware version 2.8.0
  • FTXM46WVMA with firmware version 2.8.0
  • FTXV80WVMA with firmware version 2.8.0
  • FTXA25C2V1BW with firmware version 2.8.0
  • FTXA50C2V1BW with firmware version 2.8.0

If you have a device with firmware 2.8.0 that's not working correctly, please open an issue with the device model and provide logs when using the debug mode.

Unsupported devices

At this moment, following firmware-devices combination aren't supported:

  • BRP069C4x with firmware version 2.0.0

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

pydaikin-2.18.1.tar.gz (53.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pydaikin-2.18.1-py3-none-any.whl (43.9 kB view details)

Uploaded Python 3

File details

Details for the file pydaikin-2.18.1.tar.gz.

File metadata

  • Download URL: pydaikin-2.18.1.tar.gz
  • Upload date:
  • Size: 53.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pydaikin-2.18.1.tar.gz
Algorithm Hash digest
SHA256 085f3ba5d079897c0b74f8a3b746a5f11178b3fe99d5e33c5c555d1b4968cd4b
MD5 3d6098f66d33bde5a85879f0b9c5cb97
BLAKE2b-256 0119a46bf1db9aa11e65c55a79268f7469509e5be6aaa7d5db659563673cf7bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pydaikin-2.18.1.tar.gz:

Publisher: release.yml on fredrike/pydaikin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pydaikin-2.18.1-py3-none-any.whl.

File metadata

  • Download URL: pydaikin-2.18.1-py3-none-any.whl
  • Upload date:
  • Size: 43.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pydaikin-2.18.1-py3-none-any.whl
Algorithm Hash digest
SHA256 03ef25d659c98e3c910663ddbceafb3403435d58b2a383bd71efe1a10f415aa3
MD5 f54e61cf8fe70c24992cc0871e0867c7
BLAKE2b-256 71c9d2113aed56f1754d6a70687e093b713b1d94ae70a352721dc542940746cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pydaikin-2.18.1-py3-none-any.whl:

Publisher: release.yml on fredrike/pydaikin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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