Somfy Blinds stop command Siri

Moderator: leecollings

Post Reply
nitro
Posts: 11
Joined: Sunday 27 October 2019 13:42
Target OS: -
Domoticz version:
Contact:

Somfy Blinds stop command Siri

Post by nitro »

Hello All,

Hopefully you can help me out. I have installed a Somfy blind and that is working well with Domoticz (followed this topic: viewtopic.php?f=44&t=2567&hilit=somfy).

Also i have Domoticz connected to Homebrige (siri). It is now possible to say "Hey Siri open the blinds (In dutch then), and the blinds will open.
If I say "Hey Siri close the blinds, the blind will go down. The only thing that is not working is when I say "Hey Siri, open the blinds 50% or Hey Siri stop the blinds (when the blinds is halfway) or Hey Siri Pause the blinds".

In Domoticz I see 3 commands: On / Off / Stop. But the Stop function is not working with Siri.

The stop function is working when I click on the "Stop button".
Blind.png
Blind.png (11.74 KiB) Viewed 2425 times
.

I hope you have a sollution for this problem, else if I want to open the blinds for a little bit I need to use the Telis 1 remote control and press the "My" button.

thank you.

Best regards,

Nitro
HvdW
Posts: 525
Joined: Sunday 01 November 2015 22:45
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Twente
Contact:

Re: Somfy Blinds stop command Siri

Post by HvdW »

Bump
Bugs bug me.
User avatar
erem
Posts: 230
Joined: Tuesday 27 March 2018 12:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: Amsterdam/netherlands
Contact:

Re: Somfy Blinds stop command Siri

Post by erem »

How did you connect Domoticz to Siri/apple home?
Homebridge with eDomotiz?
if homebridge, does homebridge show the stop button?
Regards,

Rob
User avatar
DewGew
Posts: 579
Joined: Thursday 21 April 2016 12:01
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.10618
Location: Sweden
Contact:

Re: Somfy Blinds stop command Siri

Post by DewGew »

Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
User avatar
erem
Posts: 230
Joined: Tuesday 27 March 2018 12:11
Target OS: Raspberry Pi / ODroid
Domoticz version: 2021.1
Location: Amsterdam/netherlands
Contact:

Re: Somfy Blinds stop command Siri

Post by erem »

i have no experience with that add-in, but it seems to support the stop button, and positioning if you use the advanced config.
What config did you use?
Does the stop/position button show up in homebridge accessories at all?
it should work from homebridge before Siri can operate it correctly
we know it works from domoticz, so the next step in the chain to check is homebridge.
Regards,

Rob
User avatar
DewGew
Posts: 579
Joined: Thursday 21 April 2016 12:01
Target OS: Raspberry Pi / ODroid
Domoticz version: V4.10618
Location: Sweden
Contact:

Re: Somfy Blinds stop command Siri

Post by DewGew »

If you use hombridge UI its simple.You just add domoticz json request for up/down/stop

Code: Select all

http://localhost:8080/json.htm?type=command&param=switchlight&idx=123&switchcmd=On
http://localhost:8080/json.htm?type=command&param=switchlight&idx=123&switchcmd=Off
http://localhost:8080/json.htm?type=command&param=switchlight&idx=123&switchcmd=Stop
You can also add time, then it works lika e percentage blind.
my config for one of my blinds look like this:

Code: Select all

"accessories": [
    {        
         "name": "Bedroom Blind",
         "up_url": "http://localhost:8080/json.htm?type=command&param=switchlight&idx=127&switchcmd=Off",
         "motion_up_time": 28000,
         "down_url": "http://localhost:8080/json.htm?type=command&param=switchlight&idx=127&switchcmd=On",
         "motion_down_time": 28000,
         "stop_url": "http://localhost:8080/json.htm?type=command&param=switchlight&idx=127&switchcmd=Stop",
         "show_stop_button": yes,
         "http_options": {
            "method": "GET"
         },
         "accessory": "BlindsHTTP"
     }
]
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
Hann1BaL
Posts: 23
Joined: Sunday 11 March 2018 15:37
Target OS: Raspberry Pi / ODroid
Domoticz version: 2022.2
Contact:

Re: Somfy Blinds stop command Siri

Post by Hann1BaL »

This topic is a good reference on how to make it work with the eDomoticz plugin in Homebridge

https://domoticz.com/forum/viewtopic.ph ... 73#p294473
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests