Overkiz API and Somfy API

How did you install the integration? I am not sure how 2021 GitHub, Inc. could end up in your files… Did you manually copy some files from GitHub?

If you don’t want to use HACS, easiest is to download the latest release as zip file from Releases · iMicknl/ha-tahoma (github.com). Extract the zip file and place the tahoma folder in your custom_components folder.

1 Like

Seems like downloading the files with “save target as” was not the best idea :slight_smile:
Unsing the files in the ZIP folder you shared the link for fixed the issue and now it is working perfectly! Many thanks for your support!

Great to hear! If anything is not working correctly, feel free to let us know via GitHub Issues.

Wonder if anyone can help. I’ve got a Connexoon RTS which controls my garage door, but the Somfy integration doesn’t pick up the door (picks up the hub). I’ve tried installing the Tahoma integration (via HACS) which says can work with the Connexoon hub, but there is noway I can get a Tahoma login!

Can you only get a Tahoma login if you have a Tahoma hub ?? Otherwise any other options to get the garage door picked up by Home Assistant ?

Did you select “Connexoon” as hub, when configuring the integration?

Yes and it then asks for my Tahoma login (I’ve tried my Somfy login but doesn’t accept nor on Tahoma website). I am not sure whether I need a separate Tahoma login / registration - but when I setup the Connexoon hub Somfy doesn’t allow me to.

Error message I get is as follows, but I suspect that is just because my login is not a Tahoma login but a Somfy login ?

[%key:common::config_flow::error::invalid_auth%]

Strange because if I login into Somfy account it says Tahoma is connected on the Connexoon hub.

1 Like

Ok so I’ve done a bit more searching so now I understand you can only login into tahomalink if you have a Tahoma box. Unfortunately though I still cannot setup the Tahoma integration, it fails at login selecting Connexoon RTS as the hub.

Did you figure this out ? I have same problem.

I’m having the same problem as @jonasjeeliasson and I’m seeing the same auth error mentioned by @degreecy if I auth through home assistant.

I cannot login to tahomalink with my somfy credentials, and when I test the somfy open API nothing shows up for my sites. I do seem to get my tahoma hub automatically detected by the Somfy integration (not yours?) but it does not list any of my blinds attached.

This has been this way for a while for me, I was hoping the new API updates would have changed that.

I used the developer contact form on the open Somfy API page to ask them why I do not see my sites on their open Api and hope to use any response I can get from them to understand the connection with tahomalink better with current hardware.

Which hub do you have?

Have you tried the ha-tahoma integration + selecting Somfy TaHoma hub and or Connexoon RTS in the configuration? @degreecy’s problem has been solved after he chose the Somfy TaHoma hub.

I have tried both the official HA integration and your custom one, neither work for me.

Trying to select Somfy Tahoma (which is my bridge) and my app login credentials (I cannot login to tahomalink.com)


The official API does not work in all the countries, for instance Australia. Where are you from?

I’m in San Francisco, so I’m hoping the North America API works. I’m now wondering if it’s due to the + character in my email. Does anyone know where I can go to change my login email? I can’t login to tahomalink.com and somfy-connect.com just redirects me there.

Hello All,

Sorry I am new to Home Assistant and home automation, I am looking to purchase the Somfy Home Security Alarm and Somfy Blinds, do they integrate easily into Home Assistant?

Thanks You

Hi,
Welcome to the community!
So far, I dont think the security system works well with HA…
Sorry…

I had the same error using the custom component, but as helpfully guided by Mick when I selected the Tahoma Hub rather than the Connexoon RTS (which I have) it worked - despite me not being able to login into Tahoma website. I did one additional thing which I don’t think is connected but I removed the Somfy integration and re-started.

Downside is now that whilst I can control open and close on my Rollixo RTS garage door, HA does not know the status of the door - but suspect this is a limitation of the Connexoon ?

RTS is a stateless protocol. It means Somfy does not return the state open our close fromage your garage door.

Hi all. I have then integration in my HA installation :

The official card is working :slight_smile:

But i don’t understand how to trigger my alarm on or off manually ( ie in automation for example )

Tried a lot of “alarm_control_panel.link” call service, but without succes.

Any help would be apprecied !

EDIT : ok got it, with the help of the assistant i had understand something strange, it’s work only with the id and not the name :

alarm_on:
  alias: "Alarm ON"
  sequence:
    - service: alarm_control_panel.alarm_arm_away
      target:
       device_id: 5b7caf28407263d7...

that being the case, protocol being stateless, there is the My button, which in my config is configured for 2 cover vertical lamel screens. Isn’t the My button config readable from the Tahoma Box either? Is must be stored somewhere, how else could it be known to the setup itself?

Other than open/close, can we at all command these from within HA? A percentage wont do any good I suppose, since position isnt available. Maybe there are ‘timing’ hacks or other ways?

I did make a cover group, which shows open/closed, but that is assumed, so never sure …

What do you mean readable? The My button works by just calling stop when the blind isnt moving.