I have the crystal right now. And not yet discovered how to get it running. LAN mode is enabled.
It shows up in my router as yeelink-light-ceiling10-miiofe
Unfortunately, the manual configuration of yeelights does not have any effect. Another yeelight is (auto) discovered properly, as in the log:
2019-05-18 20:16:16 DEBUG (SyncWorker_7) [homeassistant.components.yeelight] Adding autodetected yeelink-light-color1_miio87447024.local.
2019-05-18 20:16:16 DEBUG (SyncWorker_19) [homeassistant.components.yeelight.light] Adding yeelight_color1_7c49eb19f703
2019-05-18 20:16:16 DEBUG (SyncWorker_19) [yeelight.main] Bulb<192.168.178.54:55443, type=BulbType.Unknown> > {'id': 0, 'method': 'get_prop', 'params': ['power', 'main_power', 'bright', 'ct', 'rgb', 'hue', 'sat', 'color_mode', 'bg_power', 'bg_lmode', 'bg_flowing', 'bg_ct', 'bg_bright', 'bg_hue', 'bg_sat', 'bg_rgb', 'nl_br', 'active_mode']}
2019-05-18 20:16:16 DEBUG (SyncWorker_19) [yeelight.main] Bulb<192.168.178.54:55443, type=BulbType.Unknown> < {'id': 0, 'result': ['on', '', '100', '3154', '16756113', '15', '43', '2', '', '', '', '', '', '', '', '', '', '']}
2019-05-18 20:16:44 DEBUG (SyncWorker_1) [yeelight.main] Bulb<192.168.178.54:55443, type=BulbType.Color> > {'id': 1, 'method': 'get_prop', 'params': ['power', 'main_power', 'bright', 'ct', 'rgb', 'hue', 'sat', 'color_mode', 'bg_power', 'bg_lmode', 'bg_flowing', 'bg_ct', 'bg_bright', 'bg_hue', 'bg_sat', 'bg_rgb', 'nl_br', 'active_mode']}
2019-05-18 20:16:44 DEBUG (SyncWorker_1) [yeelight.main] Bulb<192.168.178.54:55443, type=BulbType.Color> < {'id': 1, 'result': ['on', '', '100', '3154', '16756113', '15', '43', '2', '', '', '', '', '', '', '', '', '', '']}
The crystal itself is not discovered. However it can be adjusted in the app with no problem.
the config looks like this:
light:
- platform: yeelight
devices:
192.168.178.84:
name: Wall light
model: ceiling4
192.168.178.54:
name: a_light
transition: 1000
save_on_change: True
Any assistance welcome, I will help as good as I can to get the thingy running (a nice thingy)
swifty