syssi
May 10, 2018, 6:55am
161
It looks like the color temperature range fix won’t be accepted without some changes. Could an owner of a ceiling light (@mouth4war ) provide the output of:
$ pip3 install python-yeelight
[...]
$ python3
Python 3.5.3 (default, Jan 19 2017, 14:11:04)
[GCC 6.3.0 20170118] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>>
>>> from yeelight import discover_bulbs
>>> discover_bulbs()
[{'ip': '192.168.130.45', 'capabilities': {'bright': '1', 'id': '0x00000000035ed44f', 'ct': '6500', 'support': 'get_prop set_default set_power toggle set_bright start_cf stop_cf set_scene cron_add cron_get cron_del set_ct_abx set_rgb set_hsv set_adjust adjust_bright adjust_ct adjust_color set_music set', 'color_mode': '1', 'hue': '359', 'sat': '100', 'name': '', 'fw_ver': '61', 'power': 'off', 'rgb': '16777215', 'model': 'color'}, 'port': 55443}]
I would like to know the value of the model key. Thanks!
tomba
(tomba)
May 10, 2018, 7:31am
162
@syssi
For this model: https://de.gearbest.com/ceiling-lights/pp_596249.html?wid=1640583
[{'ip': '192.168.178.30', 'port': 55443, 'capabilities': {'id': '0x0000000003baXXXX', 'model': 'ceiling1', 'fw_ver': '180', '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 set_ps set_wrgb bg_set_wrgb suicide set_test', 'power': 'on', 'bright': '100', 'color_mode': '2', 'ct': '4000', 'rgb': '0', 'hue': '0', 'sat': '0', 'name': ''}}]
1 Like
syssi:
discover_bulbs()
model key is ceiling1.
[{'ip': '192.168.31.140', 'port': 55443, 'capabilities': {'id': '0x0000000003ba759d', 'model': 'ceiling1', 'fw_ver': '180', '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 set_ps set_wrgb bg_set_wrgb suicide set_test', 'power': 'off', 'bright': '100', 'color_mode': '2', 'ct': '3003', 'rgb': '0', 'hue': '0', 'sat': '0', 'name': ''}}]
1 Like
lalamite
(Chris)
May 12, 2018, 3:01pm
164
Hi, still very new in home assistant.
Just installed the newest version (0.69.0) which came out today but “model:…” is still not working for me.
Is the new ceiling lamp / the menu code still not included?
lalamite
(Chris)
May 12, 2018, 3:25pm
166
@tomba
Thanks for your quick response.
Yes, I have enabled LAN control (was enabled by default in my case)
I own the Yeelight JIAOYUE 650
If use the “model:” code I always get this error message after checking the config:
Invalid config for [light.yeelight]: [model] is an invalid option for [light.yeelight]. Check: light.yeelight->devices->192.168.1.111->model. (See ?, line ?). Please check the docs at Yeelight - Home Assistant
This is the code I’m using:
light:
platform: yeelight
devices:
192.168.1.111:
name: Wohnzimmerlampe
model: ceiling
transition: 350
use_music_mode: False
save_on_change: False
tomba
(tomba)
May 12, 2018, 3:30pm
167
The model option is not yet available in the current release version. However, your light should already work regardless. Just omit the model option.
lalamite
(Chris)
May 12, 2018, 3:33pm
168
Yes it is working but Im not able to change the LED colors.
Ok, then I need to wait for the (hopefully) next release.
Thank you!
tomba
(tomba)
May 12, 2018, 3:34pm
169
Ah, i see. Thought your light wasn’t working all together.
lalamite
(Chris)
May 12, 2018, 4:13pm
170
My mistake…I should have made this clear.
I worked but as said Im not able to change the led colors.
I will be patience and wait for the next release - have a nice weekend
1 Like
syssi
May 14, 2018, 6:38am
171
@Igor_Jurisic Could you provide the model names of your devices, too?
cp. Yeelight led ceiling light compatible with HA
I’ve seen you own a yeelight strip. It is called “strip1” or “strip” at the capabilities
of python-yeelight
?
Sure, just let me know where and how to check for the names you want? I’m on Hassio.
Is this what you are looking for?
yeelink-light-ceiling1_mibt77531119
yeelink-light-strip1_miio72697994
yeelink-light-mono1_miio56754700
yeelink-light-color1_miio72941242
syssi
May 17, 2018, 7:32pm
174
No. Sorry for the late resonse. If you don’t have a python installation around it’s hard to find out.
lkhdas
May 23, 2018, 8:38pm
176
@syssi
I just received my ceiling light today but in HA I get a color wheel though it’s not an rgb light?
>>> import yeelight
>>> yeelight.discover_bulbs()
[{'ip': '192.168.......', 'port': 55443, 'capabilities': {'id': '0x0000000004a0f3fc', 'model': 'ceiling1', 'fw_ver': '180', '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 set_ps set_wrgb bg_set_wrgb suicide set_test', 'power': 'off', 'bright': '92', 'color_mode': '2', 'ct': '2777', 'rgb': '0', 'hue': '0', 'sat': '0', 'name': ''}}]
mihalski
(Michal Dobrzynski)
May 31, 2018, 10:21pm
177
Yes I have three of these…they work great, even the moonlight mode works fine.
1 Like
What do people think of these lights?
I need to install some new lights in my kitchen and I’m wondering about using these instead of putting a regular led ceiling light in and then putting a sonoff into the wall switch.
syssi
June 3, 2018, 12:10pm
180
Give it a try! There are a lot of satisfied users.
ZJAVA
June 5, 2018, 6:15am
181
@syssi in one ceiling i have weird error in logs (HA 0.70.1):
2018-06-05 07:57:49 ERROR (SyncWorker_14) [homeassistant.components.light.yeelight] Failed to connect to bulb 192.168.1.166, yeelight_ceiling_781xxxxx4b4: {‘code’: -1, ‘message’: ‘client quota exceeded’}
Device is unavailable in HA but i can control it with remote control or Yeelight app.