Git Product home page Git Product logo

kevo_plus's Introduction

Hass.io custom component - Kevo

hacs_badge

Update: As of 9 Sep 2019, pykevoplus:Kevo.GetLocks() can no longer pull lock ids due to CAPTCHA changes. This fork does NOT pull lock ids, but rather requires you to specify one specific lock via the lock_id attribute in order to connect a Kevo lock to Home Assistant.

What you need

Needed python module

The pykevocontrol module is automatically installed when first used of this custom component on Hass.io.

Kevo custom component setup

This component can be added by adding the GitHub repository URL into the HACS system.

Alternatively, you can copy these project files into your Home Assistant /config directory:

custom_components/Kevo/__init__.py
custom_components/Kevo/lock.py
custom_components/Kevo/manifest.json

Once installed, add this to your congifuration.yaml file:

# Locks controls
lock:
  - platform: kevo_plus
    email: KEVO_ACCOUNT_EMAIL         # Your Kevo account Email
    password: KEVO_ACCOUNT_PASSWORD   # Your Kevo account Password
    locks:
      - lock_id: KEVO_LOCK_ID             # Your Kevo lock id (obtained manually from kevo website*)
        max_retries: 3                    # Optionally set how many times it should try to initalise the lock
        retry_delay: 2                    # Optionally set the delay (in seconds) between each retry

* You can get the lock IDs manually by logging into mykevo.com, click Details for the lock, click Settings, the lock ID is on the right.

TODOs

  • handle multiple kevo locks with the same or different account credentials
  • set friendly name for devices

kevo_plus's People

Contributors

plmilord avatar davidlang42 avatar gaggle331 avatar cgs-mggingras 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.