https://github.com/xaviml/controllerx
Create controller-based automations with ease to control your home devices and scenes.
https://github.com/xaviml/controllerx
automation color-lights controller covers home-assistant ikea light mediaplayer remote switch
Last synced: 7 days ago
JSON representation
Create controller-based automations with ease to control your home devices and scenes.
- Host: GitHub
- URL: https://github.com/xaviml/controllerx
- Owner: xaviml
- License: mit
- Created: 2019-11-16T06:23:03.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T13:33:47.000Z (10 months ago)
- Last Synced: 2025-03-31T14:46:12.669Z (10 months ago)
- Topics: automation, color-lights, controller, covers, home-assistant, ikea, light, mediaplayer, remote, switch
- Language: Python
- Homepage: https://xaviml.github.io/controllerx/
- Size: 13.5 MB
- Stars: 340
- Watchers: 8
- Forks: 73
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
ControllerX

[](https://github.com/hacs/integration)
[](https://github.com/xaviml/controllerx/actions?query=branch%3Amain)
[](https://github.com/xaviml/controllerx/releases)
[](http://github.com/xaviml/controllerx/releases/latest)
[](https://app.codecov.io/gh/xaviml/controllerx/branch/main)
[](https://community.home-assistant.io/t/controllerx-bring-full-functionality-to-light-and-media-player-controllers/148855)
[](https://www.buymeacoffee.com/xaviml)
_Create controller-based automations with ease to control your home devices and scenes._
## Quick example
With just this configuration, you can have the E2002 controller from IKEA (4 buttons) connected to the livingroom light and be able to change the brightness and color temperature or color.
```yaml
livingroom_controller:
module: controllerx
class: E2002LightController
controller: livingroom_controller
integration:
name: z2m
listen_to: mqtt
light: light.livingroom
```
## Documentation
You can check the documentation in [here](https://xaviml.github.io/controllerx/).
[](https://squidfunk.github.io/mkdocs-material/)
If you have any question, you can either [open an issue](https://github.com/xaviml/controllerx/issues/new/choose) or comment in [this topic](https://community.home-assistant.io/t/controllerx-bring-full-functionality-to-light-and-media-player-controllers/148855) from the Home Assistant community forum.
If you like this project, don't forget to star it :)
## Contributing
If you want to contribute to this project, check [CONTRIBUTING.md](https://github.com/xaviml/controllerx/blob/main/CONTRIBUTING.md).