Releases: mtrossbach/noah-mqtt
Releases · mtrossbach/noah-mqtt
v0.0.29
Changelog
- 0c86175 Mitigate Growatt IP bans
- The default fetch frequency for status has been increased to 30 seconds.
- The default fetch frequency for detail data has been increased to 180 seconds
- A new web API mode using Growatt's website APIs is now available via the GROWATT_API_MODE configuration parameter.
- The default mode is web+app (web API for data, app API for parameters)
- 8c3da6c Update README.md
- 8d6a090 Adds documentation for Commit f64abc5 (#73)
- a6cfead Bump golang.org/x/net from 0.27.0 to 0.33.0 (#66)
- de9fbd4 Update dependency go to v1.24.0 (#69)
- eb8078c Update dependency go to v1.23.5 (#62)
v0.0.28
v0.0.27
v0.0.26
Changelog
v0.0.25
Changelog
- 3787383 Updated User-Agent and "ShinePhone" version (#53) -> Thank you @PSMGoossens
v0.0.24
v0.0.23
v0.0.22
v0.0.21
Changelog
- 8700bd3 in order to reduce the number of requests, battery-details and parameter values are now fetched every 60s per default. Configurable using BATTERY_DETAILS_POLLING_INTERVAL and PARAMETER_POLLING_INTERVAL
- f243bc2 wait 15s on panic to slowdown endless restart loops
- 5b4f31c logs for parameter changes
- 500ff7c reduce api timeout to 10s
- def6b24 use version from ldflag