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 12 matches
- Sat Jan 30, 2010 2:50 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
I am using r1262 with no such problems.
- Thu May 14, 2009 5:07 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
I googled CM19A & found that it will not work with the ActiveHome SW. Since the ActiveHome SDK is used for the CM15A plugin, chances are not good that it will work.
Apparently there is an ActiveX control for the CM19A so adapting the CM15A plugin should be doable.
Again, I am done working on or ...
Apparently there is an ActiveX control for the CM19A so adapting the CM15A plugin should be doable.
Again, I am done working on or ...
- Thu May 14, 2009 9:18 am
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
Livin,
I am not familiar with the CM19A, but if it uses the same ActiveHome SDK, then it will likely work with the plugin. Have you tried the RF out function of the plugin? It is the only one of the four modes I can't test.
A couple of years ago when I first started to look for a PC based ...
I am not familiar with the CM19A, but if it uses the same ActiveHome SDK, then it will likely work with the plugin. Have you tried the RF out function of the plugin? It is the only one of the four modes I can't test.
A couple of years ago when I first started to look for a PC based ...
- Sat May 09, 2009 7:09 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
I didn't mean to offend...
I think the changes you made cleaned up the code immensely. I converted some other Python code; I forget where I got it; it may have been USB-UIRT.
I assumed that its basic functionality had been tested.
I have no Python competency.
I encourage any other Python ...
I think the changes you made cleaned up the code immensely. I converted some other Python code; I forget where I got it; it may have been USB-UIRT.
I assumed that its basic functionality had been tested.
I have no Python competency.
I encourage any other Python ...
- Sat May 09, 2009 3:28 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
Ok... here goes...
First, I really like Eventghost and use it extensively in my home theater. It is the only reason I wrote the X10-CM15A plugin in the first place.
Second, I think anyone who choses to port it to a different back end, win32com instead of comtypes, is obligated to test it before ...
First, I really like Eventghost and use it extensively in my home theater. It is the only reason I wrote the X10-CM15A plugin in the first place.
Second, I think anyone who choses to port it to a different back end, win32com instead of comtypes, is obligated to test it before ...
- Sun Mar 08, 2009 8:19 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
Up until this weekend I had been running EG 3.6.1262 & my original CM15A plugin worked fine. I had even started using RF remotes with it. No problems; PLC & RF sending & receiving.
I have now updated to EG 3.6.1487 & a CM15A plugin that that has been -significantly- changed. Now I can neither send ...
I have now updated to EG 3.6.1487 & a CM15A plugin that that has been -significantly- changed. Now I can neither send ...
- Fri Jan 04, 2008 11:08 am
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
Yes, it is a plugin that generates EG events from and sends EG actions to X10 modules via the CM15A.
In addition to the CM15A interface, the CM15A SDK is required. I have ActiveHome installed on my PC and am not sure whether the SDK requires it. I don't use ActiveHome at all and use EG exclusively ...
In addition to the CM15A interface, the CM15A SDK is required. I have ActiveHome installed on my PC and am not sure whether the SDK requires it. I don't use ActiveHome at all and use EG exclusively ...
- Sun Dec 30, 2007 6:59 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
Re: X10 CM15A
I had need to add the CM15A to EG.
I don't get repeated PLC events, everything seems to work fine.
I am a Python newbie so I appreciate any improvements you feel are appropriate.
I look forward to seeing the changes you made.
Thanks for EG, it is working out very well for me,
Dean
I don't get repeated PLC events, everything seems to work fine.
I am a Python newbie so I appreciate any improvements you feel are appropriate.
I look forward to seeing the changes you made.
Thanks for EG, it is working out very well for me,
Dean
- Sat Dec 29, 2007 9:37 pm
- Forum: Plugin Support
- Topic: X10 CM15A
- Replies: 64
- Views: 44768
X10 CM15A
I have written a plugin for the X10 CM15A. It generates events and actions. I have tested the PLC receive events & transmit actions, but not the RF functionality since I don't have any RF sensors or modules.
It requires the comtypes package. It is available at: http://sourceforge.net/projects ...
It requires the comtypes package. It is available at: http://sourceforge.net/projects ...
- Thu Dec 06, 2007 10:35 pm
- Forum: General Support
- Topic: Incorporate comtypes in EG?
- Replies: 3
- Views: 1601
Re: Incorporate comtypes in EG?
Sounds good to me.
I have a rudimentary receiver / transmitter CM15A program up and running using the CM15A SDK & comtypes. I did it using the PythonWin IDE. I plan to use the USB-UIRT plugin as a template for my EG CM15A plugin. I will move it to the EG environment.
As soon as I have it I will ...
I have a rudimentary receiver / transmitter CM15A program up and running using the CM15A SDK & comtypes. I did it using the PythonWin IDE. I plan to use the USB-UIRT plugin as a template for my EG CM15A plugin. I will move it to the EG environment.
As soon as I have it I will ...
- Thu Dec 06, 2007 12:34 pm
- Forum: General Support
- Topic: Incorporate comtypes in EG?
- Replies: 3
- Views: 1601
Incorporate comtypes in EG?
Is there any plan to incorporate comtypes into EG in the near future?
comtypes is a pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
http://sourceforge.net/projects/comtypes/
I am a Python newbie with alot of embedded C/C++ experience.
I am ...
comtypes is a pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
http://sourceforge.net/projects/comtypes/
I am a Python newbie with alot of embedded C/C++ experience.
I am ...
- Fri Nov 23, 2007 12:00 pm
- Forum: Feature Requests
- Topic: x10 interface plugin (cm11a)
- Replies: 23
- Views: 15111
Re: x10 interface plugin (cm11a)
Is there any interest in a bidirectional plugin for the CM15A?
Thx,
Dean
Thx,
Dean