Insteon: Insteon Failed

Hello!

Got my 2412U PLC and plugged it in to Vera but I see this error at the top of the X10 Page

Insteon: Insteon Failed

There aren’t many options on the X10 Page but I have

/dev/usb/tts/1 set as the port

and dmesg from the device shows

Manufacturer: FTDI
Product: FT232R USB UART
SerialNumber: A6004soK
usbserial.c: FTDI FT232BM Compatible converter detected
usbserial.c: FTDI FT232BM Compatible converter now attached to ttyUSB1 (or usb/tts/1 for devfs)
usb.c: serial driver claimed interface 81aa9840
usb.c: kusbd: /sbin/hotplug-call add 4

So I think we’re correct on the port. Any ideas where next?

I’m using .899

How did you arrive at the proper (or any) string to type into the Port: field under Insteon/X10’s “More Options” pane? Why not just “1” or “USB1” or “ttyUSB1”?

Just curious.

It was already in there actually…

Have you tried switching the Insteon PLM’s USB cable to the port currently occupied by Vera’s dongle (with or without the dongle plugged back into Port 1)?

Also, have you reset/restarted Vera since plugging in the 2412U?

The “/dev/usb/tts/1” format @madas references is the same used for other serial devices like the ZWave USB Dongle itself.

From the firmware I saw, there’s a specific driver for the X10 stuff, and it was Lua-based from memory (I can’t remote to mine right now). I’m assuming this is “pre-configured” when it auto-detects.

So… what’s logged in the Luaupnp file over in the /var/log/cmh/ directory? It might give you more insight into what’s failing.

If it doesn’t, try bumping Vera’s log level and re-connecting it.

I tried with just the PLC and no Z-Wave and it still doesn’t work. The port defined under the X10 page actually changes automatically, so it must auto detect.

I have rebooted Vera before making all hardware changes.

The LuaUPnP.log file ends up being about 140k…any easy way to get it off? or anything I can grep out?

typically you can:

[tt] tail -f LuaUPnP.log | grep ‘^50|^01’[/tt]

while performing the activity, assuming you have a large enough scroll window or use [tt]more[/tt] to paginate (but lose the color coded output). Errors will usually come through in Bold-Red, but on one of the above error codes (“50” or “01” at the beginning of a line)

Alternatively, if you can get the Device ID allocated to the device, you can do something similar with:

[tt] tail -f LuaUPnP.log | grep “:deviceID:”

and you’ll also catch some of the lines localized for that device.

oh, and submit a Vera ticket for it also, so that MCV can formally debug it. I’m sure they’ll know way quicker than we can reverse engineer it, but we might as well try while we wait.

I did submit a ticket. They general take a few days

Here is a grep from the logs (attached too as it doesn’t view so well on here!)

root@HomeControl:/tmp/log/cmh# cat LuaUPnP.log |grep “InsteonNetwork1”
06 09/08/09 19:17:57.700 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: LastUpdate was: EMPTY now: 1252451641 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.702 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: AutoConfigure was: EMPTY now: 1 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.703 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: EMPTY now: 2 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.704 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: EMPTY now: Resetting Insteon Network #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.705 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: ComPort was: EMPTY now: /dev/usb/tts/0 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.706 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollingEnabled was: EMPTY now: 1 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.707 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollDelayInitial was: EMPTY now: 20 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.708 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollDelayDeadTime was: EMPTY now: 10 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.709 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollMinDelay was: EMPTY now: 10 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:17:57.710 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollFrequency was: EMPTY now: 60 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:04.639 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: LastUpdate was: 1252451641 now: 1252451884 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:18:04.641 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:LastUpdate=1252451884 UpnpNotify=-116 <0x400>
06 09/08/09 19:18:04.642 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 2 now: 5 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:18:04.645 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=5 UpnpNotify=-116 <0x400>
06 09/08/09 19:18:04.646 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Resetting Insteon Network now: Configuring Insteon devices #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:18:04.648 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Configuring Insteon devices UpnpNotify=-116 <0x400>
06 09/08/09 19:18:04.999 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 5 now: 5 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:05.001 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=5 UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:05.002 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Configuring Insteon devices now: Configuring Insteon devices #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:05.004 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Configuring Insteon devices UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:05.609 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 5 now: 6 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:05.611 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=6 UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:05.612 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Configuring Insteon devices now: Failure #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:05.614 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Failure UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:12.221 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 6 now: 2 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x380f>
02 09/08/09 19:18:12.223 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=2 UpnpNotify=-116 <0x380f>
06 09/08/09 19:18:12.224 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Failure now: Resetting Insteon Network #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x380f>
02 09/08/09 19:18:12.226 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Resetting Insteon Network UpnpNotify=-116 <0x380f>
06 09/08/09 19:18:16.845 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: LastUpdate was: EMPTY now: 1252451884 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.846 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: AutoConfigure was: EMPTY now: 1 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.847 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: EMPTY now: 2 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.848 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: EMPTY now: Resetting Insteon Network #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.849 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: ComPort was: EMPTY now: /dev/usb/tts/0 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.850 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollingEnabled was: EMPTY now: 1 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.852 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollDelayInitial was: EMPTY now: 20 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.853 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollDelayDeadTime was: EMPTY now: 10 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.854 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollMinDelay was: EMPTY now: 10 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:16.855 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollFrequency was: EMPTY now: 60 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:18:24.836 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: LastUpdate was: 1252451884 now: 1252451904 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:18:24.838 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:LastUpdate=1252451904 UpnpNotify=-116 <0x400>
06 09/08/09 19:18:24.839 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 2 now: 5 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:18:24.841 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=5 UpnpNotify=-116 <0x400>
06 09/08/09 19:18:24.842 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Resetting Insteon Network now: Configuring Insteon devices #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:18:24.844 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Configuring Insteon devices UpnpNotify=-116 <0x400>
06 09/08/09 19:18:24.969 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 5 now: 5 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:24.973 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=5 UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:24.974 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Configuring Insteon devices now: Configuring Insteon devices #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:24.976 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Configuring Insteon devices UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:25.886 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 5 now: 6 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:25.889 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=6 UpnpNotify=-116 <0x1005>
06 09/08/09 19:18:25.890 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Configuring Insteon devices now: Failure #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1005>
02 09/08/09 19:18:25.893 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Failure UpnpNotify=-116 <0x1005>
06 09/08/09 19:19:53.927 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 6 now: 2 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0xc04>
02 09/08/09 19:19:54.255 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=2 UpnpNotify=-116 <0xc04>
06 09/08/09 19:19:54.256 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Failure now: Resetting Insteon Network #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0xc04>
02 09/08/09 19:19:54.258 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Resetting Insteon Network UpnpNotify=-116 <0xc04>
06 09/08/09 19:19:57.849 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: LastUpdate was: EMPTY now: 1252451904 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.851 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: AutoConfigure was: EMPTY now: 1 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.852 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: EMPTY now: 2 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.853 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: EMPTY now: Resetting Insteon Network #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.854 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: ComPort was: EMPTY now: /dev/usb/tts/0 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.855 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollingEnabled was: EMPTY now: 1 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.856 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollDelayInitial was: EMPTY now: 20 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.857 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollDelayDeadTime was: EMPTY now: 10 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.858 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollMinDelay was: EMPTY now: 10 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:19:57.859 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: PollFrequency was: EMPTY now: 60 #hooks: 0 upnp: 0 v:(nil)/NONE duplicate:0 <0x400>
06 09/08/09 19:20:02.046 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: LastUpdate was: 1252451904 now: 1252452002 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:20:02.048 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:LastUpdate=1252452002 UpnpNotify=-116 <0x400>
06 09/08/09 19:20:02.049 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 2 now: 5 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:20:02.051 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=5 UpnpNotify=-116 <0x400>
06 09/08/09 19:20:02.052 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Resetting Insteon Network now: Configuring Insteon devices #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x400>
02 09/08/09 19:20:02.054 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Configuring Insteon devices UpnpNotify=-116 <0x400>
06 09/08/09 19:20:02.187 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 5 now: 5 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1807>
02 09/08/09 19:20:02.189 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=5 UpnpNotify=-116 <0x1807>
06 09/08/09 19:20:02.190 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Configuring Insteon devices now: Configuring Insteon devices #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1807>
02 09/08/09 19:20:02.192 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Configuring Insteon devices UpnpNotify=-116 <0x1807>
06 09/08/09 19:20:03.017 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusID was: 5 now: 6 #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1807>
02 09/08/09 19:20:03.019 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusID=6 UpnpNotify=-116 <0x1807>
06 09/08/09 19:20:03.020 Device_Variable::m_szValue_set device: 49 service: urn:micasaverde-com:serviceId:InsteonNetwork1 variable: NetStatusText was: Configuring Insteon devices now: Failure #hooks: 0 upnp: 1 v:(nil)/NONE duplicate:0 <0x1807>
02 09/08/09 19:20:03.022 Device_Variable::m_szValue_set 49 urn:micasaverde-com:serviceId:InsteonNetwork1:NetStatusText=Failure UpnpNotify=-116 <0x1807>
root@HomeControl:/tmp/log/cmh#

Another log grepped on Insteon

DeviceID (even with -i for case insensitive) doesn’t show much

from that last log, looks like your deviceID for the [parent] Insteon controller is 49.

It also looks, from this page:

http://wiki.micasaverde.com/index.php/Luup_Loglevels

that the Insteon Log levels are:

// Insteon starts with 6 LV_INSTEON 60 LV_SEND_INSTEON 61 LV_RECEIVE_INSTEON 62

so the grep can be changed to “^6” to find the Insteon log lines beginning with “6”.

This reminds me of how I over-eagerly clicked the “Activate Insteon” button (in .899) last week, wondering what it did … and being somewhat alarmed that there is not a “Deactivate Insteon” button.

Do you recall whether you clicked “Activate” prior to - or after - connecting the 2412U?

The PLC isn’t supported (powerline controller). You need a PLM (powerline modem). PLC uses a different protocol because it’s meant to be a stand-alone controller. PLM is simpler and should be much cheaper in the near future since it doesn’t have a built-in cpu. You want the 2412U.

You need to click ‘activate’ to enable the Insteon module before Vera will even try to find the 2412U. It also creates a new top level device. Added a mantis to add the ‘remote Insteon’ button. http://bugs.micasaverde.com/view.php?id=626

Read his original post: It’s a 2412U he’s using (a PLM).

FYI, I think MCV meant “Remove Insteon” button.

Yes I have a 2412U

MCV are going to remotely connect to my vera to take a look

running a grep with ^6 doesn’t show anything i’m afraid. I’ll post when I hear something from MCV. They emailed and asked me to open access to Vera for them.