Search found 4 matches

by Pi314
Sunday 08 March 2015 12:21
Forum: Others
Topic: LIFX Support
Replies: 40
Views: 15128

Re: LIFX Support

Now is possible to generate your own api key (token) yourself by logging into https://cloud.lifx.com/ and going to <your email> -> Settings. @mattc They are some typo error ;-) , corrected lines: runcommand = "curl -H \"Authorization: Bearer " .. (apikey) .. "\" -XPUT https://api.lifx.com:443 ...
by Pi314
Monday 26 January 2015 23:32
Forum: Others
Topic: LIFX Support
Replies: 40
Views: 15128

Re: LIFX Support

Great, It's work fine. One thing is missing it's the possibility to access the bulbs individually You can change the name of the bulbs on your network to LIFX1, LIFX2 and so on after which you should be able to call individual bulbs I don't see where I can insert in the scripts the name or mac adr ...
by Pi314
Sunday 25 January 2015 22:12
Forum: Others
Topic: LIFX Support
Replies: 40
Views: 15128

Re: LIFX Support

Great, It's work fine.
One thing is missing it's the possibility to access the bulbs individually
by Pi314
Friday 23 January 2015 9:06
Forum: Others
Topic: LIFX Support
Replies: 40
Views: 15128

Re: LIFX Support

Solved - In case anyone is interested, i can provide a detailed answer There are multiple LIFX control libraries available on the net I fiddled with a Perl library but finally got a reliable solution with lifx-python I like to use Domoticz, It's very usefull for me. But one thing is missing, the ...