Releases: xaviml/controllerx
Releases · xaviml/controllerx
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.
v1.4.0 - Media player controller
v1.3.0 - Color support
v1.2.0 - Adding transition attribute
- 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
- 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
An edge caused an endless loop