Lars
Lars
I'm running into the same issue with disk usage. Currently I have to split my search space and delete the checkpoint files manually after each sub-search. Any updates / solutions...
Any updates on this PR? Waiting for this fix to be merged ✌️
``` case "PairPing": data.firmware = hex2byte(data.payload.substr(0,2)); data.msgType = hex2byte(data.payload.substr(2,2)); data.testresult = hex2byte(data.payload.substr(4,2)); data.serial = data.payload.substr(6); message.device = device_types[message.pairPing.type]; seen_devices[message.address] = message.device; break; ``` I think there should be a "PairPong"...
From https://svn.fhem.de/trac/browser/trunk/fhem/FHEM/14_CUL_MAX.pm: ``` #There are two variants of PairPing: -- #1. It has a destination address of "000000" and can be paired to any device. #2. It is sent after...