Somfy Connexoon, integration in OH3

Hello,
ich bought a Somfy Connexoon Bridge hoping that I can use OpenHAB later to controll my Somfy rollers and blinds.
The Connexoon was not new but I could register myself on the website of Somfy.
Unfortunately I cannot use the website www.tahomalink.com or to be more precise, the website does not accept my e-mail and password there although this is the e-mail and PW I used to register my Connexoon.
Do you have any hints for me?
Thank you in advance.
Wolfgang

You should try to reach Somfy support team via their forum. They are quite responsive.
Also, ensure that the app on your smartphone works fine.
For future reference, here’s my thing definition if this can help :

Bridge somfytahoma:bridge:api "_ Somfy Tahoma Bridge" @ "internet" [ 
         retryDelay=1000, 
         statusTimeout=300, 
         retries=10, 
         refresh=30,
         password="xxxxx", 
         cloudPortal="www.tahomalink.com", 
         email="xxx@xxx.xxx"
         ] {
      gateway        bridge   "Somfy Tahoma Connexoon"      @ "node0"         [ id="...." ]
      screen         dressing "Velux Dressing"              @ "dressing"      [ url="io://..." ]
}

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.