Please login or register.

Login with username, password and session length
Pages: [1] 2 3

Author Topic: Powerlinc II  (Read 40673 times)

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Powerlinc II
« on: June 15, 2010, 02:12:32 PM »

Hi all. Anyone have any experience with this beast (1132B i think). :) If not I guess it's hacky tweaky
time here. I have a Red-hat system running 2.6.33 kernel on a AMD 64 platform. Any pointers would be
nice. I don't really expect anything to be out there but it don't hurt to ask the guru's I have no problem
poking at it with C,Jave etc, but don't want to duplicate anything already out there. Thanks People.
 
Logged
Working  -:)

Brian H

  • Community Organizer
  • Hero Member
  • ***
  • Helpful Post Rating: 305
  • Posts: 13259
Re: Powerlinc II
« Reply #1 on: June 15, 2010, 04:15:32 PM »

I have a few of them, but only where used with their TesterLinc Signal tester and their custom WGL V572 receiver kit.

If you have not gotten the users manual and technical documentation there are links on the sales page.

http://www.smarthome.com/1132B/PowerLinc-Serial-TW523-X10-Interface-with-12VDC-Output/p.aspx

PowerLinc II sounds more like their 2414U USB and 2414S serial Insteon Power Line Controller or the 2412U USB and 2412S Serial Power Line Modem. They can do Insteon and X10 signaling. The 2414S is now discontinued and the 2412S is back ordered for another month and a half.
« Last Edit: June 15, 2010, 04:31:08 PM by Brian H »
Logged

pconroy

  • Hero Member
  • *****
  • Helpful Post Rating: 9
  • Posts: 294
Re: Powerlinc II
« Reply #2 on: June 15, 2010, 04:37:58 PM »

Like Brandt said - see if you can post the model number.
I have an earlier version of the 1132B - and it's easy to program.

I believe it's *Wish* that has support built it for it already.
IIRC - Wish is the project name that builds /dev/x10/xxxxx entries on Linux to control the device.
Logged

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Re: Powerlinc II
« Reply #3 on: June 15, 2010, 04:44:44 PM »

Thanks for the reply. I see hat the powerlink II allows for attachment of TW523/PSC05 in addition
to a computer serial port. I have a couple of these also. Information on the use of these things is
murky at best. Is the testerlink product available from smart home also ?
Thanks ++
 
Logged
Working  -:)

pconroy

  • Hero Member
  • *****
  • Helpful Post Rating: 9
  • Posts: 294
Re: Powerlinc II
« Reply #4 on: June 15, 2010, 04:55:57 PM »

what device are you looking at?
can you post a URL?
Logged

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Re: Powerlinc II
« Reply #5 on: June 15, 2010, 05:01:17 PM »

Like Brandt said - see if you can post the model number.
I have an earlier version of the 1132B - and it's easy to program.

I believe it's *Wish* that has support built it for it already.
IIRC - Wish is the project name that builds /dev/x10/xxxxx entries on Linux to control the device.

 The model no of the thing I have. is 1132B, That's the number printed on the units label.
The box it came in says PowerLinc II Model 1132B. Thats all I can see from outside.  Would
be most excellent if you could give a url to *Wish* so I could check it out.
Thanks ++  :)%
Logged
Working  -:)

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Re: Powerlinc II
« Reply #6 on: June 15, 2010, 05:08:07 PM »

Logged
Working  -:)

Brian H

  • Community Organizer
  • Hero Member
  • ***
  • Helpful Post Rating: 305
  • Posts: 13259
Re: Powerlinc II
« Reply #7 on: June 15, 2010, 06:31:44 PM »

Thanks for the confirmation. That is the one I thought it maybe
You are correct. I looked at one of mine and the box does say PowerLinc II.

The Insteon ones say PowerLinc V2  ???
« Last Edit: June 15, 2010, 06:49:58 PM by Brian H »
Logged

pconroy

  • Hero Member
  • *****
  • Helpful Post Rating: 9
  • Posts: 294
Re: Powerlinc II
« Reply #8 on: June 16, 2010, 01:16:22 AM »

Like Brandt said - see if you can post the model number.
I have an earlier version of the 1132B - and it's easy to program.

I believe it's *Wish* that has support built it for it already.
IIRC - Wish is the project name that builds /dev/x10/xxxxx entries on Linux to control the device.

 The model no of the thing I have. is 1132B, That's the number printed on the units label.
The box it came in says PowerLinc II Model 1132B. Thats all I can see from outside.  Would
be most excellent if you could give a url to *Wish* so I could check it out.
Thanks ++  :)%

http://wish.sourceforge.net/

and spend some time here:

http://www.linuxha.com/athome/index.html

good luck!
Logged

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Re: Powerlinc II
« Reply #9 on: June 17, 2010, 12:43:22 PM »

Thats a really cool couple of links. Thanks. Is there anywhere that has a list of X-10 commands
for this thing?

Thanks again
Logged
Working  -:)

Brian H

  • Community Organizer
  • Hero Member
  • ***
  • Helpful Post Rating: 305
  • Posts: 13259
« Last Edit: June 17, 2010, 12:56:09 PM by Brian H »
Logged

pconroy

  • Hero Member
  • *****
  • Helpful Post Rating: 9
  • Posts: 294
Re: Powerlinc II
« Reply #11 on: June 17, 2010, 06:06:16 PM »

If you have the serial version - it's pretty easy.
open() the port.
start write()'ing and read()'ing bytes.

I should have Java and 'C' code lying around somewhere to get you started if you'd like it.
Logged

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Re: Powerlinc II
« Reply #12 on: June 17, 2010, 06:29:53 PM »

If you have the serial version - it's pretty easy.
open() the port.
start write()'ing and read()'ing bytes.

I should have Java and 'C' code lying around somewhere to get you started if you'd like it.

Would appreciate looking at that . C for me no problemo. Java too. Thanks++  :)%
Have done alot of C C++ Java and linux driver work. Just don't know the commands
to shove at it. Oh and one off topic question , how the h*ll do you get your avatar to
show up ?
Thanks++
Logged
Working  -:)

Alan V

  • Hero Member
  • *****
  • Helpful Post Rating: 8
  • Posts: 171
Re: Powerlinc II
« Reply #13 on: June 17, 2010, 07:09:13 PM »


...how the h*ll do you get your avatar to
show up ?
Thanks++


Try making it 65 by 65 pixels.  Then it should work.
Logged

neo11

  • Full Member
  • ***
  • Helpful Post Rating: 1
  • Posts: 31
  • Bitbucket sinkhole
Re: Powerlinc II
« Reply #14 on: June 17, 2010, 07:39:44 PM »


...how the h*ll do you get your avatar to
show up ?
Thanks++


Try making it 65 by 65 pixels.  Then it should work.

Thanks it did !  :)%
Logged
Working  -:)
Pages: [1] 2 3
 

X10.com | About X10 | X10 Security Systems | Cameras| Package Deals
© Copyright 2014-2016 X10.com All rights reserved.