Embedded Automation Forum  

Go Back   Embedded Automation Forum > mHome Products > mControl
Forums FAQ Members List Calendar Search Today's Posts Mark Forums Read

mControl General questions and comments on mControl

Reply
 
Thread Tools Display Modes
  #1  
Old 04-08-2007, 07:11 PM
bearcat245's Avatar
bearcat245 bearcat245 is offline
Member
 
Join Date: Feb 2007
Posts: 56
Default x-10 and controller interface

I finally got the mContol software to work (version 1.70), however none of my x-10 modules work. I purchased INSTEON modules and then felt I had to replace 50% of my x-10's.
I am now down to some remote modules and need to see if I missunderstood the system concept.
First, I formerly used the 1132CU controller with my X-10 system.
I now have the 2414U controller, but x-10 do not work.
My question is:
Do I need a different x-10 controller (CM15A) so that I can use all my old/new x-10 devices?
Does this mean that I need two (2) controllers operating from mControl?
Last:
I do not see the 1132U as a option for controller choices, is it obsolete?
Thanks for your help.
Barry

Last edited by bearcat245; 04-09-2007 at 02:28 PM.
Reply With Quote
  #2  
Old 04-09-2007, 04:22 PM
Ted Singh's Avatar
Ted Singh Ted Singh is offline
Senior Member
Site Admin
 
Join Date: Nov 2005
Posts: 1,108
Default

Bearcat,

The 2414U can control X10 devices. We have found that it's not the best X10 controller but can control X10 nonetheless. If you are having problems, please send your log files to support at embedded automation dot com and we can see if the communication is going through.

We do not support the 1132U.
[katrash] Later we added support for th 1132CU (USB X-10 controller)

Ted

Last edited by katrash; 07-02-2007 at 03:02 PM. Reason: Adding the note
Reply With Quote
  #3  
Old 07-02-2007, 05:08 AM
ssguerrand ssguerrand is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default

I'm having a similar issue. I have an insteon 2414u interface on usb and a w800 on serial. I am able to control the devices ok through the mcontrol interface but it is unresponsive to rf commands from a hr12a palm pad. I made sure that the w800 controller is set to load at start and is set for the proper port. I also made sure that no other controller configs that use serial are set to load, only the w800 is set to load.

<adapter base="W800RF" load="Y" assembly="EA.InsteonX10.dll"
driver="EmbeddedAutomation.mServer.Adapters.W800RF 32Manager">
<aparam name="DISPLAY-AS" value="W800RF32A"/>
<aparam name="Description" value="WGL W800RF32A PC Receiver"/>
<aparam name="Supports" value="X10"/>
<aparam name="AProtocol" value="X10RF"/>
<aparam name="Port" value="COM1"/>
<aparam name="KeepPortOpen" value="true"/>
<aparam name="DebugLevel" value="5"/>
</adapter>

Any ideas on what might be the issue?

I tried making a macro to the adapter and it responds to the palm pad, I hope I will not have to make a macro for each light if I want to control them from the pad.

Last edited by ssguerrand; 07-02-2007 at 05:24 AM.
Reply With Quote
  #4  
Old 07-02-2007, 03:19 PM
katrash katrash is offline
mControl Dev. Team
Site Admin
 
Join Date: Dec 2005
Location: Langley, BC, Canada
Posts: 568
Default

Quote:
Originally Posted by ssguerrand View Post
I'm having a similar issue. I have an insteon 2414u interface on usb and a w800 on serial. I am able to control the devices ok through the mcontrol interface but it is unresponsive to rf commands from a hr12a palm pad. I made sure that the w800 controller is set to load at start and is set for the proper port. I also made sure that no other controller configs that use serial are set to load, only the w800 is set to load.
Any ideas on what might be the issue?
The W800 is an X-10 controller that helps you receive X-10 signals through RF; it doesn't control the X-10 devices. What it does is that it receives X-10 RF signals from all the address range (A1 to P16, unlike some other X-10 receivers which receive from a preset house code only). It then sends these received signals to the computer through the serial port and doesn't send them over the powerline. Hence, it is an input-only controller which can be used in triggering macros upon receiving other X-10 signals in mControl.

Quote:
I tried making a macro to the adapter and it responds to the palm pad, I hope I will not have to make a macro for each light if I want to control them from the pad.
As I said above, this is the only way to use it. We will try to find a way to tie it with another X-10 controller in the mControl system so mControl passes-through the received signals from the W800 to the other controller to put it on the power-line (but this might lead to an endless loop in some cases if you have anothe X-10 RF transmitter in your network).
Reply With Quote
  #5  
Old 07-02-2007, 04:42 PM
ssguerrand ssguerrand is offline
Junior Member
 
Join Date: Jul 2007
Posts: 2
Default

Quote:
Originally Posted by katrash View Post
The W800 is an X-10 controller that helps you receive X-10 signals through RF; it doesn't control the X-10 devices. What it does is that it receives X-10 RF signals from all the address range (A1 to P16, unlike some other X-10 receivers which receive from a preset house code only). It then sends these received signals to the computer through the serial port and doesn't send them over the powerline. Hence, it is an input-only controller which can be used in triggering macros upon receiving other X-10 signals in mControl.



As I said above, this is the only way to use it. We will try to find a way to tie it with another X-10 controller in the mControl system so mControl passes-through the received signals from the W800 to the other controller to put it on the power-line (but this might lead to an endless loop in some cases if you have anothe X-10 RF transmitter in your network).
I was hoping that it would be able to pass the commands from the incoming x10rf to the plc. Guess I'll be sticking with PowerHome for now.
Reply With Quote
  #6  
Old 11-16-2007, 09:00 PM
mabrown mabrown is offline
Member
 
Join Date: Jan 2007
Posts: 39
Default

How would I set up a macro for the w800? What condition type would I use?

I have a motion sensor that I want to turn on a light when triggered. I can see in the log that mcontrol sees the event via the w800 but I can't figure out how to then tell mcontrol to turn on the light.
Reply With Quote
  #7  
Old 11-17-2007, 01:16 AM
mabrown mabrown is offline
Member
 
Join Date: Jan 2007
Posts: 39
Default

Quote:
Originally Posted by mabrown View Post
How would I set up a macro for the w800? What condition type would I use?

I have a motion sensor that I want to turn on a light when triggered. I can see in the log that mcontrol sees the event via the w800 but I can't figure out how to then tell mcontrol to turn on the light.
Nevermind, figured it out..
Reply With Quote
  #8  
Old 04-08-2011, 09:02 PM
sharrisct25 sharrisct25 is offline
Member
 
Join Date: Jun 2008
Posts: 70
Default Did this ever get resolved

I really would like to have my RF commands translated to powerline by my Insteon controller so I can use my RF remotes to manipulate some devices. I use macros but they are not ideal since there needs to be an on and off.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:50 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.