Search found 4 matches

by itjensen
Saturday 20 October 2018 17:43
Forum: Design, usability and languages
Topic: Aurora theme
Replies: 466
Views: 185901

Re: Aurora theme


Hello,
I have a camera in my highlighted items on my dashboard, and it is working perfectly...
Maybe try to put your camera as first in your switch list ?

Send via Tapatalk


Thanks, I have tried many things and putting the camera first in switch list solved my preview problem.
I am using a ...
by itjensen
Wednesday 03 October 2018 13:26
Forum: Switches and Scenes
Topic: Yeelight LUA script for multiple IPs (with example)
Replies: 5
Views: 1389

Re: Yeelight LUA script for multiple IPs (with example)

Fantastic, thank you. This worked.
I hope your answer can be helpfull to others as I see the same type of question repeated on this forum.
by itjensen
Wednesday 03 October 2018 12:16
Forum: Switches and Scenes
Topic: Yeelight LUA script for multiple IPs (with example)
Replies: 5
Views: 1389

Re: Yeelight LUA script for multiple IPs (with example)

I tried with something like this and it is not working:

commandArray = {}
DomDevice = 'YeelightTemperature';
IP = '192.168.1.30', '192.168.1.31', '192.168.1.32', '192.168.1.33';
PORT = '55443'

if devicechanged[DomDevice] then
if(devicechanged[DomDevice]=='Off') then
DomValue = 0 ...
by itjensen
Wednesday 03 October 2018 12:11
Forum: Switches and Scenes
Topic: Yeelight LUA script for multiple IPs (with example)
Replies: 5
Views: 1389

Yeelight LUA script for multiple IPs (with example)

How do I add multiple IP (Yeelight lamps) to LUA script?

I followed this guide: https://www.domoticz.com/wiki/Yeelight
and manage to create working switches and dimmers.

In DZVents script example I can controll all my yeelight bulbs at once with
port = '55443'
yeelights = {'192.168.1.30', '192 ...