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

Support new Hue light features in firmware v1.222.2 #7955

Closed
2 tasks done
ebaauw opened this issue Oct 3, 2024 · 4 comments · Fixed by #7956
Closed
2 tasks done

Support new Hue light features in firmware v1.222.2 #7955

ebaauw opened this issue Oct 3, 2024 · 4 comments · Fixed by #7956
Labels
Bug report Device Improvement Additional tag to attach to a existing issue. Enhancement

Comments

@ebaauw
Copy link
Collaborator

ebaauw commented Oct 3, 2024

Does the issue really belong here?

  • I definitively want to report a bug within deCONZ or its REST-API

Is there already an existing issue for this?

  • I have searched the existing issues and there is none for the bug at hand

Describe the bug

Latest Hue light firmware v1.222.2 introduces four new effects: underwater, cosmos, sunbeam, and enchant. These aren't yet visible in the Hue app, but they're listed in the v2 API.

Steps to reproduce the behavior

Do a GET of https://Hue bridge IP/clip/v2/resource/light.

Expected behavior

deCONZ to support the new features

Screenshots

n/a

Environment

  • Host system: all
  • Running method: all
  • Firmware version: all
  • deCONZ version (not Home assistant Addon version!): 2.28.1 and earlier
  • Device: all
  • Do you use an USB extension cable: (yes / no) -- only relevant for ConBee I/II/III
  • Is there any other USB or serial devices connected to the host system? If so: Which?

deCONZ Logs

No response

Additional context

No response

@ebaauw ebaauw added Bug report Device Improvement Additional tag to attach to a existing issue. Enhancement labels Oct 3, 2024
@ebaauw
Copy link
Collaborator Author

ebaauw commented Oct 3, 2024

Note to self: might also want to check the signaling feature, the differences between effect and effect_v2, adding a duration to the timed_effects, and the new taurus_7455 service.
EDIT signaling uses a manufacturer-specific 0x00 command on Identify for the on_off_color and alternating sigals, taking duration and the colour(s) as parameters. Supporting that requires extending the API, preferably in line with the effects for the LIDL Xmas light strip, which also take colours as parameters. I also see the Hue bridge polling Identify Time after setting these signals. This attribute seems a count down timer for how long the signal remains active.

The light now reports Date Code 20240902. Effects (0xFC03/0x0011) now reads 0x0000 0000 0003 FE0E. This was 0x0000 0000 0000 3E0E on the previous firmware, so four new effects alright.

Damn, the Hue app lists the effect as Fireplace, but the API v2 uses fire.

@bluemoehre
Copy link
Contributor

Does it match the post in the HUE blog?

Effects:

  • Cosmos (new)
  • Enchant (new)
  • Sunbeam (new)
  • Underwater (new)
  • Candle
  • Fireplace
  • Glisten
  • Sparkle
  • Opal
  • Prism

@ebaauw
Copy link
Collaborator Author

ebaauw commented Oct 3, 2024

I think so. I see reports that the new light firmware might not yet be available everywhere, but in the Netherlands, the Hue bridge finds it.

@bluemoehre
Copy link
Contributor

In DE the update to v1.222.2 is available as well. (Unfortunately the Version Info Panel of the Hue App was empty - so I simply installed it to see the final version.)

ebaauw added a commit to ebaauw/deconz-rest-plugin that referenced this issue Oct 3, 2024
@ebaauw ebaauw linked a pull request Oct 3, 2024 that will close this issue
ebaauw added a commit to ebaauw/homebridge-lib that referenced this issue Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug report Device Improvement Additional tag to attach to a existing issue. Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants