Skip to content

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

Notifications You must be signed in to change notification settings

markuzzi/somfy_cul_integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, firmware details.

Installation

hacs badge

SOMFY RTS CUL Integration can be installed via HACS, or by manually copying the 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.

Configuration

CUL

Create the CUL hub by adding the following to your configuration.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.

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 github contributors last commit

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

This project uses the MIT Licence, for more details see the licence document.

Showing Your Appreciation

If you like this project, please give it a star on GitHub or consider becoming a Sponsor.