pyvlx icon indicating copy to clipboard operation
pyvlx copied to clipboard

PyVLX - controling VELUX windows with Python via KLF 200

Results 40 pyvlx issues
Sort by recently updated
recently updated
newest added

This PR pushes after_update calls every second while covers are moving. This PR is the prefered way over PR in HA #106684 https://github.com/home-assistant/core/pull/106684

This adds support for setting limitations to opening devices (not only Windows). The idea is to use that in combination with a Door/Window Opening sensor to prevent the roller shutters...

Shouldn't LOOP = asyncio.get_event_loop() e.g. in pyvlx-master\examples be changed to something along the lines of https://github.com/fastapi-users/fastapi-users-db-beanie/pull/4/files to avoid the "DeprecationWarning: There is no current event loop" ?

I am using the KLF200 with several VELUX blinds and a Somfy motor. The Somfy motor is reported as a node with type 4 and subtype 1. But according to...

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. Changelog Sourced from pytest-cov's changelog. 6.0.0 (2024-10-29) Updated various documentation inaccuracies, especially on subprocess handling. Changed fail under checks to use the precision set...

dependencies
python

Bumps [setuptools](https://github.com/pypa/setuptools) from 75.2.0 to 75.3.0. Changelog Sourced from setuptools's changelog. v75.3.0 Features Allowed using dict as an ordered type in setuptools.dist.check_requirements -- by :user:Avasam (#4575) Bugfixes Ensured methods in...

dependencies
python

Bumps [zeroconf](https://github.com/python-zeroconf/python-zeroconf) from 0.135.0 to 0.136.0. Release notes Sourced from zeroconf's releases. 0.136.0 v0.136.0 (2024-10-26) Bug Fixes fix: update python-semantic-release to fix release process (#1426) (2f20155) fix: add ignore for...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 1.12.1 to 1.13.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.13 We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI). Mypy...

dependencies
python

GW_COMMAND_RUN_STATUS_NTF StatusReply can provide a lot of useful debugging information (e.g. opening of the window was blocked by rain sensor). Feel free to make any edits to the commit before...