Skip to content

How to create an Somfy Open API app?

Nicolas Nunge edited this page Mar 6, 2020 · 4 revisions

This guide will help you create the required app on the Somfy Open API portal.

  1. Please connect to the Developer Portal located at https://developer.somfy.com/ using your regular Somfy/Tahoma account.
  2. Once logged in, reach the "My Apps" section (located under "Account" > "My Apps") and hit the "+ Add New App" button
  3. 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.
  4. You will be redirected to the "My Apps" page. After 15-20 minutes, you will be able to expand the app you just created.
  5. Copy and paste the Consumer Key and Consumer Secret information to your node-red installation.
Clone this wiki locally