Skip to content

Releases: alexdelprete/ha-abb-powerone-pvi-sunspec

v3.3.1-beta.2

19 Dec 05:53
f98533e
Compare
Choose a tag to compare
v3.3.1-beta.2 Pre-release
Pre-release

Fixed some debug log lines

v3.3.1-beta.1

19 Dec 05:12
b20e9e2
Compare
Choose a tag to compare
v3.3.1-beta.1 Pre-release
Pre-release

Added some debug logs for M160 data capture, to debug issue #94

v3.3.0 - Fix for Sunspec Model 160 different offsets

27 Nov 10:55
fb3ca2a
Compare
Choose a tag to compare

UNO-DM-PLUS and REACT2 inverters use a different offset address for Sunspec Model 160 data (start address is 41104). Model 160 contains data for MPPTs.

The integration now checks Model 160 at the default address (40122) and if it doesn't find it there, jumps to 41104.

Fixes #91 and the negative value for DC Voltage issue.

Multi MPPT changes for monophase inverters

24 Nov 12:13
5e1da6b
Compare
Choose a tag to compare

This release contains changes for monophase + multi MPPTs and restructures the sensors definition to make it more flexible.
It should solve issue #69 (wrong DC value of -0.0 for monophase + multiple MPPTs setups).

If you have a monophase inverter with multiple strings, please provide a feedback in Discussions section, every release can be discussed in the Announcements category. You can also give the feedback in HA forums thread.

Thanks a lot to @ivanfmartinez for his contribution.

v3.2.0-beta.1 - Multi MPPT changes for monophase inverters

28 Oct 13:14
ddd1a8d
Compare
Choose a tag to compare

This release contains changes for monophase + multi MPPTs and restructures the sensors definition to make it more flexible.
Solves #69 (wrong DC value of -0.0 for monophase + multiple MPPTs setups)

If you have a monophase inverter with multiple strings, please let us have a feedback in Discussions section, every release can be discussed in the Announcements category. You can also give the feedback in HA forums thread.

Thanks to @ivanfmartinez for his contribution.

v3.1.5 - Minor improvements

30 Sep 14:19
ddd1a8d
Compare
Choose a tag to compare
  • New model added: UNO-DM-5.0-TL-PLUS
  • Finalized check_port()
  • Removed unused imports

v3.1.4 - minor improvement

28 Sep 20:57
9af8e74
Compare
Choose a tag to compare
  • rewrote check_port()

v3.1.3 - Minor but important improvements

26 Sep 16:24
e33ca65
Compare
Choose a tag to compare
  • Thread-safe locking for connect/disconnect/read operations
  • Enforce minimum timeout, based on polling interval
  • Removed unnecessary get_data
  • updated version in manifest

v3.1.2 - Fixed bug in config flow (missing parameter)

18 Sep 12:44
329ee3f
Compare
Choose a tag to compare
  • Fixed missing parameter in config flow (tnx @Brunas)
  • Fixed return code on config entry unload()
  • Removed old commented code
  • Linting stuff

v3.1.1 - Modbus TCP Connection timeout improvement

16 Sep 17:20
c402493
Compare
Choose a tag to compare

Configure Modbus TCP Client timeout dependent on configured scan interval. Default timeout was 3s.

image

(credit and tnx to @Meatballs1: binsentsu/home-assistant-solaredge-modbus#100 (comment))