-
Notifications
You must be signed in to change notification settings - Fork 26
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 support to Yeelight YLKG08Y dimmer Switch #1405
Comments
Please see https://github.com/dentra/esphome-components/tree/master/components/miot_ylai003, does this work for you? |
Hi. Tried the component. Does not work. This all it gets logged when used a click or rotary [15:54:24][D][miot:146]: Got MiBeacon: 58.30.B6.03.13.04.FE.C5.41.24.F8.05.A8.7C.61.65.FE.01.00.00.BD (21) |
Describe the problem you have/What new integration you would like
The Yeelight YLKG08Y dimmer switch to be supported by esphome
Please describe your use case for this integration and alternatives you've tried:
Use the sensor created from esphome to control other integrations with this dimmer switch.
Tried to use a bluetooth dongle attached to the home assistant, but the signal is too weak. Need something near to get the bluetooth signal (like esphome).
Additional context
This is already supported by https://github.com/custom-components/ble_monitor . Probably make the port to esphome easier.
Check this thread:
nccchirag/yeelight-ble-rotary-dimmer#1
This dimmer switch uses encrypted legacy protocol (old MiBeacon protocol) that must be supported by the esphome in order to work
https://github.com/custom-components/ble_monitor/blob/2404c27d2993599ebe8846b2471d814ee9af368e/custom_components/ble_monitor/ble_parser/xiaomi.py#L717
The text was updated successfully, but these errors were encountered: