I need to create a flow where the blind of a door are toggled. So when they are up they must close, but when they are closed they must go up. This needs to be in 1 flow because it is triggered by a webhook.
What technology does the blind use?
For example RTS is a one way protocol so it won’t know if the blind is open or closed, even though the standard Homey capability provides the condition card.
Can it be that the status you are testing in the AND card is not the current fully down or fully up position, but the status of the motor: e.g. opening/closing/paused?
At least that is the way it works for my Aqara curtain driver. The status will most likely be paused as the motor is idle.
As an alternative to testing the status, you can test the current position value in the AND card. Position = 0 (fully closed) or 1 (fully opened). And use the outcome of that test to determine the action in the WHEN cards.
What percentage is displayed in the device tile when the roller blind is fully open? 0 or 100 %
With Fibaro Roller Shutter modules, it is possible to invert the electrical connections of the input and output.
For example, I use a Fibaro Walli RollerShutter for my awning. Because I connected and configured it incorrectly, the awning is displayed as open (100%) even though it is closed, and vice versa.
Are you sure that your blind is correct connected and configured?
I guess the problem has to do with the combination of the capabilities windowcoverings_set and windowcoverings_state. Athom itself points out in its SDK that both capabilities should not be used or implemented together, as this can lead to problems:
What Fibaro RS is it? Is it the RS2?
Because I checked the flow cards of the different Fibaro Roller Shutter modules in the App Store and found that both flow cards are still available for the RS2.
I therefore recommend contacting Athom support, even if they should already be aware of the error.