Sunsynk Versions Save

Deye/Sunsynk Inverter Python library and Home Assistant OS Addon

v0.6.5

6 months ago

Make DEBUG_DEVICE optional

v0.6.4

9 months ago
  • 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: https://github.com/kellerza/sunsynk/compare/v0.5.9...v0.6.4

v0.5.9

9 months ago
  • 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: https://github.com/kellerza/sunsynk/compare/v0.5.8...v0.5.9

v0.5.8

9 months ago

Test ghcr.io publishing

Full Changelog: https://github.com/kellerza/sunsynk/compare/v0.5.7...v0.5.8

v0.5.7

10 months ago
  • 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: https://github.com/kellerza/sunsynk/compare/v0.5.5...v0.5.7

v0.5.4

10 months ago
  • Minor change to schedules (might address #172 + test coverage)
  • Better logging of Schedules & selected sensors

Full Changelog: https://github.com/kellerza/sunsynk/compare/v0.5.3...v0.5.4

v0.5.2

10 months ago

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: https://github.com/kellerza/sunsynk/compare/v0.4.0...v0.5.2

v0.4.0

10 months ago

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

New Contributors

Full Changelog: https://github.com/kellerza/sunsynk/compare/v0.3.7...v0.4.0