-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
Add Home Assistant Lights support #1763
Conversation
Hello, Took the time to test the new “HomeAssistant” build. My short conclusion: I can select all the lamps I have set up in Home Assistant and set them up in an instance. I have added another instance to an existing Ambilight instance of HyperHDR on “adalight” LED controllers with HyperSerial and set up two Home Assistant IDs. You can specify in the LED layout which position the lamps should have. I only have a simple Hue Bridge for the ZigBee lamps and via this, I have also integrated the Hue and other ZigBee compatible lamps into my Home Assistant. In any case, it is a super addition to the already extensive LED control of the Hyperion.NG. I hope @popy2k14 and other supporters will also test this project and share their experiences. |
@satgit62 Just note, that currently the HA Light IDs will map only to the first LED in the layout. |
Yes, I know that, I found out. |
Yes, the current way gives most flexibility. |
I would like to test your PR - however when I issue the command: I get this: Would you mind recreating the artifacts? Thank you very much! 😄 |
https://github.com/hyperion-project/hyperion.ng/actions/runs/9997312040?pr=1763 Once the workflow is complete, the artifacts should be available again. |
Installation worked - thank you! |
How do I install this on Hyperbian? |
@kylewhirl I followed this: https://docs.hyperion-project.org/user/advanced/Testing.html |
Guys, thanks for your efforts and sorry that i found not more time to test this. |
@popy2k14 You can still do testing and provide feedback, even the PR was merged. 😃 |
@Lord-Grey i will, but dont know when i find time |
Hi there @Lord-Grey |
You need to install the nightly build |
@Lord-Grey Is there any docker image, which has the nightly/dev builds? |
Summary
A list of HA Lights can be mapped to one layout area currently.
For another capture areas an additional instance would be required.
It is recommended to set the latchtime to ensure that a certain time passes between two updates.
The solution cannot run with high fps and should only used for solitary lights, i.e. not the main ones.
Configure the device
4.Put the long lived token generated before in "Authorization Token"
See the screenshot below for reference
What kind of change does this PR introduce? (check at least one)
If changing the UI of web configuration, please provide the before/after screenshot:
Screen in default settings mode
Screen in Expert settings mode
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing setups:
The PR fulfills these requirements:
Fixes: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
PLEASE DON'T FORGET TO ADD YOUR CHANGES TO CHANGELOG.MD
To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.
Other information:
Fixes #1703