-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use the example on using controllerx for color change on E1810 #52
Comments
Hi' fribse. Only have z2m integration in house, but here it works with a single bulb. Ikea bulbs HAVE issues with multiple attributes in calls (brightness and color change). For more info on these Ikea bulb issues, you could check this (massive) thread: #45 Ciao ! |
Just made a group with a single bulb and tested. |
Really weird, I've changed it to a single bulb and checked that it was known as that in HA, and I see the events:
The apps.yaml:
I don't get it? |
@fribse - what happens if you remove the |
Can you change colors at all directly from HA via service calls ? |
@fribse - do you need it paired directly as well? I think I see the issue though - you are using z2m actions but using deconz integration. You need to either use the doconz mappings or a custom controller with just the mappings you want. Try: kitchen_dinnertable:
module: controllerx
class: E1810Controller
controller: dinnertable_control
integration: deconz
light: light.dinnertable_1
actions:
- 4001
- 4002
- 4003
- 5001
- 5002
- 5003 |
@sreknob You are absolutely right, as soon as I gave it the numbers instead it worked. I thought they were translated. Ok, good to know, now I can continue moving the other controllers and lights over that has color change as well :-) |
Question
I'm trying to use the example in the docs, as the E1810 is already paired to the bulbs directly, I would like for it to handle the color cycling.
Additional information
deconz
AppDaemon app configuration
Additional Context
For some reason the colous doesn't change, I can't figure out what I did wrong?
The controller name is fetched from deconz_event.
The text was updated successfully, but these errors were encountered: