Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 769 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 769 Bytes

Daikin AGS AC Remote fro ESPHome

A external ESPHome climate component for Daikin AGS remote compatible Air Conditioners.

Installation

Short version:

Just follow instructions at https://esphome.io/components/external_components.

Or see example.

Longer version

  1. Load external component

Load external component by adding following code to your device config file:

external_components:
  - source:
      type: git
      url: https://github.com/atomicus/esphome-daikin-ags
    components: [daikin_ags]
  1. Setup climate controller

Define climate device by setting it as in example:

climate:
  - platform: daikin_ags
    name: "Living Room AC"