Get metrics from Daikin airconditioning unit wifi module
Project description
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
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
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
daikinapi-1.0.3.tar.gz
(5.2 kB
view details)
File details
Details for the file daikinapi-1.0.3.tar.gz
.
File metadata
- Download URL: daikinapi-1.0.3.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d20be61c79b3a4a9a3b1fbc7cfb69bab40e89f48ddaf252ccdf489c77769378 |
|
MD5 | cabc26e66c14cfe47d1236cb1d203df1 |
|
BLAKE2b-256 | 82ec3229e568446907ab834b3386b8795e4264a9978ce3fd81b421a471831774 |