Skip to content

Releases: mtrossbach/noah-mqtt

v0.0.29

Choose a tag to compare

@github-actions github-actions released this 19 Feb 18:34
0c86175

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

Choose a tag to compare

@github-actions github-actions released this 13 Jan 14:45

Changelog

  • 1b938d9 Support setting charging_limit and discharge_limit in HomeAssistant

v0.0.27

Choose a tag to compare

@github-actions github-actions released this 13 Jan 14:32

Changelog

  • 1e3aa6a Allow to set charging_limit and discharge_limit independent
  • c1d4bb9 Allow to set charging_limit and discharge_limit independent

v0.0.26

Choose a tag to compare

@github-actions github-actions released this 11 Jan 13:30

Changelog

v0.0.25

Choose a tag to compare

@github-actions github-actions released this 10 Jan 12:20
3787383

Changelog

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 21 Oct 06:43

Changelog

v0.0.23

Choose a tag to compare

@github-actions github-actions released this 27 Sep 05:59
6867389

Changelog

  • 6867389 add support for device online status (#23)
  • 7b918f2 log BATTERY_DETAILS_POLLING_INTERVAL and PARAMETER_POLLING_INTERVAL

v0.0.22

Choose a tag to compare

@github-actions github-actions released this 25 Sep 17:36
6867389

Changelog

  • 6867389 add support for device online status (#23)
  • 7b918f2 log BATTERY_DETAILS_POLLING_INTERVAL and PARAMETER_POLLING_INTERVAL

v0.0.21

Choose a tag to compare

@github-actions github-actions released this 08 Aug 07:59

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

v0.0.20

Choose a tag to compare

@github-actions github-actions released this 05 Aug 12:45

Changelog

  • da72c4b ignore unused properties in PlantList