Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 22 matches

by CypherMK
Tue May 31, 2016 5:01 am
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K

I am willing to test, if you make a new plugin. Let me know.
by CypherMK
Mon May 30, 2016 7:06 pm
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K

Found my solution. With the help of the lifx site.

If anyone wants to use this, you have to edit the attached file and put in a token which can be made on this site: https://cloud.lifx.com/
You have to sign in and create a token by clicking on your email, and then settings.

And on this page ...
by CypherMK
Mon May 30, 2016 6:44 pm
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K

I checked the script above, but it doesn't work. The lights aren't responding when I press test. Eventghost doesn't give any error, only that the event is being executed.
by CypherMK
Mon May 30, 2016 4:02 pm
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K

That was a lot of text ;)

I got my bulb for only Ôé¼30 +Ôé¼6 shipping. It was a steal. Not available anymore unfortunately.

I will try the scripts this evening (if the wife let's me). I will let you know.

And maybe I can write a small python script with this info:
https://api.developer.lifx ...
by CypherMK
Sun May 29, 2016 6:02 pm
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K



Thanks for helping.

The calculation from kelvin to colour seems to be working. Unfortunately the plugin doesn't communicate with the lights anymore. So I can't switch it on or off, set colour etc.
Can you look at the code?

Thank you

i don't have the LIFX lights at all, but i did notice my ...
by CypherMK
Sun May 29, 2016 11:01 am
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K

Also found this:
https://api.developer.lifx.com/v1/docs/colors

I use these with a tasker plugin. And this works great. Maybe this can be implemented?
by CypherMK
Sun May 29, 2016 10:10 am
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Re: Set LIFX colour to 2700K

I have edited the plugin to allow for the computation from kelvin to RGB.

the place where this is set is in the Set State action. so basically when you are turning it on then you can set the kelvin to a desired color

when doing this it will automatically change the color chooser to that color ...
by CypherMK
Sat May 28, 2016 2:58 pm
Forum: General Support
Topic: Set LIFX colour to 2700K
Replies: 13
Views: 3981

Set LIFX colour to 2700K

Hi,

I'm using this plugin and it works great:
https://github.com/marcushultman/eventghost-lifx

Does anybody know how to set the colour to 2700K. So I will have a natural light colour?
by CypherMK
Wed May 18, 2016 5:30 pm
Forum: Plugin Support
Topic: SunTracker - with moving ghost
Replies: 566
Views: 264037

Re: SunTracker - with moving ghost

I think the following script will do:


str = eg.event.payload
eg.TriggerEvent(
str,
prefix = 'WeatherCondition'
)
del str


1) Create a macro where you put the above script
2) Put the event "Main.Weather Condition:" inside the macro

You will then get unique events for each weather condition ...
by CypherMK
Thu May 12, 2016 12:44 pm
Forum: Plugin Support
Topic: SunTracker - with moving ghost
Replies: 566
Views: 264037

Re: SunTracker - with moving ghost

I have installed suntracker as a plugin and every 5 minutes it will get me events like these:
Main.Weather Condition: 'Partly Cloudy'
Main.Weather Condition: 'Mostly Cloudy'

But when I want to trigger an event with: Main.Weather Condition: 'Mostly Cloudy', nothing will happen. When I use: Main ...
by CypherMK
Tue Sep 03, 2013 7:07 pm
Forum: Plugin Support
Topic: terRemote - Android remote app for EventGhost
Replies: 549
Views: 239003

Re: terRemote - Android remote app for EventGhost

Hi,

the issue itself is new to me though it might have a known cause. By "won't work with tasker", do you mean sending tasker data or receiving from the terRemote Tasker plugin? From the use you describe, it seems like the second one is more plausible. Did the terRemote notification about the ...
by CypherMK
Tue Sep 03, 2013 10:00 am
Forum: Plugin Support
Topic: terRemote - Android remote app for EventGhost
Replies: 549
Views: 239003

Re: terRemote - Android remote app for EventGhost

Hi. First off all, a big thank you for this app!

I use this app in combination with tasker and eventghost to automatically turn on my receiver when I start my squeezecommander app. I use the free app.


I have only 1 small issue. When the app gets updated by the play store, it won't work with ...
by CypherMK
Sun Jul 14, 2013 9:59 pm
Forum: Plugin Support
Topic: New Marantz TCP Control Plugin
Replies: 59
Views: 19856

Re: New Marantz TCP Control Plugin

Thank you!
by CypherMK
Tue Jun 18, 2013 9:26 pm
Forum: Plugin Support
Topic: New Marantz TCP Control Plugin
Replies: 59
Views: 19856

Re: New Marantz TCP Control Plugin

oh wait. I found all the commands. Didn't see the tab. Not used to xls documents :)
by CypherMK
Tue Jun 18, 2013 9:25 pm
Forum: Plugin Support
Topic: New Marantz TCP Control Plugin
Replies: 59
Views: 19856

Re: New Marantz TCP Control Plugin

Hi Sam.

I really enjoy this plugin.

I have now setup my HTPC running mediaportal, to increase my subwoofer volume by 9 db when I play a movie. When the movie stops it will drop the subwoofer level again with 9db. So my music still sounds at it should.

I now used CVSW UP and CVSW DOWN command 18 ...