You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the computerRoomEast device does not have any entries about the modem in its link database, so it won't answer queries. No way around the press-the-button dance, so we link (using the set button) the modem as a controller, and the computerRoomEast device as a responder
However this isn't true. You can link a device to a modem with a message, as long as you know the device's address.
You should first send the modem [0x02, 0x64, recordType, groupNum]
Then you send the device an extended command of cmd1: 0x09 cmd2: 0x01
Can this feature be added to insteon-terminal?
The text was updated successfully, but these errors were encountered:
On Oct 2, 2019, at 5:27 PM, Paul Wieland ***@***.***> wrote:
The docs say:
This is because the computerRoomEast device does not have any entries about the modem in its link database, so it won't answer queries. No way around the press-the-button dance, so we link (using the set button) the modem as a controller, and the computerRoomEast device as a responder
However this isn't true. You can link a device to a modem with a message, as long as you know the device's address.
You should first send the modem [0x02, 0x64, recordType, groupNum]
Then you send the device an extended command of cmd1: 0x09 cmd2: 0x01
Can this feature be added to insteon-terminal?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#25?email_source=notifications&email_token=AARCTT35U22AQWBBPJT6V2DQMU37FA5CNFSM4I445UEKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HPIWW3A>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AARCTT5T4RECQ5GJPZWZCNTQMU37FANCNFSM4I445UEA>.
The insteon-terminal documentation is outdated, sorry. Somebody on the insteon terminal group pointed this out to me: it's definitely possible for a large number, if not for all insteon devices. I even added it as a feature, but not sure I ever committed the changes.
The docs say:
However this isn't true. You can link a device to a modem with a message, as long as you know the device's address.
You should first send the modem
[0x02, 0x64, recordType, groupNum]
Then you send the device an extended command of
cmd1: 0x09 cmd2: 0x01
Can this feature be added to
insteon-terminal
?The text was updated successfully, but these errors were encountered: