> For the complete documentation index, see [llms.txt](https://docs.kemperconnect.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kemperconnect.de/getting-started/changelog.md).

# Changelog

What's new in KEMPER Connect

## Intro

This page lists every change to KEMPER Connect in reverse chronological order. The most recent changes are also shown inside the application when you sign in, via the **"What's new in KEMPER Connect"** announcement. You can bring that announcement back at any time: use the sparkle icon in a site's sidebar, or the version number in the footer of the site overview.

Version numbers follow the release date in `YYYY.MM.DD` format. If two versions ship on the same day, a two-digit counter is appended (`2026.08.19.02`).

**Legend:** 🆕 New · ⬆️ Improved · 🔧 Fixed

## 2026.08.19

🆕 **Rule engine** Combine sensors and extraction units into rule groups so your equipment reacts to threshold breaches on its own. The diagnostics view shows live which command was dispatched and why. See the [rule engine guide](https://docs.kemperconnect.de/rule-engine/overview) for details.

🆕 **Indoor climate dashboard** Temperature and humidity from every climate sensor at a site on one page, including history and comfort ranges.

⬆️ **QR code sign-in** Sign in on shop-floor tablets by scanning a QR code instead of typing a password.

<figure><img src="https://3073979391-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYzQIyBSSR4lB7wrJabp%2Fuploads%2FrggnpfuWvHMHV86GEJPC%2FCleanShot%202026-08-20%20at%2009.34.50%402x.png?alt=media&amp;token=f8e8188d-b689-4a1f-a1e2-c4547660aec3" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3073979391-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPYzQIyBSSR4lB7wrJabp%2Fuploads%2FQGCVP8SA052RIVhtXfzA%2FCleanShot%202026-08-20%20at%2009.34.26%402x.png?alt=media&amp;token=394a021b-b9ae-4dc9-9b10-9ac4029e09bc" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kemperconnect.de/getting-started/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
