Solution Somfy io control

Problem:
My Somfy window blinds are not operating from sun or temperature.

Somfy uses 2 protocols to control their products.

  1. Somfy RTS which can be controlled from Homey directly with the Somfy app
  2. Somfy io which can only be controlled with use of the Somfy TaHoma Box through a different app from Homey.

But I only wanted to control 1 window blind in my appartement which is Somfy io controlled by a remote control. The Somfy TaHoma Box is expensive if you only use it for 1 device.

Solution:
Somfy has a remote to control io deices from a fixed switch: Izymo Transmitter io
What I did is connect this switch to a double relay switch which is controlled by Z-wave or Zigbee. This way you can use these Z-wave or Zigbee switches to control a Somfy io device. Make sure Homey is ether switching on the up OR the down switch and it works like a charm.

Made some flows to connect the blinds to the weather conditions and my apartment is not as hot anymore when I arrive in the afternoon.

3 Likes

This is only half true, the other option is Connexoon IO (approx 130 euro), for which there is a Homey app too. So for one IO motor this is true, but the ridiculous high price of Somfy remotes plus the additional cost of making them Homey operable will mean that adding more IO appliances will very soon topple towards Connexoon IO as the cheapest option.

1 Like

I’m about to go for Somfy for 4 outdoor screens. So Altus RTS is the safe bet?

I guess IO is more “simple” as a separate system, but maybe RTS is better for simplicity regarding own automation?

IO is a two way communication so the screes will report back their position. RTS is one way so you send a command and hope for the best.
I would personally always go for IO over RTS but you do then need a Somfy Tahoma or Connexoon to control it.
In theory Homey will support direct connection via RTS but I found it was unreliable in my situation so I now control my RTS curtains and blinds via Tahoma.

Note, I have RTS because a) I didn’t know better at the time and b) IO is hard to find for curtains and blinds in the UK.

OK, I guess IO makes sense. I think I’ll make sure everything in my new house is “self sustained” but controllable by Homey. It makes sense IMHO so when Homey loses network etc, I won’t have a problem opening the blinds with a remote if I want to.

Personally I ended up with buying a TaHoma box to control my four exterior blinds with Homey. They work great, but I’m having problems with lack of commands.

For instance, I want to add a flow where: WHEN windowState changes to “Open” AND [somfy screen is moving] THEN [stop somfy screens].

Currently I am only able to control basic up/down movements and tie these with input from controllers. Anyone who has any experience with making more advanced flows with somfy over TaHoma who’d like to share?

Do you mean the blinds are moved outside of Homey?

If so then there are restrictions imposed by Somfy that make that requirement impossible. First is the polling rate of 30 seconds, which means the blinds have possible completed their travel before Homey even detects the movement. Second is the point at which “Open” is notified because that state is only reported when the blind is at a certain position, determined by Somfy.
I could possibly improve the second problem by triggering a flow when Homey detects that an “Open” command is sent by Tahoma, but that is still restricted by the 30 second polling.
Also you don’t mention if your blinds are RTS or IO. RTS only supports “Open”, “Close”, “Stop” and “My”, whereas IO also support a percentage position. Also with RTS, if you use a remote control to move the blind, even Tahoma is not aware of the command, as the remote is paired directly to the blind and there is no feedback.

So, I can add a WHEN card for “A command has started” that would be triggered whenever Homey detects a command from Tahoma, but as mentioned that could be up to 30 seconds after it has been sent to the blinds. I can also add a AND card for “Is Moving” with the same restrictions.

Both Athom and I have been requesting that Somfy provide a webhook interface instead of polling. This would reduce the load on both Homey and the Somfy servers, plus provide a more responsive system. Unfortunately, the requests have fallen on deaf ears.

Hi, thanks for the prompt reply and explanation! And sorry for being vague: I’m using IO, controlling via Homey (tahoma box only used fo connecting the blinds to homey).

Makes sense with respect to the 30 sec polling restriction that we cannot poll status immediately when, for instance, a window is opened (such as in my case where I want to stop the blinds immediately if someone opens the window while the blinds are moving).

Is there a way to add a stop command as an action? Ie: WHEN windowMotion is detected [AND blinds are moving] THEN stop blinds ?

oh, and huge thanks for the app @Adrian_Rockall ! The existence of this app was the determining factor when considering to buy a Homey. Much appreciated.

I think you can use the Set State action and set it to idle to stop the blinds. Unfortunately, I don’t have any IO blinds to try it.

Djeez, I’m embarrassed to say you’re right - it was that easy. I had simply thought that setting a “state” was like setting a value to a variable (state = up/idle/down) and not a command to execute movement (like setting a position). It works like a charm, thanks!

1 Like

It probably makes more sense if you think of it as setting the state of the blind.

1 Like

Dear Adrian @Adrian_Rockall,

I have downloaded the Somfy TaHoma app for Homey. I have managed to add the awning ( Somfy Sunea 50 IO) to the app. However when I’m trying to add the screens (Somfy Sunilus 50 IO and Somfy Maestria 50 IO) it cannot seem to find it. I tried every option in the app, from blinds till Verticale zonwering). I’m using the connectivity kit, this works the same as the tahoma. Because in the official Somfy app it works perfectly.

The options of Screens is not in the app. Please can you help me? Here is the diagnostic report: 8cdfc46b-2fab-4d77-ba5e-16c5c1f800da

Thnx in advance,

EvH

Unfortunately, the diagnostic log doesn’t provide the information I need. Could you follow the guide in this topic [APP][Pro] Somfy Tahoma & Connexoon (v3.0.30, test v3.0.33)

That will provide me with the device properties that I need to add to the app.

I have sent it. I hope you can work with this;) thnx

@Adrian_Rockall I tried something again this morning and it works, however I had to add a Velux blind, I don’t know why but it works.

1 Like

Is there any difference with Switch when it comes to polling/webhooks?

Man I’m tired of the “polling method” versus actually giving people a useful API.

Edit: I guess not. But enough people seem to be asking;

https://developer.somfy.com/faq-page

(Second to last)

But at least they’re improving (hopefully) for developers with their local API;

https://developer.somfy.com/

As you have deduced, there is no difference, polling is always used. I have been asking for Webhooks for a long time, but never had any reply.
I have asked again on the new local API github issues section and it hasn’t been rejected. Maybe you can add a vote on there as well to add more weight to the request.

Polling on the cloud is limited to once every 30 seconds but there is no limit on the local API so I have chosen 3 seconds as that gives a good response speed without overloading the hub or Homey.
Although the system uses polling, it polls for events generated by changes rather than the state of every device, so it is quite efficient.

1 Like

I moved out of the appartment I was using this in. So this unit of controller connected to Fibaro double switch is for sale.
If anybody is interested in this, please contact me DM.