Julius2342 / pyvlx

PyVLX - controling VELUX windows with Python via KLF 200
GNU Lesser General Public License v3.0
74 stars 26 forks source link

Enable velocity parameter #342

Closed PhillyGilly closed 8 months ago

PhillyGilly commented 10 months ago

It isn't possible to control the speed of opening or closing devices even though this functionality exists in the KLF200 API. The facility to control velocity is important where windows and blinds are fitted in bedrooms when fast operation may be too noisy. The functions to get available velocities and set velocity are included in the Velux API v3.16 but not included in this interface. Available settings for velocity are shown here: image In practical terms it would be desirable to be able to pass a desired velocity to the API, check that the node can accept the command and then execute it, incorporating these calls into the open/close commands.

image