Skip to content

Releases: xaviml/controllerx

v2.0.0 - deCONZ support

17 Jan 18:03
Compare
Choose a tag to compare

⚠️ This major change contains breaking changes. Check README.md

✏️ Features

  • deConz support (with events) (#10) @xaviml
  • Turning on light with minimum brightness when brightness up is clicked or hold. (#9) @EPMatt
  • Support for AD 4.x with async/await features @xaviml
  • No more support for AD 3.x @xaviml

🎮 New devices

v1.4.2 - Hotfix

11 Jan 21:49
Compare
Choose a tag to compare

Due to a bug on z2m, the E1744 controller was changing the state for each request twice. So for example, "play_pause" was called twice every time the controller was clicked. I added a simple logic that checks the time that the same action was called last time and if the difference is higher than a certain threshold (added in the app parameters) then the function is called.

v1.4.1 - Hotfix

11 Jan 14:36
Compare
Choose a tag to compare
  • Adding missing colour.

v1.4.0 - Media player controller

11 Jan 13:35
Compare
Choose a tag to compare

This minor change does not contain any breaking changes

✏️ Features

  • New type of controller: Media player @xaviml
  • Individual default delay per device @xaviml
  • New white color to the list of colors (#2) @xaviml

🎮 New devices

  • E1744 as media player and light controller (#8) @xaviml
  • Philips Hue dimmer switch @xaviml

v1.3.0 - Color support

08 Jan 19:12
Compare
Choose a tag to compare

This minor change does not contain any breaking changes

✏️ Features

🎮 New devices

v1.2.0 - Adding transition attribute

25 Nov 14:11
Compare
Choose a tag to compare
  • Adding transition attribute for better smoothness. The value of the transition is the same as the delay.
  • Changing the default values (Increasing delay to 350 and decreseasing automatic steps).

This change will make the dimming and brightening much smoother and it will also doo less request to the lights.

v1.1.0 - Light groups and multiple sensors

24 Nov 20:31
Compare
Choose a tag to compare
  • Adding the possibility to add a group entity (e.g. "group.livingroom_lights")
  • Adding the possibility to add one or more sensors in the same instance.

v1.0.1 - Hotfix

17 Nov 13:23
Compare
Choose a tag to compare

An edge caused an endless loop

v1.0.0 - First release

16 Nov 06:41
Compare
Choose a tag to compare
Adding hacs.json