From 7dcfd15fd8dbbe2054c0a19aeec5c34032a45993 Mon Sep 17 00:00:00 2001 From: Adrian Batzill Date: Sun, 29 Oct 2023 15:39:57 +0100 Subject: [PATCH] readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b9a356..345be66 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,14 @@ This Repository contains a Home Assistant Addon to run Ism7MQTT for reading data from Wolf heaters, equipped with an ISM7 Module, directly. -Please refer to for more information, especially for creation of the parameters.json file required to run this. \ No newline at end of file +Also supports running multiple instances of ism7mqtt. To do so, configure the first instance normally, then, for each ISM7 you have, specify a block like this under "additional ISM7 devices": +``` +- device_name: "WolfHeizung2 + ism7_ip: "192.168.x.y" + ism7_password: "something" + interval: 60 +``` + +Note that each ISM7 needs a distinct device name without spaces or special characters. + +For more information, or if you encounter any issues, please refer to https://github.com/zivillian/ism7mqtt \ No newline at end of file