From bb6a05190e13b7b60a4e2a71be27d50eb98010c0 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 17 Sep 2022 18:15:19 +0200 Subject: [PATCH] updated --- ChangeLog.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 0ae200b4..9f5cfe90 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,6 +5,8 @@ ## Features * add continuation of initial scan until it succeeded +* add restart of device state when connection was reset +* add KNX integration directly via KNXnet/IP multicast routing as well as via knxd client # 22.3 (2022-05-08) diff --git a/README.md b/README.md index 551d1a92..7290d45c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ The main features of the daemon are: * publish received data to [MQTT topics](https://github.com/john30/ebusd/wiki/3.3.-MQTT-client) and vice versa (if authorized) * announce [message definitions and status by MQTT](https://github.com/john30/ebusd/wiki/MQTT-integration) to e.g. integrate with [Home Assistant](https://www.home-assistant.io/) using [MQTT Discovery](https://www.home-assistant.io/docs/mqtt/discovery/) * support MQTT publish to [Azure IoT hub](https://docs.microsoft.com/en-us/azure/iot-hub/) (see [MQTT integration](https://github.com/john30/ebusd/wiki/MQTT-integration)) + * publish message data to KNX groups and answer to read requests from KNX * [user authentication](https://github.com/john30/ebusd/wiki/3.1.-TCP-client-commands#auth) via [ACL file](https://github.com/john30/ebusd/wiki/2.-Run#daemon-options) for access control to certain messages