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.
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.
Create the CUL hub by adding the following to your configuration.yaml
.
somfy_cul:
cul_path: /dev/ttyAMA0
baud_rate: 38400
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.
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
This project uses the MIT Licence, for more details see the licence document.
If you like this project, please give it a star on GitHub or consider becoming a Sponsor.