Releases: xaviml/controllerx
v2.2.0b3 - Support to ZHA
✏️ Features
- Support to add ZHA devices
- Internal refactor (classes split into files)
- Tests added for robustness
sensor
andevent_id
removed from parameters and replaced withcontroller
- 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
✏️ Features
- Support to add ZHA devices @xaviml
- Internal refactor (classes split into files) @xaviml
- Tests added for robustness @xaviml
sensor
andevent_id
removed from parameters and replaced withcontroller
- New parameter:
integration
. Currently supported integration z2m, deconz and zha.
🎮 New devices
v2.2.0b1 - Support to ZHA
✏️ Features
- Support to add ZHA devices @xaviml
- Internal refactor (classes split into files) @xaviml
- Tests added for robustness @xaviml
sensor
andevent_id
removed from parameters and replaced withcontroller
- New parameter:
integration
. Currently supported integration z2m, deconz and zha.
🎮 New devices
v2.1.1 - Hotfix
E1743 event mappings were reverted. Now "I" turns on and "O" turns off
v2.1.0 - E1743 for deCONZ
This minor change does not contain any breaking changes
🎮 New devices
- Added support for deCONZ in E1743Controller @kalkih
v2.0.0 - deCONZ support
✏️ 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
- Philips Hue dimmer switch support for deConz @xaviml
- E1810 support for deConz @mario-tux
- E1744 support for deConz @mario-tux
- E1810 as a media player controller @EPMatt
v1.4.2 - Hotfix
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
- Adding missing colour.