Skip to content

Releases: wimb0/home-assistant-saj-r5-modbus

v2.2.3

27 Aug 09:45
4d7315d
Compare
Choose a tag to compare
  • Fix deprecation warnings.
  • Add translations for pt and sk.
  • Update hacs.json
  • Update manifest.json

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.3

v2.2.2

26 Aug 07:24
3add0cb
Compare
Choose a tag to compare
v2.2.2 Pre-release
Pre-release
  • Fix deprecation warnings.
  • Add translations for pt and sk.
  • Update hacs.json

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

17 Jun 13:36
3a4a45e
Compare
Choose a tag to compare

Updated README, manifest.json and hacs.json:
Added R5 to integration name.
Added "SAJ R5, Sununo and Suntrio inverters" to README

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Jun 08:04
4de5089
Compare
Choose a tag to compare

What's Changed

  • Update Limit Power entity to match actual device behavior by @mvn23 in #89
  • Fix typo in README by @wimb0
  • Update version in Manifest.json @wimb0

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 Apr 07:56
6f6879d
Compare
Choose a tag to compare

What's Changed

  • Add Number entity to limit output power. by @mvn23 in #81
  • Do not set the output power limit if the related entity is disabled by @mvn23 in #82
  • Report only reliable values for counters by @mvn23 in #84
  • Add set_datetime service by @mvn23 in #83

New Contributors

  • @mvn23 made their first contribution in #81

Full Changelog: v1.9.2...v2.1.0

v2.1.0-beta

08 Apr 18:01
6f6879d
Compare
Choose a tag to compare
v2.1.0-beta Pre-release
Pre-release

What's Changed

  • Add Number entity to limit output power. by @mvn23 in #81
  • Do not set the output power limit if the related entity is disabled by @mvn23 in #82
  • Report only reliable values for counters by @mvn23 in #84
  • Add set_datetime service by @mvn23 in #83

New Contributors

  • @mvn23 made their first contribution in #81

Full Changelog: v1.9.2...v2.1.0-beta

v2.0.0-beta

02 Apr 11:20
0a06914
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

What's Changed

  • Add Number entity to limit output power. by @mvn23 in #81

New Contributors

  • @mvn23 made their first contribution in #81

Full Changelog: v1.9.2...v2.0.0-beta

v1.9.2

19 Feb 08:44
9f5051d
Compare
Choose a tag to compare
  • Replace Unit constants with new enum values
  • Fetch data from modbus on startup

Thanks to @fsaris

v1.9.1

05 Dec 10:30
760b298
Compare
Choose a tag to compare

Update README
Update hacs.json
Add FUNDING

Full Changelog: v1.9.0...v1.9.1

v1.9.0

04 Dec 11:40
c43d38f
Compare
Choose a tag to compare

Fix pymodbus errors when using multiple modbus devices.

Breaking issue:
Now requires Home Assistant 2023.9.1 (Was 2021.12.0)

Changelog:

  • Update pymodbus requirement to use pymodbus 3.5.1 or higher.
  • Changed Endian.Big to Endian.BIG in hub.py
  • Updated Home Assistant requirement to at least 2023.9.1
  • Requires HACS 1.28.4 or higher

Full Changelog: v1.8.0...v1.9.0