-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
[BUG] Unable to change color_temp or color anymore #338
Comments
Experiencing the same problem as the original poster. Manually overrode the value . i.e. Please get back to me if i can help out some more with debugging. :)
|
Hi @lkeijser , Is this light |
Hi @Caine72, Is light.sauna_light a group light? |
Nope. It's a single light. Basing this on that I have scripts for changing the brightness (was not completely satisfied with how controllerx was doing it. I'm using transitions instead of steps) and needed to write two different ones depending on if the light was a group or single light. But as a matter of fact, tried changing the color of a group of lights as well. Was not working there either. =( |
@xaviml just to be sure. Is there some 100% way I can verify this for you, so that I'm not sending you on a wild goose chase? |
Hi @Caine72 , I am trying to understand what is your issue and how to reproduce it. If I did understand correctly, you have a controller integrated with deCONZ that it does not change the color of your light when holding, is that correct? Can you please share the AppDaemon logs when you are pressing the controller until you release the button? Regards, |
Could you also add example_app:
log_level: DEBUG
module: controllerx
class: ...
... |
Hi @Caine72 again, I just realised that Home Assistanthas deprecated the way to show the supported features for lights. I have a color light and it is not working for me either. This is due to a change from Home Assistant. However, if I put I have created the following bug to follow this issue: #342 Regards, |
As i wrote earlier 191 did not work for me sadly. It just made the error go away. But the color does not change. Just to be clear. To be clear, I'm trying to change the color temperature. I.e. not RGB but Yellow to Blue. Ran with the debug command. Lots of "is not recognized as a template". From apps.yaml
Log from appdeamon.
|
Hi @Caine72, Yes, could you do the same with supported_features attribute? You can do 175, instead of 191. It will remove the xy_color feature. |
It's ALIVE! =D I.e 175 works. Here is the log. ( sadly it seems like i cannot fetch the complete scenario,but i hope it's enough,as Appdeamon will not allow me to see the complete log via the GUI)
|
Perfect! Sorry for the inconvenience, I was not aware of this change from Home Assistant.. to be honest, not sure why they changed this. Out of curiosity, could you try 191 as well and share the logs? Thanks! |
Sure no problem. :) Seem to remember them mentioning changing stuff around in 2021.5 release. So probably around there i would guess.. But as you can see on the report date, it's not a feature we use daily. ;D
|
Thank you both for reporting this. As you might know, I created #342, which tackles this problem. I just released a beta v4.15.0b1 with this fix. Now everything should work as it used to be without placing any Please, let me know if you try it out and you have some problems with it. Regards, |
This problem has been fixed in ControllerX v4.15.0. |
@xaviml You where right in your decision to close it. Did try the new version |
Hi @Caine72, Could you please show me all the attributes of your light? You can see that in the Developer Tools. Could you also:
Finally, paste in here the controller configuration. Regards, |
Yes. Will fix that first thing tomorrow morning! =) |
Hi @Caine72, No worries. Do when you have time for it, I closed the ticket because I added the fix. However, I opened it again so we can make sure it works in your side. Maybe I forgot something that I didn't take into account. My light that was not working for this same reason is now working as before. That is why I thought it was now fixed. Regards, |
Prepared today's testing session to pull the logs for you by: Restarting
Little embarrassing to say this. Seems like everything is working as it should now... and the fault was somewhere locally. I.e. My bad. You fixed it. Great work! :) |
Hi @Caine72, I am glad it is now working all fine :) Sometimes a good restart is the best solution.. I will close now this ticket. Regards, |
Bug report
Description
For some time now, I'm no longer able to change color(_temp) on my IKEA lights that support it, using the E1810 remote.
Additional information
AppDaemon app configuration
Logs
Additional Context
N/A
The text was updated successfully, but these errors were encountered: