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

[Yeelight] Support of ceil26 and ceiling11 devices #14668

Merged
merged 4 commits into from
Apr 10, 2023

Conversation

goopilot
Copy link
Contributor

Signed-off-by: Alexandr Salamatov goopilot@gmail.com

Added support of a ceiling lights YLXD41YL (ceiling11) and YLXD76YL (ceil26).

Capabilities are same as ceiling1

ceiling1
{'ip': '192.168.112.65', 'port': 55443, 'capabilities': {'id': '0x0000000007e7f54d', 'model': 'ceiling1', 'fw_ver': '193', 'support': 'get_prop set_default set_power toggle set_bright set_scene cron_add cron_get cron_del start_cf stop_cf set_ct_abx set_name set_adjust adjust_bright adjust_ct', 'power': 'on', 'bright': '100', 'color_mode': '2', 'ct': '3500', 'rgb': '0', 'hue': '0', 'sat': '0', 'name': ''}}

ceil26
{'ip': '192.168.112.108', 'port': 55443, 'capabilities': {'id': '0x0000000015627cc9', 'model': 'ceil26', 'fw_ver': '18', 'support': 'get_prop set_default set_power toggle set_bright set_scene cron_add cron_get cron_del start_cf stop_cf set_adjust adjust_bright set_name set_ct_abx adjust_ct', 'power': 'on', 'bright': '100', 'color_mode': '2', 'ct': '3500', 'rgb': '0', 'hue': '0', 'sat': '0', 'name': ''}}

ceiling11
{'ip': '192.168.XXX.YYY', 'port': 55443, 'capabilities': {'hue': '0', 'color_mode': '2', 'name': '', 'power': 'on', 'support': 'get_prop set_default set_power toggle set_bright set_scene cron_add cron_get cron_del start_cf stop_cf set_ct_abx set_name set_adjust adjust_bright adjust_ct', 'rgb': '0', 'fw_ver': '19', 'bright': '66', 'model': 'ceiling11', 'ct': '4000', 'id': '0x000000001234aa56', 'sat': '0'}}

This will close 2 issues: #11246 and #11293

Signed-off-by: Alexandr Salamatov <goopilot@gmail.com>
@goopilot goopilot requested a review from claell as a code owner March 25, 2023 01:35
@goopilot goopilot changed the title Support of ceil26 and ceiling11 devices [Yeelight] Support of ceil26 and ceiling11 devices Mar 25, 2023
@lolodomo lolodomo added the enhancement An enhancement or new feature for an existing add-on label Mar 25, 2023
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com>
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com>
bundles/org.openhab.binding.yeelight/README.md Outdated Show resolved Hide resolved
bundles/org.openhab.binding.yeelight/README.md Outdated Show resolved Hide resolved
bundles/org.openhab.binding.yeelight/README.md Outdated Show resolved Hide resolved
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com>
Copy link
Contributor

@lolodomo lolodomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you

@lolodomo lolodomo merged commit 14d6b3e into openhab:main Apr 10, 2023
@lolodomo lolodomo added this to the 4.0 milestone Apr 10, 2023
FordPrfkt pushed a commit to FordPrfkt/openhab-addons that referenced this pull request Apr 20, 2023
* Support of ceil26 and ceiling11 devices

Signed-off-by: Alexandr Salamatov <goopilot@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 this pull request may close these issues.

2 participants