Skip to content

Missing commands for NICE Spa - IBT4ZWAVE - BusT4-Z-Wave interface #4804

Locked Answered by kpine
stomko11 asked this question in General
Discussion options

You must be logged in to vote

You could contact the manufacturer and ask how to do it.

If it's anything like normal window covers, you can use the Multilevel Switch Stop Level Change Command. All devices should support this command. There's a CC API method to do this, stopLevelChange.

If you're using the Value API, such as in zwavejs2mqtt or HA, either of these Up or Down values will send the stop command when you use an "Off" (false) value. If you don't have Up/Down, it could be something else like Close/Open.

If not stopLevelChange, then sometimes you have to set the multilevel targetValue based on the direction. If it's opening, send close (0), and if it's closing, send open (99).

Replies: 8 comments 40 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by AlCalzone
Comment options

You must be logged in to vote
4 replies
@AlCalzone
Comment options

@Loic691
Comment options

@AlCalzone
Comment options

@Loic691
Comment options

Comment options

You must be logged in to vote
34 replies
@arnog23
Comment options

@arnog23
Comment options

@arnog23
Comment options

@arnog23
Comment options

@arnog23
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AlCalzone
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AlCalzone
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet