Hi,
I wrote a cron scheduler plugin, it allows you to trigger events at a certain time or date.
See: http://sites.google.com/site/eventghost ... ugins/cron
~CoderX
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.
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 9 matches
- Wed Oct 28, 2009 9:08 pm
- Forum: Coding Corner
- Topic: Cron scheduler plugin
- Replies: 0
- Views: 1547
- Mon Oct 05, 2009 9:52 am
- Forum: Coding Corner
- Topic: Twilight: sunrise/sunset and dusk/dawn plugin.
- Replies: 9
- Views: 4989
Re: Twilight: sunrise/sunset and dusk/dawn plugin.
Thank you Manxam,
http://sites.google.com/site/eventghost ... s/twilight
~CoderX
Oeps, you are right, I mixed them up, download the corrected 0.0.2 version here:manxam wrote:Your dusk and dawn are backwards
http://sites.google.com/site/eventghost ... s/twilight
~CoderX
- Thu Sep 24, 2009 9:24 am
- Forum: Coding Corner
- Topic: Twilight: sunrise/sunset and dusk/dawn plugin.
- Replies: 9
- Views: 4989
Re: Twilight: sunrise/sunset and dusk/dawn plugin.
Yes, I know this plugin, the problem that I have with it is that to much functionality is combined. I would brake it up in a scheduler, sun event generator and holiday event generator plugin. then the user can decide how these plugins interact with each other.
CoderX
CoderX
- Thu Sep 24, 2009 8:16 am
- Forum: Coding Corner
- Topic: Twilight: sunrise/sunset and dusk/dawn plugin.
- Replies: 9
- Views: 4989
Re: Twilight: sunrise/sunset and dusk/dawn plugin.
Hi,
I need to calculate the sunrise/set and twilight times once a day. So if the plugin starts I have to calculate the values and schedule the calculation for the next day. All sun events can also be scheduled. Something for the next release.
~CoderX
I need to calculate the sunrise/set and twilight times once a day. So if the plugin starts I have to calculate the values and schedule the calculation for the next day. All sun events can also be scheduled. Something for the next release.
~CoderX
- Wed Sep 23, 2009 7:54 pm
- Forum: Coding Corner
- Topic: Twilight: sunrise/sunset and dusk/dawn plugin.
- Replies: 9
- Views: 4989
Twilight: sunrise/sunset and dusk/dawn plugin.
Hi,
I wrote my first plugin for EventGhost, EventGhost is perfect for my home automation projects (actually it is the best program I found until now). I needed a plug-in that can switch my lights at sunrise and sunset, so I wrote one.
Everything can be found here:
http://sites.google.com/site ...
I wrote my first plugin for EventGhost, EventGhost is perfect for my home automation projects (actually it is the best program I found until now). I needed a plug-in that can switch my lights at sunrise and sunset, so I wrote one.
Everything can be found here:
http://sites.google.com/site ...
- Wed Sep 23, 2009 7:34 pm
- Forum: Coding Corner
- Topic: A __stop__ and __close__ method also for eg.ActionClass???
- Replies: 7
- Views: 3028
Re: A __stop__ and __close__ method also for eg.ActionClass???
I see now, this gives different thoughts about implementing the plug-in. The problem I created was that I wanted to disable the cron job within the action. In this situation there must be something that tells the action that it is disabled :?. Better way is to tell the plug-in to disable a cron job ...
- Wed Sep 23, 2009 1:47 pm
- Forum: Coding Corner
- Topic: A __stop__ and __close__ method also for eg.ActionClass???
- Replies: 7
- Views: 3028
Re: A __stop__ and __close__ method also for eg.ActionClass???
Don't know what this means, but sounds like "can not be implemented"Bartman wrote:action are continously disabled when using the very central "enable exclusive" action.
Keeping track of that would certainly screw my mind in a larger config.
~CoderX
- Wed Sep 23, 2009 9:17 am
- Forum: Coding Corner
- Topic: A __stop__ and __close__ method also for eg.ActionClass???
- Replies: 7
- Views: 3028
Re: A __stop__ and __close__ method also for eg.ActionClass???
It didn't bothered me while coding the Timer plugin
Hi Bartman,
I studied the timer plugin code, you used another action to abort the timer. This is perfectly fine. I'm currently writing a cron plugin, I could also add an action to abort the cron job.
I think for the end-user it is more ...
Hi Bartman,
I studied the timer plugin code, you used another action to abort the timer. This is perfectly fine. I'm currently writing a cron plugin, I could also add an action to abort the cron job.
I think for the end-user it is more ...
- Sun Sep 20, 2009 6:59 pm
- Forum: Coding Corner
- Topic: A __stop__ and __close__ method also for eg.ActionClass???
- Replies: 7
- Views: 3028
Re: A __stop__ and __close__ method also for eg.ActionClass???
Hi,
I'm also missing these functions. For a specific plugin I'm writing I need a __stop__ function in eg.ActionBase.
What is actually called when a action item is disabled?
CoderX
I'm also missing these functions. For a specific plugin I'm writing I need a __stop__ function in eg.ActionBase.
What is actually called when a action item is disabled?
CoderX