Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deconz] stop a roller-shutter movement not working #12703

Closed
dza1 opened this issue May 8, 2022 · 0 comments · Fixed by #14622
Closed

[deconz] stop a roller-shutter movement not working #12703

dza1 opened this issue May 8, 2022 · 0 comments · Fixed by #14622
Labels
bug An unexpected problem or unintended behavior of an add-on

Comments

@dza1
Copy link
Contributor

dza1 commented May 8, 2022

Expected Behavior

When I press the stop button in Openhab (X between the up and down arrow), the roller-shutter should stop

Current Behavior

When I press the stop button in Openhab, a {"on":true} command is sent via the REST interface
and the roller shutter goes down. It doesn't matter, if I use the app or
a browser on a PC, it is the same behavior. The up and down arrows are working.

Possible Solution

send {"stop":true} via the REST interface to deCONZ API
The command curl -X PUT -H "Content-Type: application/json" -d '{"stop":true}' http://127.0.0.1:8081/api/0329328FCF/lights/2/state stops the rollershutter.
(deCONZ listen on Port 8081)

Steps to Reproduce (for Bugs)

  1. Use the Dresden Elektronik deCONZ Binding
  2. Connect the Zigbee Actor with the Phoscon App as a light
  3. Add the Zigbee Actor in Openhab as a thing and add it to the model
  4. Try to stop a movement with the stop button

Context

I want to close the roller-shutter and stop the movement at any time with Openhab.

Your Environment

  • Raspberry PI 3 with ConBee 2 Stick
  • Nexentro Zigbee Blinds Actuator Mini
  • openHAB 3.2.0 Release Build
  • Dresden Elektronik deCONZ Binding v3.2.0
  • Java: openjdk 11.0.14 2022-01-18
@dza1 dza1 added the bug An unexpected problem or unintended behavior of an add-on label May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An unexpected problem or unintended behavior of an add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant