Skip to content
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

Deconz: Unexpected light effect type #114430

Closed
pimw1 opened this issue Mar 29, 2024 · 6 comments
Closed

Deconz: Unexpected light effect type #114430

pimw1 opened this issue Mar 29, 2024 · 6 comments
Assignees
Labels
integration: deconz waiting-for-upstream We're waiting for a change upstream
Milestone

Comments

@pimw1
Copy link

pimw1 commented Mar 29, 2024

The problem

Since 2024.4.0b0 (and also 2024.4.0b1), deCONZ gives the following error during reboot:

Logger: pydeconz.models.light.light
Source: components/deconz/light.py:203
First occurred: 10:38:07 (8 occurrences)
Last logged: 10:38:07

Unexpected light effect type 0x5ec4
Unexpected light effect type 0xc2c
Unexpected light effect type 0x6041
Unexpected light effect type 0x5a55

I've created an diagnostic file and added it to this issue. I've already done analysis on this file by checking which unique product id and product names are related to which effect type. From this analysis, the following can be concluded:

0x5ec4 -> 'productid': 'Philips-LCA006-1-A60HECLv1', 'productname': 'Hue color lamp' (configured 'name': 'Gang Lamp Plafond')
0x5a55 -> 'productid': 'Philips-LCA006-1-A60HECLv1', 'productname': 'Hue color lamp' (configured 'name': 'Gang Lamp Staand')
0xc2c -> 'productid': 'Philips-LCE002-1-E14ECLv2', 'productname': 'Hue color candle' (configured 'name': 'Keuken Lamp Keukenblok 3')
0x6041 -> 'productid': 'Philips-LCA001-5-A19ECLv6', 'productname': 'Hue color lamp' (configured 'name': 'Slaapkamer Lamp Lantaarn')

I've related these specific lights to the gui of deconz, by making screenshots of the Hue Effects cluster and Hue Entertainment cluster of the respective lights:

0x5ec4 -> 'productid': 'Philips-LCA006-1-A60HECLv1', 'productname': 'Hue color lamp', 'name': 'Gang Lamp Plafond':
image
image

0x5a55 -> 'productid': 'Philips-LCA006-1-A60HECLv1', 'productname': 'Hue color lamp', 'name': 'Gang Lamp Staand'
image
image

0xc2c -> 'productid': 'Philips-LCE002-1-E14ECLv2', 'productname': 'Hue color candle', 'name': 'Keuken Lamp Keukenblok 3':
image
image

0x6041 -> 'productid': 'Philips-LCA001-5-A19ECLv6', 'productname': 'Hue color lamp', 'name': 'Slaapkamer Lamp Lantaarn'
image
image

Good to know is that the issue appeared yesterday after installing the new Home Assistant beta. During that same day, i also installed the new version of Deconz: v2.26.3. So i cannot be 100% sure if this is due to Home Assistant beta or the new version of Deconz (i upgraded deconz from v2.25.3 -> v2.26.3).

What version of Home Assistant Core has the issue?

2024.4.0b1

What was the last working version of Home Assistant Core?

core-2024.3.3

What type of installation are you running?

Home Assistant OS

Integration causing the issue

deCONZ

Link to integration documentation on our website

https://www.home-assistant.io/integrations/deconz/

Diagnostics information

home-assistant_deconz_2024-03-29T09-38-37.138Z.log

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: pydeconz.models.light.light
Source: components/deconz/light.py:203
First occurred: 10:38:07 (8 occurrences)
Last logged: 10:38:07

Unexpected light effect type 0x5ec4
Unexpected light effect type 0xc2c
Unexpected light effect type 0x6041
Unexpected light effect type 0x5a55

Additional information

No response

@home-assistant
Copy link

Hey there @Kane610, mind taking a look at this issue as it has been labeled with an integration (deconz) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of deconz can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign deconz Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


deconz documentation
deconz source
(message by IssueLinks)

@joostlek joostlek added this to the 2024.4.0 milestone Mar 29, 2024
@Kane610
Copy link
Member

Kane610 commented Mar 29, 2024

This is a change on deconz side. I've pinged deconz devs to understand the cause

@Kane610
Copy link
Member

Kane610 commented Mar 29, 2024

Got the response that you should report it on deconz github. We can leave this open until you progress with them

@pimw1
Copy link
Author

pimw1 commented Mar 30, 2024

Thank you, i've created an issue on the deconz github: dresden-elektronik/deconz-rest-plugin#7686

@frenck frenck added the waiting-for-upstream We're waiting for a change upstream label Apr 3, 2024
@pimw1
Copy link
Author

pimw1 commented May 15, 2024

The issue is solved with v2.27.0-beta. Thank you for your help @Kane610

@pimw1 pimw1 closed this as completed May 15, 2024
@Kane610
Copy link
Member

Kane610 commented May 15, 2024

Happy to hear it worked out! Good job 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: deconz waiting-for-upstream We're waiting for a change upstream
Projects
None yet
Development

No branches or pull requests

4 participants