Hi,
I have homegear set up with just the MAX family module. It is connecting using CUNX to a MAX Cube that has been flashed with culfw
. When I turn on pairing mode and then set the TRV to pair, I get a few messages in the log files, and the TRV leaves pairing mode, all suggesting that the pairing worked. The logs are
08/30/20 18:12:25.511 MAX packet received (Max-CUNX, RSSI: 0x4E): 170004001A75E7FD8D58001101A14F455131303339353735
08/30/20 18:12:25.511 Module MAX: Creating SAVEPOINT PacketQueue1734119_0
08/30/20 18:12:25.612 Module MAX: CUNX "Max-CUNX": Info: Sending (Max-CUNX, WOR: yes): 0B060001FD8D581A75E70000
08/30/20 18:12:28.551 Module MAX: Sending from resend thread 0 of queue 0.
08/30/20 18:12:28.652 Module MAX: CUNX "Max-CUNX": Info: Sending (Max-CUNX, WOR: yes): 0B060001FD8D581A75E70000
08/30/20 18:12:31.552 Module MAX: Sending from resend thread 1 of queue 0.
08/30/20 18:12:31.652 Module MAX: CUNX "Max-CUNX": Info: Sending (Max-CUNX, WOR: yes): 0B060001FD8D581A75E70000
08/30/20 18:12:35.619 Module MAX: Debug: Deleting queue 0 for peer with address 0x1A75E7
08/30/20 18:12:35.620 Module MAX: Releasing SAVEPOINT PacketQueue1734119_0
However, ls
shows no paired devices, which suggests it didn’t work.
If I change the MAX! address of homegear (with the centralAddress
config setting in /etc/homegear/families/max.conf
) and then try to pair again, I get a new message: Module MAX: Error: Pairing packet rejected, because this peer is already paired to another central.
in the logs. This suggests, again, that the pairing worked.
I don’t know where to go next to debug this. Any pointers appreciated.