yenoiwesa / homebridge-connexoon

A homebridge plugin to integrate Somfy blinds with the Connexoon RTS hub
Apache License 2.0
26 stars 2 forks source link

Open/my/close issue #54

Closed fcXesco closed 2 years ago

fcXesco commented 2 years ago

Hi! Thanks in advance for this plugin! My issue is that I can only wholly open or close my awnings. In homekit, I get this slider

image

but it does not allow to stop the awning in the middle. I have tried to use the commands configuration but it seems does not work

"3": { "commands": [ "close", "my", "open" ] }

yenoiwesa commented 2 years ago

This list of commands is the default so you can completely remove that block, it does nothing.

I assume you just haven't set your my position on the blind.

fcXesco commented 2 years ago

(commands out). Hi again (you were right, I had not set 'my' before). Now I have set 'my' button, so if I place the slicer in the middle, it works like the 1st press in 'my' button, placing the awning in a specific position, but it does not work as a 'stop' button as it does in the remote control (which is my goal). Could it be possible to replace the slicer in home app with something else similar to the remote control (does it exist)? image

yenoiwesa commented 2 years ago

Hi @fcXesco, there is no mapping in HomeKit to stop blinds since blinds are supposed to go to a given position, but the RTS protocol is a one way protocol and thus the remote (the Connexoon) cannot know at what position the blind is.

I have had requests to implement separate stop buttons as switches in HomeKit in the past, but I have closed them since I don't feel this belongs in the plugin. I do not intend to implement such feature.

Hope that answers your question!

Cheers.

fcXesco commented 2 years ago

It would just add a similar button you see in the following image (which belongs to my fan), which allows stopping the awnings anytime. image There is no need to know what position the awning is. What I am looking for is to stop it anytime. I am sure this button also responds to other requests you have had in the past! I hope you would intend to implement it. Many thanks in any case for your time! Regards from Barcelona

jdebardi commented 2 years ago

The problem is Apple decide that interface! So go and ask Apple.

yenoiwesa commented 2 years ago

Yeah @jdebardi said it. A window covering service cannot have a stop button in HomeKit. This is just not how it works.

fcXesco commented 2 years ago

Understood :-( thanks everybody!