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 10 matches
- Thu Sep 20, 2012 5:18 pm
- Forum: Plugin Support
- Topic: Pandora One plugin
- Replies: 0
- Views: 1568
Pandora One plugin
Hi guys, do we have an option to control the Pandora One desktop application (Adobe Air based), on Windows 7?
- Thu Sep 20, 2012 5:15 pm
- Forum: General Support
- Topic: OCR Support?
- Replies: 1
- Views: 1024
Re: OCR Support?
Second that!
- Fri May 08, 2009 1:25 pm
- Forum: Coding Corner
- Topic: Help with building a plugin - Phidgets
- Replies: 5
- Views: 3074
Re: Help with building a plugin - Phidgets
Thanks for the lead Walter! I will take a look at that one today and see what I can do!
- Thu May 07, 2009 5:19 pm
- Forum: Coding Corner
- Topic: Python script outputs
- Replies: 7
- Views: 3446
Re: Python script outputs
Alrighty well I'm almost to where I need to be, but I've ran into another roadblock. The "raw" outputs of the sensor values I am reading must be ran through a calculation before they produce meaningful data. in my example:
eg.TriggerEvent("Sensor %i: %i" % (e.index, e.value))
%i outputs the raw ...
eg.TriggerEvent("Sensor %i: %i" % (e.index, e.value))
%i outputs the raw ...
- Thu May 07, 2009 4:55 pm
- Forum: Coding Corner
- Topic: Python script outputs
- Replies: 7
- Views: 3446
Re: Python script outputs
YES!! That did the trick!! The sensor values are now showing up as Events instead of Informational!! Thank you Walter!!

- Thu May 07, 2009 3:01 pm
- Forum: Coding Corner
- Topic: Python script outputs
- Replies: 7
- Views: 3446
Re: Python script outputs
Most likely the problem with me understanding your response is my lack of dev experience :) But, let me pose my question a little more concisely to see if I get something back that I understand... a picture is worth a thousand words, so here we go again:
In the shot below, marked in red, the print ...
In the shot below, marked in red, the print ...
- Wed May 06, 2009 10:03 pm
- Forum: Coding Corner
- Topic: Python script outputs
- Replies: 7
- Views: 3446
Python script outputs
Hi all,
I posed a question about writing a specific plugin, havent gotten any takers on it and that's okay, but how about if I ask a more direct question about Python scripting:
I have some example code for some hardware I am interfacing with. I am able to dump it into a Python Script Event, and it ...
I posed a question about writing a specific plugin, havent gotten any takers on it and that's okay, but how about if I ask a more direct question about Python scripting:
I have some example code for some hardware I am interfacing with. I am able to dump it into a Python Script Event, and it ...
- Wed May 06, 2009 3:02 pm
- Forum: Coding Corner
- Topic: Help with building a plugin - Phidgets
- Replies: 5
- Views: 3074
Re: Help with building a plugin - Phidgets
Another note I forgot to add -- Another possibility for communicating with Phidgets hardware, instead of having a native plugin, Phidgets already has a "Web Interface", where you can communicate with the hardware via port 5001. Is there a way EG can attach to it this way to pull events and send ...
- Wed May 06, 2009 3:58 am
- Forum: Coding Corner
- Topic: Help with building a plugin - Phidgets
- Replies: 5
- Views: 3074
Help with building a plugin - Phidgets
hi all,
I need a plugin for Phidgets, which is a hobbyist / prototyping hardware interface. Fortunately, they have readily-available API's and python modules. I was able to successfully pull the data from the device by just adding a Python Macro using their sample scripts with some minor changes. It ...
I need a plugin for Phidgets, which is a hobbyist / prototyping hardware interface. Fortunately, they have readily-available API's and python modules. I was able to successfully pull the data from the device by just adding a Python Macro using their sample scripts with some minor changes. It ...
- Thu Mar 13, 2008 3:30 pm
- Forum: Plugin Support
- Topic: Network Broadcast Sender / Listener
- Replies: 134
- Views: 71862
Re: Network Broadcast Sender / Listener
Hi Kingtd... I am VERY interested in your plugin, because of your mention that you control your Insteon hardware with it. This has been something I have poured over the forums with no success. Can you give a quick how-to tutorial on setting this up to send/receive data to the Insteon PLC? This would ...