Skip to content

Releases: xaviml/controllerx

v2.2.0b3 - Support to ZHA

03 Feb 17:02
Compare
Choose a tag to compare
Pre-release

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

✏️ Features

  • Support to add ZHA devices
  • Internal refactor (classes split into files)
  • Tests added for robustness
  • sensor and event_id removed from parameters and replaced with controller
  • New parameter: integration. Currently supported integration z2m, deconz and zha.
  • Each controller type has its own list of actions.

🎮 New devices

  • E1743 for ZHA integration
  • E1810 (light and media player) for ZHA integration
  • E1744 (symfonisk) for ZHA integration
  • Aqara double key switch for Z2M

v2.2.0b2 - Support to ZHA

02 Feb 22:22
Compare
Choose a tag to compare
Pre-release

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

✏️ Features

  • Support to add ZHA devices @xaviml
  • Internal refactor (classes split into files) @xaviml
  • Tests added for robustness @xaviml
  • sensor and event_id removed from parameters and replaced with controller
  • New parameter: integration. Currently supported integration z2m, deconz and zha.

🎮 New devices

  • E1743 for ZHA integration @xaviml
  • E1810 (light and media player) for ZHA integration @xaviml
  • E1744 (symfonisk) for ZHA integration @xaviml
  • Aqara double key switch for Z2M @xaviml

v2.2.0b1 - Support to ZHA

01 Feb 15:31
Compare
Choose a tag to compare
Pre-release

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

✏️ Features

  • Support to add ZHA devices @xaviml
  • Internal refactor (classes split into files) @xaviml
  • Tests added for robustness @xaviml
  • sensor and event_id removed from parameters and replaced with controller
  • New parameter: integration. Currently supported integration z2m, deconz and zha.

🎮 New devices

  • E1743 for ZHA integration @xaviml
  • Aqara double key switch for Z2M @xaviml

v2.1.1 - Hotfix

27 Jan 08:17
Compare
Choose a tag to compare

E1743 event mappings were reverted. Now "I" turns on and "O" turns off

v2.1.0 - E1743 for deCONZ

26 Jan 20:09
765b9af
Compare
Choose a tag to compare

This minor change does not contain any breaking changes

🎮 New devices

  • Added support for deCONZ in E1743Controller @kalkih

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