Skip to content

Releases: gluap/pyduofern-hacs

v0.5.9

07 Oct 13:44
011063c
Compare
Choose a tag to compare
v0.5.9 Pre-release
Pre-release

small fix for #42 (sync_devices service)

v0.5.8

23 Aug 19:21
87dcd7d
Compare
Choose a tag to compare

What's Changed

  • Fix cover device metadata for HA 2023.8.3 and up by @Hypfer in #41
  • Allow selecting /dev/duofernstick in config flow by @Hypfer in #40

Full Changelog: v0.5.7...v0.5.8

If you are upgrading from a pre-0.5.7-version also see the release notes of the major changes in 0.5.x

v0.5.7

29 Jun 11:30
c557c3f
Compare
Choose a tag to compare

What's Changed in 0.5.x

Add shutter toggling, shutter manual mode and Devices by @t-animal in #28.

The following Improvements were part of @t-animals contribution:

Devices
Shutters are now created as devices containing several entities - The cover device, a toggle switch for shutter toggling and a switch to enable/disable duofern manual mode on shutter devices. Feel free to hide those entities not interesting to you.

Shutter toggling
Enables access to the toggle feature of duofern. This allows to press the button to reverse to the previous direction.

Manual mode
Remote control the manual mode some duofern devices expose - will disable the device-side automation of the device.

Added sun sensor support

This improvement was contributed by @lrusdorf in #29

Warning
Coming from pre-0.5.0, this upgrade may require you to disable and re-enable your duofern integration as it changes the way duofern is configured. Take sufficient time for potential troubleshooting when trying this release. Make sure you know your system code before disabling/re-enabling.

New Contributors

Full Changelog: v0.4.3...v0.5.7

v0.5.6

05 Apr 21:27
3175439
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release

Small bugfix release over 0.5.5.

Adds more documentation and fixes clean_config. Adds more extensive documentation to the readme.

v0.5.5

31 Mar 17:57
2283d72
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

What's changed with 0.5.5 over 0.5.0

  • more verbosity for #35
  • use newer duofern for #35
  • service description for #34
  • modified the service duofern.ask_for_update to accept a list of devices as input, fixing #31.
    • It also accept a boolean "all" to update all known duofern devices.
  • added the duofern.set_update_interval service that @bcutter requestet. I finally found a way to do it without having to thread the value through many layers of code. Probably letting it sit made me find the right solution, this should address #26, #33 and possibly #32. I also wonder whether #24 is still a thing with this.

What's Changed in 0.5.x

Add shutter toggling, shutter manual mode and Devices by @t-animal in #28.

The following Improvements were part of @t-animals contribution:

Devices
Shutters are now created as devices containing several entities - The cover device, a toggle switch for shutter toggling and a switch to enable/disable duofern manual mode on shutter devices.

Shutter toggling
Enables access to the toggle feature of duofern. This allows to press the button to reverse to the previous direction.

Manual mode
Remote control the manual mode some duofern devices expose - will disable the device-side automation of the device.

Pairing
There is now a config-flow UI for pairing duofern devices.

Added sun sensor support

This improvement was contributed by @lrusdorf in #29

Warning
Coming from pre-0.5.0, this upgrade may require you to disable and re-enable your duofern integration as it changes the way duofern is configured. Take sufficient time for potential troubleshooting when trying this release. Make sure you know your system code before disabling/re-enabling.

New Contributors

Full Changelog: v0.4.3...v0.5.2

v0.5.2 losens the requirements on homeassistant a bit...

v0.5.3

31 Mar 14:48
3447347
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release

What's changed with this release

  • modified the service duofern.ask_for_update to accept a list of devices as input, fixing #31
  • added the duofern.set_update_interval service that @bcutter requestet. I finally found a way to do it without having to thread the value through many layers of code. Probably letting it sit made me find the right solution, this should address #26, #33 and possibly #32. I also wonder whether #24 is still a thing with this.

What's Changed in 0.5.x

Add shutter toggling, shutter manual mode and Devices by @t-animal in #28.

The following Improvements were part of @t-animals contribution:

Devices
Shutters are now created as devices containing several entities - The cover device, a toggle switch for shutter toggling and a switch to enable/disable duofern manual mode on shutter devices.

Shutter toggling
Enables access to the toggle feature of duofern. This allows to press the button to reverse to the previous direction.

Manual mode
Remote control the manual mode some duofern devices expose - will disable the device-side automation of the device.

Pairing
There is now a config-flow UI for pairing duofern devices.

Added sun sensor support

This improvement was contributed by @lrusdorf in #29

Warning
Coming from pre-0.5.0, this upgrade may require you to disable and re-enable your duofern integration as it changes the way duofern is configured. Take sufficient time for potential troubleshooting when trying this release. Make sure you know your system code before disabling/re-enabling.

New Contributors

Full Changelog: v0.4.3...v0.5.2

v0.5.2 losens the requirements on homeassistant a bit...

v0.5.2

14 Mar 20:23
979f4cf
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

Warning
This upgrade may require you to disable and re-enable your duofern integration as it changes the way duofern is configured. Take sufficient time for potential troubleshooting when trying this release. Make sure you know your system code before disabling/re-enabling.

What's Changed

Add shutter toggling, shutter manual mode and Devices by @t-animal in #28.

The following Improvements were part of @t-animals contribution:

Devices
Shutters are now created as devices containing several entities - The cover device, a toggle switch for shutter toggling and a switch to enable/disable duofern manual mode on shutter devices.

Shutter toggling
Enables access to the toggle feature of duofern. This allows to press the button to reverse to the previous direction.

Manual mode
Remote control the manual mode some duofern devices expose - will disable the device-side automation of the device.

Pairing
There is now a config-flow UI for pairing duofern devices.

Added sun sensor support

This improvement was contributed by @lrusdorf in #29

New Contributors

Full Changelog: v0.4.3...v0.5.2

v0.5.2 losens the requirements on homeassistant a bit...

v0.5.1

12 Mar 09:19
521a13c
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Warning
This upgrade may require you to disable and re-enable your duofern integration as it changes the way duofern is configured. Take sufficient time for potential troubleshooting when trying this release. Make sure you know your system code before disabling/re-enabling.

What's Changed

Add shutter toggling, shutter manual mode and Devices by @t-animal in #28.

The following Improvements were part of @t-animals contribution:

Devices
Shutters are now created as devices containing several entities - The cover device, a toggle switch for shutter toggling and a switch to enable/disable duofern manual mode on shutter devices.

Shutter toggling
Enables access to the toggle feature of duofern. This allows to press the button to reverse to the previous direction.

Manual mode
Remote control the manual mode some duofern devices expose - will disable the device-side automation of the device.

Pairing
There is now a config-flow UI for pairing duofern devices.

Added sun sensor support

This improvement was contributed by @lrusdorf in #29

New Contributors

Full Changelog: v0.4.3...v0.5.1

v0.4.3

26 Feb 17:10
207d638
Compare
Choose a tag to compare
  • reduce verbosity to fix #27
  • some preapration to allow setting the auto update timeout later.

v0.4.2

26 Feb 16:13
e2655fa
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Very beta release.

  • limit outgoing message frequency
  • fix services.yaml