-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
cannot set value to shutter #6416
Comments
@zeev-mindali YOu should use targetValue to control the state |
i using targetValue, as i mantion, i can send true/false, and the shutter goes up and down. northing happend |
my topic is : json: |
I mean:
Isn't there on ui a target value for CC 38? |
my mistake, i did use :zwave/sallon/shutter/38/0/targetValue/set |
Please make a driver log, loglevel @AlCalzone any clue? |
on it, moving to docker and sending logs |
Is there a Window Covering CC in the list? If so, use that. |
does the problem related to the issue unkown product? |
As asked before, please share the driver log of the interview. Just screenshots don't help diagnose this. |
can you please send the link for how to active the driver log? |
The device claims it doesn't support Multilevel Switch CC when queried for the CC version. We can override that in a config file, but we currently don't have any for the device - which is also why it wasn't identifying with a label at first. Where do you have your config file from? |
i got the config file from your github: and the information from : but the config file, the configuration paramter are wrong. how can i override the multilevel switch? |
this my config file for mh-c521/mh-c621 that is working: but still i need to override the multilevel to writeable |
You'll have to add it via a compat flag: https://zwave-js.github.io/node-zwave-js/#/config-files/file-format?id=commandclassesadd |
sorry for the question, i checked the link, didn't understand what to do :( |
yeeessssssss, made it to work :) |
Reopening so we can add the file on our end |
fixed by #6419 |
Dear All,
i have a shutter from MCOHOME
i can control the binary switch by the control panel
and sending mqtt command 37 , true false, which is working
but i can not control the value from the ui:
and any attempt to send also value is not effecting the shutter.
The text was updated successfully, but these errors were encountered: