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.1.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file daikinapi-1.0.1.tar.gz
.
File metadata
- Download URL: daikinapi-1.0.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb33577deaa7df3fca6d5a0d6faa006f57c2f871a6f119544a9ea63f13b6f5ab |
|
MD5 | 22f4ada30d7179e344af0d1715b2404e |
|
BLAKE2b-256 | 08f29568361a6418df0a397e431c1c9ec1be9541a4efbd751be2fe8cf5b63876 |
Provenance
File details
Details for the file daikinapi-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: daikinapi-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f32a95df80eda61e339648dc2b37d38ced6f39f95794013db6a1e7d13187cac |
|
MD5 | 5666d127c8e8fafd0cc1e683ccc0fda6 |
|
BLAKE2b-256 | 9afa52d8b7676417a70371b8381154dc21cc358734f14adb10c7cc6ad1b561ec |