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". .
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
Somfy Blinds stop command Siri
Moderator: leecollings
- 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
How did you connect Domoticz to Siri/apple home?
Homebridge with eDomotiz?
if homebridge, does homebridge show the stop button?
Homebridge with eDomotiz?
if homebridge, does homebridge show the stop button?
Regards,
Rob
Rob
- 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
I use this https://github.com/dxdc/homebridge-blinds
Raspberry Pi 3 | domoticz | Aeon Labs Z-Stick GEN5 | RFlink gateway
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
- 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
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.
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
Rob
- 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
If you use hombridge UI its simple.You just add domoticz json request for up/down/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
http://localhost:8080/json.htm?type=command¶m=switchlight&idx=123&switchcmd=On
http://localhost:8080/json.htm?type=command¶m=switchlight&idx=123&switchcmd=Off
http://localhost:8080/json.htm?type=command¶m=switchlight&idx=123&switchcmd=Stop
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¶m=switchlight&idx=127&switchcmd=Off",
"motion_up_time": 28000,
"down_url": "http://localhost:8080/json.htm?type=command¶m=switchlight&idx=127&switchcmd=On",
"motion_down_time": 28000,
"stop_url": "http://localhost:8080/json.htm?type=command¶m=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
NanoPi NEO-air | REGO6XX interface | Machinon theme | Homebridge | Domoticz Google Assistant | ideAlarm
-
- 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
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
https://domoticz.com/forum/viewtopic.ph ... 73#p294473
Who is online
Users browsing this forum: No registered users and 0 guests