Skip to content

Releases: vwout/vera-tradfri

0.5.0

09 Jan 14:36
Compare
Choose a tag to compare
  • Setting of device attributes is fixed (issue #1). Both Status and Target variants of all attributes are set, for correct visualization on both the control and overview panel in AltUI
  • Make app icon transparent for a nicer look on dark or colored backgrounds

0.4.0

25 Sep 21:12
Compare
Choose a tag to compare
  • The polling loop has been re-implemented to make it less blocking. This means that other devices, or Tradfri actions can be handled while polling the device status. This should improve overall (openLuup/AltUI) performance
  • Add support for toggling the state (UPnP ToggleState command) for devices that support on/off
  • Only refresh (sync) Tradfri devices when number of discovered devices is greater than zero. When devices are re-added, the device id changes, which breaks scenes and e.g. Reactor actions. This improvement should prevent the removal and later re-creation of new devices in case of temporary loss to or improper response from the Tradfri Gateway.

0.3.0

24 May 18:52
Compare
Choose a tag to compare
  • Support for Groups. Groups need to be activated on the Gateway device Control panel. A group is represented as a light device, to be able to switch it on/off, set brightness and color, regardless of which devices are in the group.
  • The plugin will now poll the Tradfri devices for their state instead of relying on observing. The poll interval defaults to 30 seconds and can be changed by modifying the PollInterval attribute.