https://github.com/advait/py-somfy-mylink
Python bindings for the Somfy MyLink Synergy API
https://github.com/advait/py-somfy-mylink
api api-client mylink python python3 somfy synergy
Last synced: 7 months ago
JSON representation
Python bindings for the Somfy MyLink Synergy API
- Host: GitHub
- URL: https://github.com/advait/py-somfy-mylink
- Owner: advait
- License: mit
- Created: 2018-10-18T03:15:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T20:34:43.000Z (almost 7 years ago)
- Last Synced: 2025-03-20T06:49:54.155Z (7 months ago)
- Topics: api, api-client, mylink, python, python3, somfy, synergy
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
somfy-mylink
============TCP API bindings for the [Somfy MyLink Synergy API](https://www.somfysystems.com/somfy-synergy-api).
## Usage
```python
from somfy_mylink import SomfyMyLinksomfy = 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:
