Giter Club home page Giter Club logo

python-clewareampel's Introduction

python-clewareampel

version Supported Python versions format downloads license

Control the Cleware USB Ampel (traffic lights) with Python.

In this version only one Ampel can be controlled. It was not tested what will happen when you have two Ampels plugged.

In code

from clewareampel import ClewareAmpel

with ClewareAmpel as ampel:
    ampel.green_only()

Have a look into example.py or just run it to see if your Ampel is working.

On the command line

usage: clewareampel.py [-h] [--all-on] [--off] [--red] [--red-on] [--red-off]
                       [--yellow] [--yellow-on] [--yellow-off] [--green]
                       [--green-on] [--green-off]

Cleware Ampel

optional arguments:
  -h, --help    show this help message and exit
  --all-on      Switch all lights on
  --off         Switch all lights off
  --red         Switch only red light on
  --red-on      Switch red light on
  --red-off     Switch red light off
  --yellow      Switch only yellow light on
  --yellow-on   Switch yellow light on
  --yellow-off  Switch yellow light off
  --green       Switch only green light on
  --green-on    Switch green light on
  --green-off   Switch green light off

To turn only the green light on, run

clewareampel --green

Why not add a yellow to the green?

clewareampel --yellow-on

udev

Copy 99-clewareampel.rules to /etc/udev/rules.d/ to allow this tool to use the USB device.

python-clewareampel's People

Contributors

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