Skip to content

Daikin AGS Climate component for ESP Home

Notifications You must be signed in to change notification settings

atomicus/esphome-daikin-ags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Daikin AGS Climate component for ESP Home

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published