Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

daikinapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daikinapi

Get metrics from Daikin airconditioning unit wifi module

  • 1.0.8
  • PyPI
  • Socket score

Maintainers
1

Daikin Airconditioner/Air source heat pump data/control through Wi-Fi API

Python package PyPI version

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:

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc