Skip to content

Releases: gluap/pyduofern-hacs

Fixes to the current beta version

08 Feb 21:22
bf57131
Compare
Choose a tag to compare
Pre-release

Fixes:

  • Renames the duofern.update_device_state service to duofern.ask_for_update
  • Make it accept an entity as argument (updating all entities reliably didn't work for me - presumably as the entities were all answering at the same time). The service menu should allow selecting from a dropdown.
  • Add a low-key auto update by letting the devices schedule an update themselves every five minutes when duofern asks for their state

Still testing/possibly still broken:

  • Will the self-update heal devices stuck in "moving" state?

v0.4.0

01 Jan 11:14
66fa6f2
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added functionality

Opening and closing states

While digging for a way to get devices to re-send their state without side effects I stumbled upon the opening and closing states for the covers which are now reflected in the UI. Note: Especially when multiple covers are triggered at once and send their state reports at the same time, sometimes the visual representation gets stuck in anopening or closing state. This seems to happen when the message from the shutter isn't received - e.g. due to crosstalk between the devices. Using the duofern.update_device_state service below can help updating the state to the actual state of devices. I have a button next to my covers to update the state in case of doubt:

image

It runs this script:

Two new services

duofern.update_device_state

Ask all duofern devices to re-send their state in case of lost messages. Can be used in setups where RF is finnicky.

duofern.dump_device_state
Dump the current last received state for all duofern modules as a warning level message to the log. This reflects the current state of all RF messages received from devices - What's not here wasn't received by the stick or came in garbled.

v0.3.4

31 Dec 12:29
93ea926
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release

Depend on latest version of pyduofern.

v0.3.2

22 Jul 08:15
Compare
Choose a tag to compare

Re-enabled pushing even when polling -> makes status updates faster.

v0.3.1

21 Jul 19:40
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Enabled oldstyle polling hoping to help with #18 which seems to bug people.

v0.3.0

24 Apr 12:06
4fc39e6
Compare
Choose a tag to compare

@Hypfer's patch to make all covers support set_position. Releasing as pre-release first.

v0.2.0

09 Apr 23:00
1022e87
Compare
Choose a tag to compare
  • merged fix missing for missing ID I broke in beta contributed by @rakaandro

v0.2.0-beta

08 Apr 20:33
Compare
Choose a tag to compare
v0.2.0-beta Pre-release
Pre-release
  • add more IDs to cover more rollter-shutters.

v0.1.2

08 Apr 20:02
Compare
Choose a tag to compare
  • Fix warning about missing async_setup_entry

v0.1.1

08 Apr 19:31
d134730
Compare
Choose a tag to compare
  • Add version tag now required by Homeassistant
  • Merge #7 (add RADEMACHER ROLLOPORT SX5 DUOFERN Garagentorantrieb as a simple cover)