genielabs / zwave-lib-dotnet

Z-Wave Home Automation library for .NET / Mono
Apache License 2.0
63 stars 37 forks source link

Secure Include and related configuration #45

Closed marcus-j-davies closed 3 years ago

marcus-j-davies commented 3 years ago

Hello,

Looking through the source, I see a lot of mention, relating to security, encryption keys and what not. However, the public methods that are available under the ZWaveController do not reveal any methods to control security.

i.e Starting Secure Include, Setting the encryption key etc etc.

Question. Does your Lib support Secure include, setting the key, and operating secure devices?

Would appreciate a response.

Bounz commented 3 years ago

Hi, Marcus!

Unfortunately zwave-lib doesn't work properly with secure devices at the moment.

marcus-j-davies commented 3 years ago

Thank you for the Clarification Alexander.

Sent from my iPhone

On 4 Oct 2020, at 18:46, Alexander Sidorenko notifications@github.com wrote:

 Hi, Marcus!

Unfortunately zwave-lib doesn't work properly with secure devices at the moment.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

magnuand commented 3 years ago

Does this mean this library won't work with any command classes that require secure mode S0?

marcus-j-davies commented 3 years ago

I can’t see any method that allows setting the network key or anything like that. So my guess is no - though the library does have some of the foundations in place.

Hopefully someone from this project can shed some light.

I’m currently studying the ZWave docs my self, as I’m building my own library - kind of a learning exercise.

Sent from my iPhone

On 11 Oct 2020, at 21:16, Magnus Andersen notifications@github.com wrote:

 Does this mean this library won't work with any command classes that require secure mode S0?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

marcus-j-davies commented 3 years ago

no longer using the lib