You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should distinguish between devices that do fast and device that do slow transitions and only do optimistic updates for fast ones.
This way, UIs could give immediate feedback about the state of lights but it would still be possible to wait for the slower ones like roller shutters.
Fast would be:
Lights without a specified transition time
Lights with a short transition time (< 5s for example)
Binary switches, etc.
Slow would be:
Motor control
Window Covering
The text was updated successfully, but these errors were encountered:
Is there any chance that this change will be implemented in the foreseeable future? I have experimented with workarounds based on the predicted transition time, but they lead to erratic or much less responsive behaviors.
This change could be made easier, I guess, by simply letting users deactivate optimistic value updates manually, on a node-by-node or node-types basis. This way, there would be no need to update existing devices configuration files to specify whether they are slow or fast.
We should distinguish between devices that do fast and device that do slow transitions and only do optimistic updates for fast ones.
This way, UIs could give immediate feedback about the state of lights but it would still be possible to wait for the slower ones like roller shutters.
Fast would be:
Slow would be:
The text was updated successfully, but these errors were encountered: