GitHunt
AD

advait/py-somfy-mylink

Python bindings for the Somfy MyLink Synergy API

somfy-mylink

TCP API bindings for the Somfy MyLink Synergy API.

Usage

from somfy_mylink import SomfyMyLink

somfy = SomfyMyLink('yoursystemid', '192.168.86.31')
cover = somfy.target('CC104FA2.1')

# Async open the shade
await cover.up()

# Async close the shade
await cover.down()

# Async stop the shade motion
await cover.stop()

System ID and Target IDs

The System ID and Target IDs can be found in the "Integration Report" in your Somfy MyLink app:
Screenshot

Languages

Python93.0%Makefile7.0%

Contributors

MIT License
Created October 18, 2018
Updated July 22, 2022
advait/py-somfy-mylink | GitHunt