From d769661a24d531c5484c94ef2b88bd685e3f68a3 Mon Sep 17 00:00:00 2001 From: Addie Janssen <55428983+addiejanssen@users.noreply.github.com> Date: Mon, 14 Sep 2020 18:24:03 +0200 Subject: [PATCH] Update README.md Fixed typos.... --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f704588..12afbab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Domoticz SolarEdge_ModBusTCP plugin +# Domoticz SolarEdge_ModbusTCP plugin A Domoticz plugin to collect data from SolarEdge power inverters over ModbusTCP. @@ -47,12 +47,12 @@ sudo service domoticz.sh restart ## Configuration in Domoticz -Once the plugin is installed, a new hardware type will be available: `SolarEdge ModBusTCP`. +Once the plugin is installed, a new hardware type will be available: `SolarEdge ModbusTCP`. To add the inverter, go to `Setup` -> `Hardware` and add the inverter: - Enter a `name` for the inverter. -- Select `SolarEdge ModBusTCP` from the `type` dropdown list. +- Select `SolarEdge ModbusTCP` from the `type` dropdown list. - Enter the IP address of the inverter in the `Inverter IP Address` field. - Enter the port number (default: 502) of the inverter in the `Inverter Port Number` field. - Select `Yes` in the `Add missing devices` to create the devices when the inverter is added. Select `No` after deleting unwanted devices. Leaving the option set to `Yes` will recreate the deleted devices once Domoticz is restarted. @@ -112,4 +112,4 @@ The Domoticz Temperature page shows the inverters temperature data. All the other information is visible in the Domoticz Utility page. -![](screenshots/Utility.png) \ No newline at end of file +![](screenshots/Utility.png)