Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markuzzi/hacs_somfy_cul

Home Assistant integration framework to connect a CUL wireless transceiver to control SOMFY covers.
https://github.com/markuzzi/hacs_somfy_cul

busware cover cul home-assistant home-assistant-integration homeassistant rollo rts scc shade shutter somfy

Last synced: 19 days ago
JSON representation

Home Assistant integration framework to connect a CUL wireless transceiver to control SOMFY covers.

Awesome Lists containing this project

README

        

# SOMFY RTS CUL

This software package provides a homeasstant integration to connect a CUL wireless transceiver to control SOMFY shades.

Further information about the CUL: [Product page](http://busware.de/tiki-index.php?page=CUL), [firmware details](http://culfw.de/).

# Installation

![hacs badge](https://img.shields.io/badge/HACS-Default-orange)

SOMFY RTS CUL Integration can be installed via [HACS](https://hacs.xyz/), or by manually copying the [`somfy_cul`](https://github.com/markuzzi/hacs_somfy_cul) directory to Home Assistant's `config/custom_components/` directory.

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=markuzzi&repository=hacs_somfy_cul)

## Configuration

### CUL

Create the CUL hub by adding the following to your `configuration.yaml`.

```yaml
somfy_cul:
cul_path: /dev/ttyAMA0
baud_rate: 38400
```

### Covers / Shades

Add the following to your `configuration.yaml`. If you have multiplt covers, you need to add multiple items.

```yaml
cover:
- platform: somfy_cul
name: "Bad"
address: "ABCD"
up_time: 16
down_time: 13
```

Once created, the integration will create a file name `somfy_cover_state.yaml` in your `config` directory. In this file you can manipulate the `enc_keys` and the `rolling_codes` of the covers.

# Contributing To The Project

![python badge](https://img.shields.io/badge/Made%20with-Python-orange)
![github contributors](https://img.shields.io/github/contributors/markuzzi/hacs_somfy_cul?color=orange)
![last commit](https://img.shields.io/github/last-commit/markuzzi/hacs_somfy_cul?color=orange)

There are several ways of contributing to this project, they include:

- Updating or improving the features
- Updating or improving the documentation
- Helping answer/fix any issues raised

# Licence

![github licence](https://img.shields.io/badge/Licence-MIT-orange)

This project uses the MIT Licence, for more details see the [licence](/doc/licence.md) document.

# Showing Your Appreciation

If you like this project, please give it a star on [GitHub](https://github.com/markuzzi/hacs_somfy_cul) or consider becoming a [Sponsor](https://github.com/sponsors/markuzzi).