Unable to set values Aeotec Wallmote #3889
Unanswered
Robbie1983
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@AlCalzone, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am slowly moving from wired (self made mqtt based domitica) to zwave based commercial switches as the wife wants a more stylish looking switch assembly. However, I am struggling a little with the configuration of the different switches. For example a aeotec wallmote.
The wallmote is succesfully added and working, sending notifications and also the values are accessible for reading.
However, I am unable to set the configuration parameters both through CCapi or ValueApi.
For example the touch sound should be adjustable trough the "configuration" parameter=1.
however sending:
let Message = {
payload: {
mode: "CCAPI",
node: 5,
cc: "Configuration",
method: "set",
params: [1,0,1]
}
}
return Message
Will not set the touch sound to disable. Also the other configuration parameters seem not to be editable.
Any help is appreciated......
Beta Was this translation helpful? Give feedback.
All reactions