Skip to content

Roller Shade - Control not working #431

@kevin-chowmain

Description

@kevin-chowmain

Analysis

Sending the setPosition command to the roller shade is returning a success but the shade doesn't move.

Sending POST request to devices//commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}

Received response

{"statusCode":100,"body":{},"message":"success"}

Expected Behavior

Roller Shade moves to set position

Steps To Reproduce

Sending POST request to devices//commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}

Received response

{"statusCode":100,"body":{},"message":"success"}

Logs

Sending POST request to devices/<deviceId>/commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}

Received response

{"statusCode":100,"body":{},"message":"success"}

Configuration

Sending POST request to devices/<deviceId>/commands
{
"command" : "setPosition"
"parameter": 0-100 (tried both as string or numbers)
"commandType": "command"
}

Received response

{"statusCode":100,"body":{},"message":"success"}

Environment

  • OS:
  • Software:
  • Node:
  • npm:

Additional Context

No response

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions