Adrian Roman

Results 28 comments of Adrian Roman

We have a similar issue with a custom znp. The problem is that after the stick is unpowered, when it's initialized, it's seen as in 'hold'. The code then tries...

I'll let you know when I'll put the code on GitHub. I still have some things to implement, right now I'm up to loading models from obj files, but no...

Depends on how you implemented it, I guess. I don't recall exactly the details, but for the case when the both the origin and the target were on the same...

Are there really firmware files available for devices? The Aeotec ones I have can have the firmware updated using their own executables, the firmwares are not available separately.

@xeanhort It is quite an involved task... for adding a device in the network there are 30 steps in the documentation, get only one wrong and it does not work....

The test vectors I mentioned are available in referred RFCs/papers.

My side signed an NDA, I'm sorry about that. Easy? As easy as for anybody else, I think, those papers are referred in the zwave paper. You just have to...

That is true. It's vulnerable only when including and you can do the inclusion in low power mode if you want. Apart from a more secure inclusion, S2 also is...

More info: Today when I attempted to reproduce it again (after restarting the zip gateway), it worked all right for the above mentioned devices, but the problem occurred for another...

I have more info on it and a possible fix: First I changed a timeout from 100 ms to 10 ms (see here: https://github.com/Z-WavePublic/libzwaveip/blob/master/libzwaveip/libzwaveip.c#L476 ) for listener connections only (checking...