Test dtu connect weak connection #112
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces comprehensive device diagnostics and firmware version reporting for both the DTU and inverter, along with improvements to WiFi connection management and enhanced user documentation. The changes add support for extracting, storing, and exposing DTU/inverter firmware and hardware versions via the REST API and web interface, and introduce automatic WiFi reconnection for weak signals. The documentation is updated to reflect these new features and provide guidance on diagnostics and troubleshooting.
Device Diagnostics & Firmware Version Reporting
APPInformationData.protoand corresponding nanopb options to support device info extraction (DTU/inverter firmware, hardware versions, etc.) (include/proto/APPInformationData.proto,include/proto/APPInformationData.options,platformio.ini) [1] [2] [3] [4] [5]inverterDatastruct andDTUInterfaceclass to store DTU/inverter firmware versions, validity flags, and periodic device info request logic (include/dtuInterface.h,src/dtuInterface.cpp,src/dtuGateway.ino) [1] [2] [3] [4] [5] [6] [7] [8]/api/info.json) and web interface, including formatted version strings (src/base/webserver.cpp,include/web/index_html.h) [1] [2]WiFi Connection Management
readme.md) [1] [2] [3] [4] [5]Documentation & API Enhancements
readme.mdwith new features, diagnostics instructions, example API responses, and YAML configuration options for connection management and firmware diagnostics [1] [2] [3] [4] [5] [6]