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

Select Nanoleaf Canvas Panels for Ambilight #827

Closed
Lumumba76 opened this issue Jun 8, 2020 · 2 comments · Fixed by #829
Closed

Select Nanoleaf Canvas Panels for Ambilight #827

Lumumba76 opened this issue Jun 8, 2020 · 2 comments · Fixed by #829

Comments

@Lumumba76
Copy link

## Feature request
Selecting Canvas Squares which should give Ambilight
In the current version it is only possible to use Canvas 1-n (starting at the top left) for Ambilight.
I would like to be able to use Canvas 13-17 as an Ambilight. The rest should be black.

Ambilight

#### What problem does this feature solve?

#### What does the proposed API look like?

#### How should this be implemented in your opinion?

#### Are you willing to work on this yourself?
Of course i can support.

@tpmodding tpmodding added this to Backlog in Output Devices Jun 8, 2020
@Lord-Grey Lord-Grey self-assigned this Jun 11, 2020
@Lord-Grey Lord-Grey moved this from Backlog to In Progress in Output Devices Jun 11, 2020
@Lord-Grey
Copy link
Collaborator

Hey @Lumumba76

I have done an initial start to allow a different panel sequencing, as well as to define a start panel greater zero.

image

In case you can compile yourself you can have a look into my git-hub repository
https://github.com/Lord-Grey/hyperion.ng

Branch: Refeactor_LedDevices

Note: To see the configuration item you need to switch to settings-level "advanced"

Lord-Grey added a commit to Lord-Grey/hyperion.ng that referenced this issue Jun 12, 2020
@Lord-Grey Lord-Grey mentioned this issue Jun 12, 2020
13 tasks
@Lord-Grey Lord-Grey linked a pull request Jun 12, 2020 that will close this issue
13 tasks
@Lord-Grey Lord-Grey moved this from In Progress to Done in Output Devices Jun 17, 2020
@Lumumba76
Copy link
Author

I will test as soon as the new Canvas arrive :-)
Thank u very much!

Paulchen-Panther pushed a commit that referenced this issue Jul 12, 2020
* Refactor LedDevices - Initial version

* Small renamings

* Add WLED as own device

* Lpd8806 Remove open() method

* remove dependency on Qt 5.10

* Lpd8806 Remove open() method

* Update WS281x

* Update WS281x

* Update WS2812SPI

* Add writeBlack for WLED powerOff

* WLED remove extra bracket

* Allow different Nanoleaf panel numbering sequence (Feature req.#827)

* Allow different Nanoleaf panel numbering sequence (Feature req.#827)

* build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (#826)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix typos

* Nanoleaf clean-up

* Yeelight support, generalize wizard elements

* Update Yeelight to handle quota in music mode

* Yeelight extend rage for extraTimeDarkness for testing

* Clean-up - Add commentary, Remove development debug statements

* Fix brightnessSwitchOffOnMinimum typo and default value

* Yeelight support restoreOriginalState, additional Fixes

* WLED - Remove UDP-Port, as it is not configurable

* Fix merging issue

* Remove QHostAddress::operator=(const QString&)' is deprecated

* Windows compile errors and (Qt 5.15 deprecation) warnings

* Fix order includes

* LedDeviceFile Support Qt5.7 and greater

* Windows compatibility and other Fixes

* Fix Qt Version compatability

* Rs232 - Resolve portname from unix /dev/ style, fix DMX sub-type support

* Disable WLED Wizard Button (until Wizard is available)

* Yeelight updates

* Add wrong log-type as per #505

* Fixes and Clean-up after clang-tidy report

* Fix udpe131 not enabled for generated CID

* Change timer into dynamic for Qt Thread-Affinity

* Hue clean-up and diyHue workaround

* Updates after review feedback by m-seker

* Add "chrono" includes

* Add "chrono" includes

* Revert "Merge branch 'master' into Refactor_LedDevices"

This reverts commit 978ac75, reversing
changes made to aa346ed.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Paulchen-Panther pushed a commit that referenced this issue Jul 12, 2020
* Refactor LedDevices - Initial version
* Small renamings
* Add WLED as own device
* Lpd8806 Remove open() method
* remove dependency on Qt 5.10
* Lpd8806 Remove open() method
* Update WS281x
* Update WS2812SPI
* Add writeBlack for WLED powerOff
* WLED remove extra bracket
* Allow different Nanoleaf panel numbering sequence (Feature req.#827)
* build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 in /docs (#826)
* Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
  - [Release notes](https://github.com/faye/websocket-extensions-node/releases)
  - [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
  - [Commits](faye/websocket-extensions-node@0.1.3...0.1.4)
* Fix typos
* Nanoleaf clean-up
* Yeelight support, generalize wizard elements
* Update Yeelight to handle quota in music mode
* Yeelight extend rage for extraTimeDarkness for testing
* Clean-up - Add commentary, Remove development debug statements
* Fix brightnessSwitchOffOnMinimum typo and default value
* Yeelight support restoreOriginalState, additional Fixes
* WLED - Remove UDP-Port, as it is not configurable
* Fix merging issue
* Remove QHostAddress::operator=(const QString&)' is deprecated
* Windows compile errors and (Qt 5.15 deprecation) warnings
* Fix order includes
* LedDeviceFile Support Qt5.7 and greater
* Windows compatibility and other Fixes
* Fix Qt Version compatability
* Rs232 - Resolve portname from unix /dev/ style, fix DMX sub-type support
* Disable WLED Wizard Button (until Wizard is available)
* Yeelight updates
* Add wrong log-type as per #505
* Fixes and Clean-up after clang-tidy report
* Fix udpe131 not enabled for generated CID
* Change timer into dynamic for Qt Thread-Affinity
* Hue clean-up and diyHue workaround
* Updates after review feedback by m-seker
* Add "chrono" includes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants