Replies: 1 comment 6 replies
-
@Nagskull I'm not sure here but if this happens it means your device is reporting the current value immediatly instead of reporting it when it reaches the position so nothing that could be handled by me :( BTW maybe @AlCalzone can say more about this |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have 9 Qubino modules (ZMNHCD1) to control venetian blinds. They are really difficult to use because their position and their inclination cannot be set simultaneously: you must set their position, wait until they have reached it, then set their inclination. The problem is that, when a position is set, zwavejs2mqtt immediately reports that it has been reached, i.e., it equates the currentValue with the targetValue without waiting a report from the module.
I am not the first one to experience this problem: https://community.home-assistant.io/t/z-wave-js-cover-state-feedback/298598
This seems to be an intented behavior: home-assistant/core#47950 (comment)
OptimisticValueUpdate make sense in the case of lights. For shutters or blinds with significant moving times, e.g., almost 60 seconds in the case of mine, it seems very wrong. Is there a workaround? Could it be possible to disable that option on a node by node basis (i.e., for shutter but not light modules)?
Feel free to tell me if this is not the right place to discuss this, or more details are needed. This is my first post on github
and I did my best! Thanks,
Beta Was this translation helpful? Give feedback.
All reactions