Skip to content

Releases: kellerza/sunsynk

v0.6.5

09 Dec 06:17
Compare
Choose a tag to compare

Make DEBUG_DEVICE optional

v0.6.4

12 Sep 18:54
Compare
Choose a tag to compare
  • Sensors
    • Fix grid_connected binary sensor
  • Solarman Improvements
    • All sensors should now be writable (write_multiple_holding_register
    • Dongle_serial_number shoul dbe an integer
    • Catch error on driver init
  • Addon
    • Configuration loading: load json or yaml for independent Docker installs
  • Build
  • Improve edge build & CI
  • Changelog moved to github

Full Changelog: v0.5.9...v0.6.4

v0.5.9 build

07 Sep 19:04
Compare
Choose a tag to compare
  • Improve error handling on initial read
  • mysensors error handling
  • Improve logging

Addon & build changes

  • Remove the original & dev version of the addon
  • Added a EDGE version, containing all the latest changes from the repo

Full Changelog: v0.5.8...v0.5.9

v0.5.8

05 Sep 04:18
Compare
Choose a tag to compare

Test ghcr.io publishing

Full Changelog: v0.5.7...v0.5.8

v0.5.7

27 Aug 05:47
Compare
Choose a tag to compare
  • Bugfix: read_batch_size (#172)

  • 5ms delay before reads

  • Average for numeric types (+tests in 0.5.7)

  • Better warnings & exceptions

    • Warn if no value read
    • re-run on any exception
    • list exception per group of sensors (or batch)
  • New defaults

    READ_ALLOW_GAP: 2
    READ_SENSORS_BATCH_SIZE: 20

Full Changelog: v0.5.5...v0.5.7

v0.5.5 Improved logging & schedules

23 Aug 11:13
Compare
Choose a tag to compare

v0.5.4 Better logging of Schedules & selected sensors

22 Aug 03:23
Compare
Choose a tag to compare
  • Minor change to schedules (might address #172 + test coverage)
  • Better logging of Schedules & selected sensors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

17 Aug 12:07
Compare
Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

v0.5.2 Sensor reading based on schedules

17 Aug 08:39
Compare
Choose a tag to compare

What's Changed

Read the PR text & docs BEFORE you upgrade!

Especially if you use sensor modifiers. See https://kellerza.github.io/sunsynk/reference/schedules

Full Changelog: v0.4.0...v0.5.2

v0.4.0 Pysolarmanv5 support

06 Aug 19:16
1ebd9b6
Compare
Choose a tag to compare

In this release @Xhanti added support for the solarman dongle!

You need to specify a DONGLE_SERIAL_NUMBER for your inverter when you select the solarman driver. See supported devices

What's Changed

  • SolarmanSunsynk Implementation by @Xhanti in #144
  • fault-finding.md: Mention that Modbus SN can be reset after upgrade by @reedy in #155

New Contributors

Full Changelog: v0.3.7...v0.4.0