Closed christianbalz closed 8 months ago
Hi @christianbalz,
While the capability to command Alexa to stop would be a welcomed addition, it doesn't seem to possible with the functionality provided by the RangeController interface. This interface is used to control devices such as blinds and curtains. If you possess any insights on how to incorporate a stop feature within a smart home skill, I would greatly appreciate any guidance you can provide.
@csuermann @christianbalz
perhaps adding a powerController interface to the endpoint template would be an idea.
some logic could sit in node-red to cut power to the blinds or send a position adjustment to the then current location of the blind.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
Hello, I'm revisiting the previously reported issue where the "stop" command for the curtains via Alexa was mistakenly interpreted as a closing command. I would like to know if there have been any progress or updates in recent versions that now allow proper support for the "stop" command. Thank you in advance for your attention and for the continued development of this component.
Hi @christianbalz! Unfortunately no progress was made on this issue. Unless Amazon adds official support to the Alexa API for stopping curtains / blinds etc. I'm not sure how VSH could fix this.
Hello, I'm revisiting the previously reported issue where the "stop" command for the curtains via Alexa was mistakenly interpreted as a closing command. I would like to know if there have been any progress or updates in recent versions that now allow proper support for the "stop" command. Thank you in advance for your attention and for the continued development of this component.
@christianbalz there are ways to make this work with vsh. The easiest is to add an onoff virtual device and link the off state (in node red) to the stop command of your ZigBee window covering node. The Alexa utterances would reference the name of that onoff device. So it would be open the curtains and then maybe stop the motor.
As an alternative the matter protocol supports stopMotion and I have built synthetic matter window covering devices in node red that function with Alexa and other ecosystems. I have not tried the stopMotion command and as @csuermann says, if Amazon have not augmented their NLP to include this utterance then you're stuck with the UI or a workaround
Describe the bug When asking Alexa to open and close the curtain, everything works fine. However, when requesting to "stop" the curtain, it is the closing command that is mistakenly executed.
To Reproduce Steps to reproduce the behavior:
Expected behavior It is expected that the curtain stops when requested through Alexa.
Screenshots
Environment (please complete the following information):
Additional context
I have some Sonoff Dual R3 devices, and I can simulate the commands to open, close, and stop with Alexa.
I am using a Zigbee + RF curtain switch module Moes MS-108ZR, which is designed to support three states: open, close, and stop.