Skip to content

Releases: Julius2342/pyvlx

Bugfixing

22 May 09:08
Compare
Choose a tag to compare
  • Return None as serial_number property if no serial number is set. (#42).
  • Error correction on logger (#41 thanks @pawlizio ).

Functional Parameter and initial position

14 May 10:29
Compare
Choose a tag to compare

Changes

  • Tilt support for exterior blinds (#33 thanks @pawlizio)
  • Added support for functional parameter (thanks @pawlizio)
  • Set initial position of OpeningDevice during node construction. (#38 thanks @tschamm )

Gates and Serial Numbers

26 Apr 15:02
Compare
Choose a tag to compare

Lights and Blades

05 Mar 07:46
Compare
Choose a tag to compare

Added support for light and blade types (#31), thank you @Dimitri23

Bugfix Release

02 Aug 15:33
Compare
Choose a tag to compare

Dual Shutters

25 Apr 08:00
Compare
Choose a tag to compare
  • Added support for Dual Shutters #20 @Arduous
  • Small bugfixes

Small improvements

28 Feb 08:46
Compare
Choose a tag to compare

Improvements

  • Support for Awning devices (Thanks @l-mb )
  • Updated README.md, added clarification which password to use (Thanks @l-mb )
  • Expose wait_for_completion parameter on Scene() and OpeningDevice() .
  • More docstrings
  • Improved Log messages

Improved logging

23 Feb 09:39
Compare
Choose a tag to compare

Improved logging.

This is a breaking change, i removed the log_frames parameter from the PyVLX object - the frames are printed out if logging is set to debug.

Bugfixes

27 Jan 21:25
Compare
Choose a tag to compare

Fixed bug of not having correct position set when interrupting a movement.

Introduces OnOff switches

23 Dec 21:50
Compare
Choose a tag to compare

Pyvlx may now control ON_OFF_SWITCHes. They are loaded as node and may be controlled via:

await pyvlx.nodes['CoffeeMaker'].set_on()

or

await pyvlx.nodes['CoffeeMaker'].set_off()