GithubHelp home page GithubHelp logo

pi_homeeasy's Introduction

pi_homeeasy

This is a Python port of piHomeEasy. It lets you use a Raspberry Pi with a low-cost 433 MHz transmitter to send on/off control codes to RF-controlled power outlets that use the HomeEasy self-learning protocol.

Compatible devices have been sold in Europe under the following brands:

  • Bye Bye Standby / Domia Lite (UK)
  • Chacon (Belgium)
  • Düwi (Germany)
  • HomeEasy / Byron / Smartwares (Netherlands)
  • Intertechno (Austria)
  • KlikAanKlikUit (Netherlands)
  • Anslut / Proove / Nexa / Telldus (Sweden)
  • etc.

This package is designed to work with Home Assistant. See homeassistant/README.md for info.

Protocol

Wiring

Raspberry Pi 433 MHz transmitter module
5V Power VCC
Ground GND
GPIO/BCM 17 DATA

For diagrams, see https://pinout.xyz/ and https://tutorials-raspberrypi.com/control-raspberry-pi-wireless-sockets-433mhz-tutorial/. (The square module is the 433 MHz transmitter; the rectangular module is the 433 MHz receiver, not used here.)

Installation

$ pip install pi-homeeasy

Usage

Command Line

Run pi-homeeasy -h for usage help.

Example:

$ pi-homeeasy 12345678 1 on

Python API

Example:

$ python
>>> import pi_homeeasy
>>> pi_homeeasy.send(12345678, 1, True, 17)

pi_homeeasy's People

Contributors

jrc avatar

Watchers

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