Giter VIP home page Giter VIP logo

enocean_custom's Introduction

EnOcean Customer

hacs_badge

Custom EnOcean integration for Home Assistant, fork of the official integration.

โš ๏ธ This integration is not maintained anymore because I moved out.

Configuration

enocean_custom:
  device: /dev/ttyUSB0
cover: 
  - platform: enocean_custom
    id: [0x00,0x01,0x02,0x03]
    name: window1
  - platform: enocean_custom
    id: [0x00,0x01,0x02,0x04]
    name: window2
  - platform: group
    name: All covers
    entities:
        - cover.window1
        - cover.window2

Teach-in

To communicate with your devices, your dongle must be registred into your device as enabled to send messages. To do so, enable Universal Teach-In on the integration (see the gif below), and set your device into "pairing mode" or something like that (for my devices, I just had to press 3 times on PRESS button). Don't forget to turn Universal Teach-In off.

Universal Teach-in

Tested devices

FAQ

  • Why a custom integration? Because the official integration do not handle covers and universal teach-in is always on.
  • Why should I turn universal teach-in to off? If you live in a residence like I used to live, with every flat around equipped with EnOcean devices, you would appreciate to have only your devices managed by your dongle.
  • Why lights are not handled? I didn't take the time to finish lights handling. The library used for enocean, kipe/enocean, does not handle status message for lights and seams to be dead, so I had to send manually generated message to the light to get their status, and with the perspective of moving out, it was an effort I would do.
    • Limitations? Sometimes, the messages are not received by the devices (like covers), I think it's a limitation of enocean. To do it well, I should check if a status message is received after sending the message, and retry if no message is received. But it doesn't happen often, so, for now it was OK.

Links

enocean_custom's People

Contributors

bemble avatar sylvainar 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.