-
Notifications
You must be signed in to change notification settings - Fork 11
How to create an Somfy Open API app?
Nicolas Nunge edited this page May 16, 2022
·
4 revisions
Note: This guide only applies for v2.x.
This guide will help you create the required app on the Somfy Open API portal.
- Please connect to the Developer Portal located at https://developer.somfy.com/ using your regular Somfy/Tahoma account.
- Once logged in, reach the "My Apps" section (located under "Account" > "My Apps") and hit the "+ Add New App" button
- Fill in the form with the following information:
- App name: provide a name for your app, this has no impact on the final behavior of node-red, but you should name it something explicit.
-
Callback URL: enter the URL of your node-red installation, followed by the path
/somfy/callback
(e.g. if installed locally: http://127.0.0.1:1880/somfy/callback). - App description: provide a quick description of your app.
- You will be redirected to the "My Apps" page. After 15-20 minutes, you will be able to expand the app you just created.
- Copy and paste the Consumer Key and Consumer Secret information to your node-red installation.