From 88531f32ad95eddd64484a0974ec8d84e3bb83ab Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Tue, 25 Oct 2022 09:36:47 +0200 Subject: [PATCH] docs/screenshots: add README.md for convenient viewing on GH Signed-off-by: Martin Dummer --- README.md | 2 +- docs/screenshots/README.md | 71 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 docs/screenshots/README.md diff --git a/README.md b/README.md index b5e23fcb9..7f46a637e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project was started from [this](https://www.mikrocontroller.net/topic/52577 It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with their cloud access. With a lot of reverse engineering the Hoymiles protocol was decrypted and analyzed. ## Screenshots -Several screenshots of the frontend can be found here: [Screenshots](docs/screenshots) +Several screenshots of the frontend can be found here: [Screenshots](docs/screenshots/README.md) ## Currently supported Inverters * Hoymiles HM-300 diff --git a/docs/screenshots/README.md b/docs/screenshots/README.md new file mode 100644 index 000000000..f0bbbd516 --- /dev/null +++ b/docs/screenshots/README.md @@ -0,0 +1,71 @@ +# OpenDTU Screenshots + +here are some screenshots of OpenDTU's web interface. + +*** + +![](01_LiveView.png) + +*** + +![](02_NetworkAdmin.png) + +*** + +![](03_NtpAdmin.png) + +*** + +![](04_MqttAdmin.png) + +*** + +![](05_InverterAdmin.png) + +*** + +![](06_DtuAdmin.png) + +*** + +![](07_FirmwareUpgrade.png) + +*** + +![](08_NetworkInfo.png) + +*** + +![](09_NtpInfo.png) + +*** + +![](10_MqttInfo.png) + +*** + +![](11_SystemInfo.png) + +*** + +![](12_Eventlog.png) + +*** + +![](13_InverterSettings.png) + +*** + +![](14_ConfigManagement.png) + +*** + +![](15_LimitSettings.png) + +*** + +![](16_PowerSettings.png) + +*** + +![](17_InverterInfo.png)