Daikin Airconditioner/Air source heat pump data/control through Wi-Fi API
Compatibility
Tested with Daikin BRP069B41 Wi-Fi Interface and Daikin Emura FTXG-LS indoor unit
Should be compatible with (https://www.daikin.eu/en_us/product-group/control-systems/daikin-online-controller/connectable-units.html):
- BRP069A41/BRP069B41
- FTXM-M
- CTXM-M
- ATXM-M
- FTXTM-M
- BRP069A45
- FTXG-LS
- FTXG-LW
- FTXJ-MW (built-in)
- FTXJ-MS (built-in)
- BRP069A42/BRP069B42
- FTXZ-N
- FTXS35-42-50K
- FTXS60-71G
- FTX50-60-71GV
- FTXLS-K3
- FTXLS-K3
- FVXS-F
- FLXS-B
- FLXS-B9
- ATXS35-50K
- FVXM-F
- BRP069A43/BRP069B43
- CTXS15-35K
- FTXS20-25K
- FTX20-25-35J3
- FTXL-JV
- ATXS20-25K
- ATX-J3
- ATXL-JV
Based on exisiting reverse-engineering work:
- https://github.com/ael-code/daikin-control
- https://github.com/ael-code/daikin-aricon-pylib/
- https://github.com/ael-code/daikin-control/wiki/API-System
Not compatible with
- FVXM-A
Usage
see example.py for runnable example
from daikinapi import Daikin
API = Daikin("192.168.1.3")
print(API)
print(API.target_temperature)
produces:
Daikin(host=192.168.1.3,name=mydevice,mac=D0C5D304A0B1)
21.0
Release files for daikinapi 1.0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| daikinapi-1.0.8.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| daikinapi-1.0.8-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 16.0 kB
Release files / daikinapi-1.0.8.tar.gz
| Download URL | daikinapi-1.0.8.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cf1928d598033a0853a9fcb414e9c6d902e16a69dd4aebf65f28a2cc06ad6097
|
|
BLAKE2b-256 checksum How to use checksums |
0720c3b18e1069a2871d8ec82d3b378d9c19e8fd24c9952dbd3ac305ccc4138c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.1
|
Release files / daikinapi-1.0.8-py2.py3-none-any.whl
| Download URL | daikinapi-1.0.8-py2.py3-none-any.whl |
|---|---|
| Size | 8.5 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
13c99c1801a01b2a89bb2e35cd78d8af02a7b0dd127832dc1065a74a7fe59901
|
|
BLAKE2b-256 checksum How to use checksums |
1c0a781d4ce123b5fe0cf7d7e81835ef059846e20876402c784ff50bf2f7ea41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.1
|