0.1.4 • Published 4 years ago

homebridge-daikin-siesta v0.1.4

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

Daikin Air Conditioner Homebridge Plugin

Overview

This is a Homebridge plug-in that allows you to control the operation of a Daikin home air conditioner to which a network adapter is connected from Homekit. We have confirmed the operation with the combination of AN80TRP and BRP072A41 and AP27951.

Supports power on/off and operation mode switching. Humidity only supports acquisition.

The specifications for changing settings and turning the power on/off are not disclosed, so it is a rather elaborate implementation in which the current setting values are taken and some parameters are changed and sent. Although we have confirmed the operation for the time being, we cannot take responsibility for any problems, so please use it at your own risk when using it.

Use homebridge-daikin-aircon-outdoor to get the outdoor temperature.

This is a modified version of "homebridge-daikin-aircon" from haneco. For more information see https://www.npmjs.com/package/homebridge-daikin-aircon.

Install

npm install -g homebridge-daikin-aircon

Configuration

"accessories": [
    {
        "accessory": "DaikinAircon",
        "name": "Daikin Air Con",
        "host": "http://192.168.11.2"
    }
]
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.0.1

6 years ago