1plmpower(8) powerman plmpower(8)
2
3
4
6 plmpower - control Insteon/X10 devices via SmartLabs PLM 2412S
7
9 plmpower --device serial-port
10
12 plmpower is a helper program for powerman which enables communication
13 with Insteon/X10 devices via SmartLabs Power Line Modem, model 2412S.
14 It is run interactively by the powerman daemon. It can also be useful
15 as a standalone tool for debugging X10/Insteon networks based on the
16 above device.
17
19 Note the addresses of your Insteon/X10 devices. Plug the PLM into an
20 AC outlet, preferably on the same electrical phase as the devices under
21 control. Devices are available to bridge phases if this is not possi‐
22 ble.
23
24 Attach the PLM's serial port to your computer, and ensure that nothing
25 else is using the serial port such as the system console or getty(8).
26 Run plmpower and try the interactive commands below to see if the
27 devices respond reliably.
28
29 Once everything is working, configure powermand to run plmpower as a
30 coprocess as described in powerman.conf(5).
31
33 -d, --device serial-port
34 Specify the path to the special file connected to the PLM's
35 serial port.
36
37 -t, --timeout msec
38 Set the Insteon timeout to the specified number of milliseconds
39 (default 1000).
40
41 -x, --x10-attempts number
42 Set the number of times to run every X10 command (default 3).
43 X10 does not provide an ACK/NAK mechanism like Insteon so we
44 cannot be certain that any particular X10 command completed,
45 therefore X10 commands are issued multiple times to increase
46 confidence.
47
49 The following commands are accepted at the plmpower> prompt. Address
50 arguments may be Insteon (e.g. 1A.2B.3C) or X10 (e.g. G12).
51
52 help Display help on the available commands.
53
54 info Get info about the PLM.
55
56 reset Reset the PLM (clears the all-link db).
57
58 on addr
59 Turn on device.
60
61 off addr
62 Turn off device.
63
64 status addr
65 Query status of device (Insteon only).
66
67 ping addr
68 Time round trip request/response to device (Insteon only).
69
70
72 /usr/sbin/plmpower
73 /etc/powerman/powerman.conf
74
75
77 PowerMan was originally developed by Andrew Uselton on LLNL's Linux
78 clusters. This software is open source and distributed under the terms
79 of the GNU GPL.
80
81
83 powerman(1), powermand(8), httppower(8), plmpower(8), vpcd(8), power‐
84 man.conf(5), powerman.dev(5), powerman-devices(7).
85
86 http://sourceforge.net/projects/powerman
87
88
89
90powerman-2.3.5 2009-02-09 plmpower(8)