ZWaveDotNet 0.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ZWaveDotNet --version 0.6.0                
NuGet\Install-Package ZWaveDotNet -Version 0.6.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ZWaveDotNet" Version="0.6.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ZWaveDotNet --version 0.6.0                
#r "nuget: ZWaveDotNet, 0.6.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ZWaveDotNet as a Cake Addin
#addin nuget:?package=ZWaveDotNet&version=0.6.0

// Install ZWaveDotNet as a Cake Tool
#tool nuget:?package=ZWaveDotNet&version=0.6.0                

Build Version

ZWaveDotNet

An implementation of ZWave Plus using the 2023b public specification.

Features:

  • Support is included for 60+ command classes. Full and partial command class support is listed here.
  • Support for security (V0 and V2) and message encapsulation (CRC16, MultiChannel, MultiCommand, Transport and Supervision)
  • Support for 8/12/16 bit node IDs (4000+ nodes per controller) including ZWave LR
  • Support for extended command classes (16-bit)
  • Support for broadcast messaging
  • Support for ZWave Plus and Device Type v2
  • Node database import/export
  • SmartStart inclusion and SmartStart for ZWave long range (LR) devices (including SmartStart by QR Code)
Getting Started:
Work in progress:
  • Multicast is not yet exposed
  • Security2 multicast is not implemented
  • Transport CC is receive only and not fully implemented (Very few devices use this)
  • Node interviews are only partially implemented according to the spec

Testers, Tickets, Feedback and PRs are welcome.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 67 9/14/2024
0.6.0 68 9/2/2024
0.5.0 163 6/20/2023

Support is included for 60+ command classes. See README for details.