From 8983734e0f1c59e35dd57911f5300a247b4fb7ee Mon Sep 17 00:00:00 2001 From: VArt67 Date: Wed, 3 Jan 2024 00:01:45 +0100 Subject: [PATCH] Updated MD files --- README.md | 43 +++++++++++++------------------------------ src/CHANGES.md | 6 ++++++ 2 files changed, 19 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index f774b568..d8d245b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa] -[![Ahoy Build][release-action-badge]][release-action-link] [![Ahoy Dev Build][dev-action-badge]][dev-action-link] - This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa]. @@ -17,40 +15,25 @@ This work is licensed under a [dev-action-link]: https://github.com/lumapu/ahoy/actions/workflows/compile_development.yml -# 🖐 Ahoy! -![Logo](https://github.com/grindylow/ahoy/blob/main/doc/logo1_small.png?raw=true) - -This repository offers hardware and software solutions for communicating with Hoymiles inverters via radio. With our system, you can easily obtain real-time values such as power, current, and daily energy. Additionally, you can set parameters like the power limit of your inverter to achieve zero export. You can access these functionalities through our user-friendly web interface, MQTT, or JSON. Whether you're monitoring your solar panel system's performance or fine-tuning its settings, our solutions make it easy to achieve your goals. +THIS IS A FORK OF: -Table of approaches: -| Board | MI | HM | HMS/HMT | comment | HowTo start | -| ------ | -- | -- | ------- | ------- | ---------- | -| [ESP8266/ESP32, C++](Getting_Started.md) | ✔️ | ✔️ | ✔️ ✨ | 👈 the most effort is spent here | [create your own DTU](https://ahoydtu.de/getting_started/) | -| [Arduino Nano, C++](tools/nano/NRF24_SendRcv/) | ❌ | ✔️ | ❌ | | -| [Raspberry Pi, Python](tools/rpi/) | ❌ | ✔️ | ❌ | | -| [Others, C/C++](tools/nano/NRF24_SendRcv/) | ❌ | ✔️ | ❌ | | - -## Getting Started -[Guide how to start with a ESP module](Getting_Started.md) +# 🖐 Ahoy! +![Logo](https://github.com/grindylow/ahoy/blob/main/doc/logo1_small.png?raw=true) -[ESP Webinstaller (Edge / Chrome Browser only)](https://ahoydtu.de/web_install) -## Our Website -[https://ahoydtu.de](https://ahoydtu.de) -## Success Stories -- [Getting the data into influxDB and visualize them in a Grafana Dashboard](https://grafana.com/grafana/dashboards/16850-pv-power-ahoy/) (thx @Carl) +For details on the base project visit the Ahoy site. -## Support, Feedback, Information and Discussion -- [Discord Server (~ 3.800 Users)](https://discord.gg/WzhxEY62mB) -- [The root of development](https://www.mikrocontroller.net/topic/525778) +This fork adds the following features: +### Added chart to Display128x64 -### Development -If you run into any issues, please feel free to use the issue tracker here on Github. When describing your issue, please be as detailed and precise as possible, and take a moment to consider whether the issue is related to our software. This will help us to provide more effective solutions to your problem. +### Added a History menu +This menu displays a bar-chart of the last 256 total power values +and a bar chart of the last 256 Yield-Day values. -**Contributors are always welcome!** +Note: The history of the values gets lost after rebbot! -### Related Projects -- [OpenDTU](https://github.com/tbnobody/OpenDTU) - <- Our sister project ✨ for Hoymiles HM- and HMS-/HMT-series (for ESP32 only!) +### Changed WiFi reconnect behaviour +For me the original reconnect did not work. I always lost connection after some time. +Now it is much more stable. \ No newline at end of file diff --git a/src/CHANGES.md b/src/CHANGES.md index f788eef3..dacf21c8 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -1,3 +1,9 @@ +Changelog VArt (based on v0.7.36) +* Changed reconnect on WiFi lost +* Added Histroy Menu and Charts +* Added chart to Display128x64 + + Changelog v0.7.36 * added Ethernet variant