-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Light has no color_temp attribute (most of the time) #24143
Comments
There is a major rewrite of the backend coming with today's beta of 0.94. Would you mind upgrading to the beta and see if there is any difference in behavior? Else it is time to start looking at the logs |
I've retested with 0.94.0b0 but sadly there's no change in behaviour. My logger config looks like this:
The attached log holds all the logged information from the moment AppDaemon sends the command until the Since I wrote this ticket I added a the
If there's anything I can do to help debugging this, please let me know! |
I can't see anything out of the ordinary in the logs |
I just saw there are two lines logged where either
|
What happens after 2019-05-30 20:32:52 DEBUG (MainThread) [pydeconz.websocket] Websocket data: {"e":"changed","id":"1","r":"lights","state":{"alert":null,"bri":186,"colormode":"xy","ct":411,"on":true,"reachable":true},"t":"event","uniqueid":"00:0d:6f:ff:fe:1b:c3:61-01"} It is really weird, would like to see the raw values of the entity when color_temp disappears |
I need some help here. Could you please explain to me how to get the raw value of entites? Thx! |
You'd need to add new prints to the code. Since there is no such thing today |
I belive the problem is with Deconz. I have the same problem with IKEA Trådfri E27 White Spectrum bulb. I have 3 in a group and all 3 have lost the atribute. Running HA 0.96.5 and Deconz 2.05.65. I updated to HA 97.2, reloaded the webpage and still no attribute. I then restarted Deconz ant reloaded the Chrome tab with HA and the attribute appeared. Lost the attribute again after changing it trough Node-Red and to get it back I only changed the Color Temperature trough Deconz Phoscon webapp. |
Will be solved by dresden-elektronik/deconz-rest-plugin#1861 |
deCONZ 2.05.70 should be released during the coming week. Closing this issue. |
I have the same error |
I just got an update of the addon with an update to 2.05.71, but I still have the error... |
Seams like a problem to more then me, mabey the issue can be opened again @Kane610 |
Since Dresden has confirmed they will fix the issue this will be kept closed. Keep pointing out that you still have these issues to them here dresden-elektronik/deconz-rest-plugin#1861 |
Unfortunately still not fixed at the moment. |
Can confirm it still not fixed |
I'm on version 2.05.75/8-3-2020. |
@EarlOfBurton please open an issue on the addon repo |
@Kane610, sorry, I posted it in the right place now and will delete my post here. |
Home Assistant release with the issue:
0.93.2
DeCONZ: 2.05.64
AppDaemon: 3.0.5
Operating environment (Hass.io/Docker/Windows/etc.):
Ubuntu 18.04
home-assistant installed in virtualenv
Component/platform:
https://www.home-assistant.io/components/deconz/
Description of problem:
I have a single light (IKEA Floalt 30x30) connected via deCONZ. I'm trying to read the
color_temp
attribute of this one light with AppDaemon, but most of the time there is none. It's the same in AppDaemon and in the Developer tools -> States.I have to restart both deconz and home-assistant (in that specific order) to get the
color_temp
attribute back. As soon as I issue a change incolor_temp
via AppDaemon(e.g.self.turn_on('light.warehouse_panel', color_temp= 40)
) or via the Color temperature slide in Lovelance it's gone.Here are two screenshots, the light is in state
on
, in the first picture it has acolor_temp
attribute but not in the second.Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Nothing special about my
configuration.yaml
The text was updated successfully, but these errors were encountered: