From 2a1a708c9e7b16db3aaebc3c1020522a574a13ee Mon Sep 17 00:00:00 2001 From: Marcus Zoller <16135047+mazocode@users.noreply.github.com> Date: Mon, 9 Oct 2023 13:40:49 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78d9ec7..c670f24 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ![code-analysis](https://github.com/mazocode/modbus2mqtt/actions/workflows/run-code-analysis.yaml/badge.svg) -This is a little helper I wrote to read registers from my Deye inverters and publish them as MQTT message. The configuration can be adjusted to read from any Modbus device via a Modbus TCP gateway (e.g. -the Waveshare RS485 to RJ45) and supports reading from multiple sources at the same time. +This is a little helper I wrote to read the Modbus holding registers from my Deye inverters and publish them as MQTT message. The configuration can be adjusted to read from any Modbus device using a Modbus TCP gateway (like +the Waveshare RS485 to Ethernet converters). You can read from multiple devices, including different device types, at the same time and convert values before publishing. ## Configuration