homebridge-daiken-ir-controllerdeprecated

A HomeBridge module to emulate a ARC452A4 Daikin IR Remote Control

Usage no npm install needed!

<script type="module">
  import homebridgeDaikenIrController from 'https://cdn.skypack.dev/homebridge-daiken-ir-controller';
</script>

README

Daikin IR Controller - ARC452A4

Setup

Requires the oznu/daikin-ir-controller server running on a RaspberryPi or similar.

Install

npm install -g homebridge-daiken-ir-controller

Configuration

"accessories": [
    {
        "accessory": "Daikin Thermostat",
        "name": "Thermostat",
        "controller": "http://localhost:3003"
    }
],

The controller should be pointed to the host running the oznu/daikin-ir-controller