InsteonTerminal (git commit
030fb16) claims to connect successfully to my Hub 2 (2245-555, 0x03, 0x33). The terminal reads:
>>> connectToMyHub()
Connecting
Connected
Within seconds I get these errors:
>>> 01:20:22.979 [Thread-2] WARN us.pfrommer.insteon.msg.MsgReader - got unknown command code 50
01:20:30.008 [Thread-2] WARN us.pfrommer.insteon.msg.MsgReader - got unknown command code 50
01:20:34.441 [Thread-2] WARN us.pfrommer.insteon.msg.MsgReader - got unknown command code 51
I've seen unknown command codes 50, 51, 53, and 4C. When I attempt to ListDevices(), I get nothing:
listDevices()
And if I try modem.getdb(), I get this error:
>>>modem.getdb()
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'modem' is not defined
Please share advice!
Thank you,
-James