Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Apr 5, 2020
1 parent af40545 commit 3e9959b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Using Centronic USB Stick to control Becker Shutter CC31/CC51

[TECHNICAL NOTES](TECHNICAL.md) | [CHANGELOG](CHANGELOG.md)

This project is used to automate "Becker Antriebe" shutter also known as CC31 or CC51 using the Centronic Stick V2

[![Donations Badge](https://yourdonation.rocks/images/badge.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TDSRUDJ9EL98J&source=url)

This project automates "Becker Antriebe" shutter also known as CC31/CC51 using the Centronic USB Stick V2

```
./centronic-stick.py [-hlst] [--checksum <code>] [--device <device>] [--send <UP|UP2|DOWN|DOWN2|HALT|TRAIN|REMOVE> --channel <[unit:]channel>]
Expand Down Expand Up @@ -39,8 +35,9 @@ For those who are familar with the installation routine, the following steps are

### PROGRAM RECEIVER

To make recievers listening to the USB Stick, the "master sender" is required to add a new sender.
The "master sender" can either be the wall-mounted transmitter or a remote.
To make recievers listening to the Centronic USB Stick, the "master sender" is required to add additional senders. The "master sender" can either be the wall-mounted transmitter or a remote.

To program another sender, please follow the beliw instruction

**1) Press and hold the programming button on the MASTER SENDER for ~3 seconds**
The receiver should confirm with a single "Klack" noise
Expand All @@ -58,8 +55,9 @@ Repeat the steps for all the receivers using different channels (E.g. `--channel

### ADD MORE CHANNELS

By default the `--channel` argument relays on a single unit for a maximum of **7 channels**.
If more channels are required, the `--channel` argument can be used to choose different units (max 3)
By default the `--channel` argument uses the first known unit (registered in the database file) for a maximum of **7 channels**.

If more channels are required, the `--channel` argument can be used to choose different units (maximum 5)

Example:

Expand Down Expand Up @@ -147,4 +145,6 @@ code increment configured last run
Since this script requires to store the incremental numbers for any unit being configured, the database file `centronic-stick.db` is used.
It might be necessary to manually change or increase the number to match with the receiver.

Use the argument `--mod "<code>:<increment>:<configured>"` (CAREFULLY) to set the unit properties
Use the argument `--mod "<code>:<increment>:<configured>"` (CAREFULLY) to set the unit properties

Further technical details can be found in the [TECHNICAL.md](TECHNICAL.md) document

0 comments on commit 3e9959b

Please sign in to comment.