From aee1fb647b18c6feb9c2d1ab252eb66871cc1f3f Mon Sep 17 00:00:00 2001
From: habuild <36288425+habuild@users.noreply.github.com>
Date: Sun, 27 Nov 2022 03:24:26 +1100
Subject: [PATCH] Update README.md
---
haos-sbfspot/README.md | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/haos-sbfspot/README.md b/haos-sbfspot/README.md
index e01cf82..25e85cb 100644
--- a/haos-sbfspot/README.md
+++ b/haos-sbfspot/README.md
@@ -71,6 +71,38 @@ The above options are the only required options if you want to fill out the opti
+### MIS_Enabled Bluetooth Multi Inverter support.
+
+This option is only for Bluetooth multi-inverter systems.
+
+Each inverter first needs to be run through the sensor create setting to enable the MQTT sensors.
+Each inverter needs to run through on it's BTAddress.
+(You may have to tweak the Plantname and topic slightly)
+
+Once the sensors are created set the Sensor create option back to NO (Disable the sensor creation setting)
+
+You can now enable MIS under the GUI or yaml options configuration.
+
+```
+MIS_Enabled: 1
+```
+
+The NET ID needs to be greater than 1 on all inverters.
+
+PVoutput SIDs can be comma separated entries with Inverter serial and separate PVO account IDs.
+
+
+```
+eg. Inverter1:acc1,Inverter2:acc2
+
+0123456789:12345,2222222222:54321
+```
+
+refer to [Issue 42 for more info](https://github.com/habuild/hassio-addons/issues/42)
+
+
+
+
## MQTT
### 2022.9.1+