You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Use the Dresden Elektronik deCONZ Binding
Connect the Zigbee Actor with the Phoscon App as a light
Add the Zigbee Actor in Openhab as a thing and add it to the model
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
The text was updated successfully, but these errors were encountered:
dza1
added
the
bug
An unexpected problem or unintended behavior of an add-on
label
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 interfaceand 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 APIThe 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)
Context
I want to close the roller-shutter and stop the movement at any time with Openhab.
Your Environment
The text was updated successfully, but these errors were encountered: