HaKafkaNet 5.1.0-prerelease

Prefix Reserved
This is a prerelease version of HaKafkaNet.
There is a newer version of this package available.
See the version list below for details.
dotnet add package HaKafkaNet --version 5.1.0-prerelease
                    
NuGet\Install-Package HaKafkaNet -Version 5.1.0-prerelease
                    
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="HaKafkaNet" Version="5.1.0-prerelease" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HaKafkaNet" Version="5.1.0-prerelease" />
                    
Directory.Packages.props
<PackageReference Include="HaKafkaNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add HaKafkaNet --version 5.1.0-prerelease
                    
#r "nuget: HaKafkaNet, 5.1.0-prerelease"
                    
#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.
#:package HaKafkaNet@5.1.0-prerelease
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HaKafkaNet&version=5.1.0-prerelease&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=HaKafkaNet&version=5.1.0-prerelease&prerelease
                    
Install as a Cake Tool

HaKafkaNet

Integration that uses Home Assistant Kafka integration for creating home automations in .NET It was created with the following goals:

  • Create Home Assistant automations in .NET
  • Expose a simple way to track states of all entities in Home Asstant
  • Expose a simple way to respond to Home Assistant state changes
  • Provide a means to call Home Assistant RESTful services
  • Enable all automation code to be fully unit and/or component testable

Why HaKafkaNet ?

  • Kafka allows you to replay events. Therefore, when your application starts, it can quickly load the states of all your Home Assistant entities.
  • It gives you a UI to manage your automations and inspect Kafka consumers.
  • You have an easy way to respond to events during start up which means you are guarenteed to see/handle all events at least once, even if your application has been down. This means that you can create durable automations that will survive restarts.
  • Strong typing of entity states
  • Monitoring capabilities via system monitor including a global exception handler and ability to be alerted when entities become unresponsive.
  • Extensible framework
  • Automtion Factory and Automation builder with fluent syntax for quickly creating automations.
  • Full unit testability
  • MIT license

See Documentation for full details.

Product Compatible and additional computed target framework versions.
.NET 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HaKafkaNet:

Package Downloads
HaKafkaNet.TestHarness

A library containing test helpers for HaKafkaNet.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
11.3.0 201 6/8/2025
11.2.0 87 5/3/2025
11.1.4 202 1/13/2025
11.1.3 217 1/4/2025
11.1.2 149 1/1/2025
11.1.1 112 12/31/2024
11.1.0 129 12/31/2024
11.0.0 136 12/27/2024
10.2.2 140 12/19/2024
10.2.1 166 12/7/2024
10.2.0 116 11/29/2024
10.1.1 116 11/21/2024
10.1.0 124 11/10/2024
10.0.2 119 10/27/2024
10.0.1 110 10/26/2024
10.0.0 129 10/25/2024
9.2.2 142 10/13/2024
9.2.1 119 10/12/2024
9.2.0 138 10/12/2024
9.1.0 122 10/5/2024
9.0.1 162 9/27/2024
9.0.0-beta 106 9/27/2024
8.1.1 139 9/7/2024
8.1.0 149 9/1/2024
8.0.0 135 8/10/2024
7.1.3 133 7/7/2024
7.1.2 137 6/22/2024
7.0.0 133 6/19/2024
6.1.2 153 6/8/2024
6.1.1 156 5/5/2024
6.1.0 170 4/17/2024
6.0.0 153 4/12/2024
5.5.5 124 4/10/2024
5.5.4 127 4/9/2024
5.5.3 125 4/9/2024
5.5.2 147 4/1/2024
5.5.1 133 3/29/2024
5.5.0 117 3/28/2024
5.4.0 118 3/26/2024
5.3.0 183 3/24/2024
5.2.0 137 3/22/2024
5.1.0 159 3/18/2024
5.1.0-prerelease 140 3/17/2024
5.0.0 133 3/12/2024
4.2.0 158 3/9/2024
4.1.5 147 3/1/2024
4.1.4 138 2/29/2024
4.1.3 132 2/28/2024
4.1.2 137 2/27/2024
4.1.1 133 2/27/2024
4.0.1 139 2/25/2024
4.0.0 141 2/23/2024
4.0.0-prerelease 114 2/20/2024
3.0.2 136 2/14/2024
3.0.1 129 2/12/2024
3.0.0 162 2/11/2024
3.0.0-prerelease 119 2/10/2024
2.1.3 159 2/5/2024
2.1.2 142 2/5/2024
2.1.1 153 2/4/2024
2.1.0 169 2/4/2024
2.0.0 174 1/31/2024
1.1.1-prerelease 137 1/31/2024
1.1.0 133 1/21/2024
1.0.0 123 1/19/2024
0.3.0 121 1/18/2024
0.2.0 131 1/15/2024
0.1.1 133 1/14/2024
0.1.0 127 1/13/2024
0.0.1 143 1/13/2024