0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
feat(sendJsonSite): return 503 if modbus data is outdated or invalid More... about 1 year ago
feat(sendMetrics): improve create and transfer speed More... about 1 year ago
fix: MDNS and OTA issues More... about 1 year ago
fix(Modbus): reduce modbus timeout from 2000 to 250ms for 115200 baud More... about 1 year ago
refactor: convert remaing String to const String& More... about 1 year ago
fix: handle state of red led correctly More... about 1 year ago
feat(metrics): add uptime, wifi rssi and heap information More... about 1 year ago
fix(WiFi_Reconnect): do not invoke wm.autoConnect() More... about 1 year ago
refactor(NTPSync): move ntp sync routine out of main loop More... about 1 year ago
Fix comment for Growatt305.h More... about 1 year ago
fix(ntpsync): the nextNTPSync logic was not spillover safe More... about 1 year ago
fix(ntpsync): compile errors on ESP32 More... about 1 year ago
feat: add support to set inverter datetime via NTP More... about 1 year ago
fix(Growatt::camelCaseToSnakeCase): single uppercase at the of String More... about 1 year ago
feat(metrics): add support for adding a name label More... about 1 year ago
refactor: rename HOSTNAME to DEFAULT_HOSTNAME More... about 1 year ago
fix: use Config.Hostname in Wifi_Reconnect() More... about 1 year ago
Growatt124, clang-format More... about 1 year ago
Growatt124.cpp, updated active rate functions according to https://github.com/OpenInverterGateway/OpenInverterGateway/pull/271) More... about 1 year ago
README.md, extened feature section with `Power limiting` (adopts changes from https://github.com/OpenInverterGateway/OpenInverterGateway/pull/271) More... about 1 year ago
Doc/MQTT.md, added example how to limit output power in percent via mosquitto_pub from cli (adopts changes from https://github.com/OpenInverterGateway/OpenInverterGateway/pull/271) More... about 1 year ago
Growatt124.cpp, renamed commands activepowerrate/... to power/... (adopts changes from https://github.com/OpenInverterGateway/OpenInverterGateway/pull/271) More... about 1 year ago
Disable modbus in the default firmware due to security issues More... about 1 year ago
Fix uint compiler warning More... about 1 year ago
refactor(Growatt): don't iterate over registers of already processed fragments in ReadInputRegisters More... about 1 year ago
refactor(Config): define ConfigFiles as const char More... about 1 year ago
Support overriding PlatformIO config using platformio-local.ini More... about 1 year ago
Fixing counter wrapping issue in ShineMqtt.h as well More... about 1 year ago
fix(sendMetrics): avoid copying from buffer to buffer More... about 1 year ago
fix(mainloop): millis() returns unsigned long More... about 1 year ago