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

[boschshc] Support smart light bulbs #13707

Closed
david-pace opened this issue Nov 12, 2022 · 0 comments · Fixed by #13725
Closed

[boschshc] Support smart light bulbs #13707

david-pace opened this issue Nov 12, 2022 · 0 comments · Fixed by #13725
Assignees
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@david-pace
Copy link
Member

The Bosch Smart Home binding does not yet support smart light bulbs (such as Ledvance Smart+ Zigbee smart bulbs).

...but not much longer because I'm working on it 😎

@david-pace david-pace added the enhancement An enhancement or new feature for an existing add-on label Nov 12, 2022
@david-pace david-pace self-assigned this Nov 12, 2022
david-pace added a commit to david-pace/openhab-addons that referenced this issue Nov 15, 2022
* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes

Signed-off-by: David Pace <dev@davidpace.de>
@david-pace david-pace linked a pull request Nov 15, 2022 that will close this issue
david-pace added a commit to david-pace/openhab-addons that referenced this issue Nov 15, 2022
* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
jlaur pushed a commit that referenced this issue Nov 20, 2022
* [boschshc] Support smart light bulbs (#13707)

* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
andrasU pushed a commit to andrasU/openhab-addons that referenced this issue Dec 24, 2022
* [boschshc] Support smart light bulbs (openhab#13707)

* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
borazslo pushed a commit to borazslo/openhab-mideaac-addon that referenced this issue Jan 8, 2023
* [boschshc] Support smart light bulbs (openhab#13707)

* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
psmedley pushed a commit to psmedley/openhab-addons that referenced this issue Feb 23, 2023
* [boschshc] Support smart light bulbs (openhab#13707)

* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
nemerdaud pushed a commit to nemerdaud/openhab-addons that referenced this issue Feb 28, 2023
* [boschshc] Support smart light bulbs (openhab#13707)

* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
andrasU pushed a commit to andrasU/openhab-addons that referenced this issue Jan 6, 2024
* [boschshc] Support smart light bulbs (openhab#13707)

* add thing type definition for smart bulbs using system channels
* add constants for thing type and channels
* implement and register handler
* implement binary switch service (to switch on/off)
* implement multi-level switch service (allows to get/set brightness
from 0-100%)
* implement service to get and set colors
* add unit tests for handler and state classes
- update documentation

Signed-off-by: David Pace <dev@davidpace.de>
Signed-off-by: Andras Uhrin <andras.uhrin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant