diff --git a/README.md b/README.md index d8c67d5..d0f57eb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ It was the goal to replace the original Hoymiles DTU (Telemetry Gateway) with th ## Screenshots Several screenshots of the frontend can be found here: [Screenshots](docs/screenshots/README.md) +## Builds +Different builds from existing installations can be found here [Builds](docs/builds/README.md) +Like to show your own build? Just send me a Pull Request. + ## Currently supported Inverters * Hoymiles HM-300 * Hoymiles HM-350 diff --git a/docs/README.md b/docs/README.md index eac94f9..bec3457 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,3 +4,4 @@ More detailed descriptions for some topics can be found here. ## [MQTT Topic Documentation](MQTT_Topics.md) ## [Web API Documentation](Web-API.md) +## [Builds](builds/README.md) \ No newline at end of file diff --git a/docs/builds/202654506-8a4ac4ef-c883-490e-8ee1-1e1f7fa34972.jpg b/docs/builds/202654506-8a4ac4ef-c883-490e-8ee1-1e1f7fa34972.jpg new file mode 100644 index 0000000..b3d7843 Binary files /dev/null and b/docs/builds/202654506-8a4ac4ef-c883-490e-8ee1-1e1f7fa34972.jpg differ diff --git a/docs/builds/README.md b/docs/builds/README.md new file mode 100644 index 0000000..38b7b7a --- /dev/null +++ b/docs/builds/README.md @@ -0,0 +1,19 @@ +# Builds using different boards + +## ESP32 Dev Board +### Build by @Marc-- +* Used build environment: generic +* Case: https://www.thingiverse.com/thing:5435911 +![](large_display_PXL_20220715_145622277.jpg) + +### Build by @cepresso +* Used build environment: generic +* Case: https://www.printables.com/de/model/293003-sol-opendtu-esp32-nrf24l01-case +![](sol.webp) + +## LILYGO® TTGO T-Internet-POE +### Build by @fromCologne +* Used build environment: LilyGO_T_ETH_POE +* Board info: http://www.lilygo.cn/claprod_view.aspx?TypeId=21&Id=1344&FId=t28:21:28 +* Case: https://www.thingiverse.com/thing:5244895 +![](202654506-8a4ac4ef-c883-490e-8ee1-1e1f7fa34972.jpg) \ No newline at end of file diff --git a/docs/builds/large_display_PXL_20220715_145622277.jpg b/docs/builds/large_display_PXL_20220715_145622277.jpg new file mode 100644 index 0000000..23c5715 Binary files /dev/null and b/docs/builds/large_display_PXL_20220715_145622277.jpg differ diff --git a/docs/builds/sol.webp b/docs/builds/sol.webp new file mode 100644 index 0000000..0faef31 Binary files /dev/null and b/docs/builds/sol.webp differ