Search found 7 matches

by damirch
Wednesday 10 January 2018 16:05
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

Anybody who can fix this for me? I'll pay :)
by damirch
Wednesday 10 January 2018 12:57
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

Sorry, I can not help with this. http://www.domoticz.com/wiki/DzVents:_next_generation_LUA_scripting http://www.domoticz.com/wiki/LUA_commands Ok, Thanks. I'm switching to older version which works for me. Hopefully someone in the future will post working script. My scripting knowlegde is limited ...
by damirch
Wednesday 10 January 2018 11:02
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

hekm77 wrote: Wednesday 10 January 2018 9:55

Code: Select all

local Lights = {'name1', 'name2', 'name3'}

for n, name in pairs(Lights) do
domoticz.devices(name).switchOn()
end
Thanks. I guess I'm doing something wrong.

Can you please attach whole file?

Thank you very much for your effort!
by damirch
Wednesday 10 January 2018 9:25
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

hekm77 wrote: Wednesday 10 January 2018 9:19 local Light = domoticz.devices('Name_of_your_lamp_from_the_device_tab')
Hello,

Problem is I have 8 Yeelight lamps and if i put only one here i can turn off only that one lamp. How can I add all 8 lamps?

Thanks
by damirch
Wednesday 10 January 2018 9:04
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

Thank you, script works. But... everything is really slow, any change takes long time to complete and in Domoticz logs i see: 2017-11-01 17:55:58.435 Error: EventSystem: Warning!, lua script Yeelight-Scene has been running for more than 10 seconds Updated the script to dzVents 2.3.0. Only for ...
by damirch
Wednesday 01 November 2017 17:57
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

Hi. http://4pda.ru/forum/index.php?act=findpost&pid=58660929&anchor=Spoil-58660929-5 Thank you, script works. But... everything is really slow, any change takes long time to complete and in Domoticz logs i see: 2017-11-01 17:55:58.435 Error: EventSystem: Warning!, lua script Yeelight-Scene has been ...
by damirch
Wednesday 01 November 2017 9:03
Forum: LUA
Topic: Yeelight and Hue lights - use same settings
Replies: 19
Views: 7159

Re: Yeelight and Hue lights - use same settings

hekm77 wrote: Friday 24 February 2017 7:48 Тhanks. I deleted "Hue line" from code. Works fine only for Yeelight.
Hi, Can you please share your script?

Thanks.