Git Product home page Git Product logo

daikinskyport's Introduction

daikinskyport

API and Home Assistant component for accessing a Daikin One+ Smart Thermostat.

This is currently a work in progress but most functions are supported. Now welcoming feedback for features and bugs. This was mostly taken from the ecobee code and modified.

Installation

This component can be installed via the Home Assistant Community Store (HACS) or manually.

Install via HACS

HACS must be installed before following these steps.

  1. Log into your Home Assistant instance and open HACS via the sidebar on the left.
  2. In the HACS console, open Integrations.
  3. On the integrations page, select the "vertical dots" icon in the top-right corner, and select Custom respositories.
  4. Paste https://github.com/apetrycki/daikinskyport into the Add custom repository URL box and select Integration in the Category menu.
  5. Select Add.

Manual Install

A manual installation is more risky than installation via HACS. You must be familiar with how to SSH into Home Assistant and working in the Linux shell to perform these steps.

  1. Download or clone the component's repository by selecting the Code button on the component's GitHub page.
  2. If you downloaded the component as a zip file, extract the file.
  3. Copy the custom_components/daikinskyport folder from the repository to your Home Assistant custom_components folder. Once done, the full path to the component in Home Assistant should be /config/custom_components/daikinskyport. The __init__.py file (along with the rest of the files) should be directly in the daikinskyport folder.

Usage

In order for this component to talk with your thermostat, the thermostat must be registered with your online Daikin account. If you haven't already done so, follow the instructions for pairing with the mobile app in the Daikin documentation.

After pairing the thermostat and installing the component, activate the component by adding the lines below to the Home Assistant configuration.yaml. You can find instructions for editing this file in the Home Assistant documentation.

daikinskyport:
  email: <your email>
  password: <your password>

The email and password must be the same ones that you used when you created your account in the mobile app.

Indentation is important! The daikinskyport: line should be left-aligned with no leading whitespace and the email: and password: lines should be indented by two spaces.

Restart Home Assistant Core via the Home Assistant console by navigating to Supervisor in the sidebar on the left, selecting the System tab, and clicking Restart Core. A restart is necessary in order to load the component.

Once Core has restarted, navigate to Configuration in the sidebar, then Entities. Use the search box to search for the name of your thermostat. For example, search for main room (the name of your thermostat is shown on the touch screen). You should see a climate, weather, and a number of sensor entities.

NOTE: This component does not show up in the list of Home Assistant integrations.

daikinskyport's People

Contributors

apetrycki avatar knightjoel avatar notexpected avatar jf-navica avatar molohov avatar ufodone avatar xeqi avatar jcronq avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.